Parent: Programming Discuss this page

Information

"Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code." Quoted at http://python.org

Background

The Short Live By List

The Newbie Experience

Common Uses

Some Feature Highlights

Frameworks

Since the success of Ruby on Rails, frameworks also became very popular in other languages. A framework will do a lot of standard work for you, like logging, authentication, database access etc. Some popular python frameworks are:

Internal Python Community Created Articles

External links

There is a really excellent tutorial in the documentation that comes with Python:

A variety of other resources for beginners are listed on the Python wiki


CategoryProgramming

Programming/Python (last edited 2008-10-16 13:23:03 by 40-113)