Python 101 (part 1): Snake Eyes
This tutorial by Devshed.com delves into basic syntax, and concepts of Python. It also traces the history of development and coming about of Python as a scripting language.
December 17th 2005
Free
Python 101
Python is the scripting language that is highly popular with Linux users and in the open source community in general, Python has a number of advantages over other languages like Java and Perl, some of which will be covered in ...
December 13th 2005
Free
Python for .NET: Lessons learned
This paper describes an exploratory implementation of the Python language for the .NET framework. It describes the scope of the project, the experiences and problems in implementing a language such as Python for .NET, and a brief discussion of future ...
December 11th 2005
Free
Getting started with Python
If you work in C, C++, or Java on large projects, then this article will show you how Python will give you results quicker and more reliably. Whatever programming you're doing now, Python can improve it. If you are scripting ...