Closed Thread
Results 1 to 5 of 5

Thread: I have a quick question about Python

  1. #1
    Anicho is offline Newbie
    Join Date
    Nov 2009
    Posts
    14
    Rep Power
    0

    I have a quick question about Python

    What can I make with Python? Example, Forum Softwares, etc.
    Do hackers use Python?
    Is it a simple language?
    What are the benefits using Python

    Last question, you know how if you want to know how to code PHP? You may aswell learn HTML, and JavaScript aswell, with Python, do you need to know any HTML, etc to code good stuff out of it?

    I'm a young aspiring coder, that comes from a DOMScripting background. I want to learn a good programming langage so I considered Python. But I want to ask these questions before I learn.

    If Python isn't good for me, what is? Ruby, Perl or PHP, etc?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Anicho is offline Newbie
    Join Date
    Nov 2009
    Posts
    14
    Rep Power
    0

    Re: I have a quick question about Python

    Opps, I'm confused is Python web-development or not?

  4. #3
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: I have a quick question about Python

    Python can be used for web development, but isn't limited to that. What are you trying to accomplish?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: I have a quick question about Python

    You can develop desktop applications with Python (so you do not need to know HTML).

    You can develop programs that use databases and GUI programs. Networking programs and almost anything you can think of. You could also make command line programs with Python.

    The benefits of Python is it has a huge library that really simplifies tasks that you might need to perform. This page The Python Standard Library — Python v3.1.1 documentation shows all the libraries that are in Python including BigInt and you can get GUI libraries such as Tkinter and Pygame (for games).

    In short, you can do a lot in Python quickly.

    Python tutorial: The Python Tutorial — Python v3.1.1 documentation

  6. #5
    manux's Avatar
    manux is offline Programming Professional
    Join Date
    Oct 2008
    Posts
    234
    Blog Entries
    1
    Rep Power
    14

    Re: I have a quick question about Python

    You can do almost everything in Python, even emulate OSes(but its gonna be reaaaly low )

    Python is very versatile, it is used in web dev, application dev, game script, or just as a nice scripting language for admins.

    I love Python cause its easy to learn and quite vast in its possibilities.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. New to C++, quick question
    By mike05cp in forum C and C++
    Replies: 3
    Last Post: 12-15-2009, 07:52 PM
  2. Quick Question
    By Khaotic in forum C and C++
    Replies: 5
    Last Post: 05-12-2009, 06:19 PM
  3. quick question (C)
    By johnobri in forum C and C++
    Replies: 1
    Last Post: 04-30-2009, 09:14 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts