Closed Thread
Results 1 to 8 of 8

Thread: Power Of Python - What Has Been Written In Python?

  1. #1
    Raja Sekharan is offline Newbie
    Join Date
    Dec 2008
    Posts
    13
    Rep Power
    0

    Question Power Of Python - What Has Been Written In Python?

    Hi,

    I understand that a lot can be accomplished using python, I really don't know what HAS been accomplished using python. Could you give me an idea of whcih prominent, software tools have been created using python.

    Back when I installed Unreal Tournament 2003 I remember seeing a lot of python files in the install directory. What could they possibly do with python to create Unreal tournament? Also, my college professor told me that a LOT of GUI tools in Linux have been created using Python.

    So tell me, what software are you familiar with which were created using python?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: Power Of Python - What Has Been Written In Python?

    You should check our wiki. I created a list some time ago including major software using Python. You can find it here: List of applications written in Python - CodeCall Programming Wiki

    Besides those mentioned in the CCWiki-article, lots of games use Python, but only as a scripting language for various taks regarding organizing mostly. And yes, lots of GUI tools in Linux use Python, just to mention some few I use daily: DeVeDe, pyRenamer, Deluge, Rhythmbox and gedit.

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

    Re: Power Of Python - What Has Been Written In Python?

    Lots of applications, and mostly games, use scripting languages either to organise things at a higher level, or just as small scripts to accomplish small tasks. Python can be seen as a scripting language, though an application can be written fully in Python, it's quite versatile since it can use almost any library out there, usually with a C/C++ wrapper.

  5. #4
    Join Date
    Oct 2008
    Location
    Pahrump, Nevada
    Posts
    787
    Blog Entries
    1
    Rep Power
    20

    Re: Power Of Python - What Has Been Written In Python?

    Yea, You can make a lot of games with Pygame now a days. But, people are mostly using Macromedia Flash 8 to do that.

    +Friend Me | My Graphics | Forum Rules | Help Forum | Forum FAQ

  6. #5
    noodle is offline Newbie
    Join Date
    Jan 2009
    Posts
    3
    Rep Power
    0

    Re: Power Of Python - What Has Been Written In Python?

    where can i find phyton?

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

    Re: Power Of Python - What Has Been Written In Python?

    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    noodle is offline Newbie
    Join Date
    Jan 2009
    Posts
    3
    Rep Power
    0

    Re: Power Of Python - What Has Been Written In Python?

    ty m8

  9. #8
    PythonPower's Avatar
    PythonPower is offline Programming Professional
    Join Date
    Feb 2009
    Posts
    228
    Rep Power
    13

    Re: Power Of Python - What Has Been Written In Python?

    Python's often described as glue... I know it's been used for the scripting in Civolization 4; it is used heavily for lots of things in Ubuntu; every AppEngine website uses it at the moment (since it is the only language AppEngine currently supports).

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Advanced Python, part 1: Extending Python with C
    By spyder in forum Python Tutorials
    Replies: 0
    Last Post: 07-31-2010, 09:36 AM
  2. Replies: 11
    Last Post: 07-31-2010, 12:52 AM
  3. Replies: 12
    Last Post: 07-27-2010, 06:27 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