Python is a general purpose, object-oriented programming language that has achieved popularity because of its readability and clear syntax. Guido van Rossum created Python in late 1980s. It is a ‘high level’ scripting language used by most programmers for its simplicity of use. Python can be written once and run on any computer. It’s a ‘multi paradigm programming language’ compatible with many other programming languages such as .NET, CORBA, Java, Perl.
Python Programming Language: Link to the official website of the Python programming language that has everything that you need to know about the language.
GIMP-Python: A document that outlines the interfaces to GIMP Python.
Python 2.0: A detailed online tutorial for Python 2.0 programming language.
py2exe: Tutorial for py2exe, a distutils extension that converts Python scripts into executable Windows programs.
Python Programming Course for Scientists: A link to an online Python programming course, specially designed for non-professional scientists so that they can control their computers for their research.
Python Lessons: The link leads to online lessons that teach Python programming language.
Python vs Perl: A detailed comparison between the Python and the Perl programming language.
Why choose Python?: Why choose Python over other scripting languages? If you want to know the answer, then follow the link.
Dive into Python: A free download link to the well-known ‘Dive into Python’ book, specially written for experienced programmers.
Python/Unix Tutorial: An online tutorial that covers the basics of working in a Unix/Python environment.
Macpython: An online resource guiding how to integrate Python into Macintosh environment.
Common Python Pitfalls: A document that discusses the common pitfalls that a programmer may face while running Python scripts under Windows.
Python v2.6.5: A link that leads to everything and anything that you want to know about Python v2.6.5.
Python with CGI: A link to an introductory course on how to use Python with CGI.
Jython: A link to a document on Jython - a high level, object oriented language - Python written with Java
IronPython: A link to IronPython, an implementation of Python running under .NET and Silverlight.
Stackless Python: A link to Stackless Python, an improved version of Python programming language that avoids depending on C call stack for its own stack.
pypy: A link to pypy, an implementation of Python programming language and its download link.
Python with XML: This link aims to introduce the basic concept on how to use Python for processing XML data.
Add new comment