What is Python?
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
Python Programming Language -- Official Website
Download Standard Python Software
http://www.python.org/download/
Python v2.6.2 documentation
http://docs.python.org/tutorial/
An Informal Introduction to Python
http://docs.python.org/tutorial/introduction.html
The Python Standard Library
http://docs.python.org/library/index.html
Text processing in Python Tips for beginners
http://www.ibm.com/developerworks/library/l-python5.html?dwzone=linux
Python for system administrators
http://www.ibm.com/developerworks/aix/library/au-python/
Functional programming in Python, Part 1
http://www.ibm.com/developerworks/library/l-prog.html
Functional programming in Python, Part 2
http://www.ibm.com/developerworks/linux/library/l-prog2.html
Python 3 primer, Part 1: What's new Cleaner syntax for better code
http://www.ibm.com/developerworks/linux/library/l-python3-1/
Review of Python IDEs
http://www.ibm.com/developerworks/linux/library/l-cpyide/
The Python Web services developer: XML-RPC for Python
http://www.ibm.com/developerworks/webservices/library/ws-pyth10.html
Other Related Topics in IBM
Python Tutorial
http://www.python.org/doc/2.5.2/tut/tut.html
A Beginner's Python Tutorial
http://www.sthurlow.com/python/
Python Tutorial
http://www.tutorialspoint.com/python/index.htm
Instant Python
http://hetland.org/writing/instant-python.html
Instant Hacking
http://hetland.org/writing/instant-hacking.html
The What, Why, Who, and Where of Python
http://www.networkcomputing.com/unixworld/tutorial/005/005.html
An Introduction to Python
http://www.python.org/doc/lj21.html
No comments:
Post a Comment