157x Filetype PDF File size 0.50 MB Source: www.decalage.info
Python crash course 2010-01-15 v0.07 Philippe Lagadec http://www.decalage.info This document published on the site www.decalage.info is licensed by Philippe Lagadec under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Introduction “Python is an easy to learn, powerful programming language. It has efficient high- level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.” The Python Tutorial, http://docs.python.org/tutorial/ Why “Python” ? “Guido van Rossum, the creator of the Python language, named the language after the BBC show "Monty Python's Flying Circus". He doesn't particularly like snakes that kill animals for food by winding their long bodies around them and crushing them.” Swaroop C H. Download a Python interpreter Python official website: http://www.python.org Download: http://www.python.org/download Warning: for now (Jan 2010), Python 2.6 or 2.5 are still recommended. Many third-party modules have issues with Python 3.x, which is very different from v2.x.
no reviews yet
Please Login to review.