 |
| | Sample chapter: “A Python Q & A Session,” from Learning Python, 3rd ed., by Mark Lutz (October 2007). Discusses why people use Python, software quality, developer productivity, is Python a scripting language?, the downside of Python, who is using Python today, what can be done with Python, systems programming and GUIs (graphical user interfaces). | http://www.amazon.com/Learning-Python-3rd-Mark-Lutz/dp/0596513984/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1217605143&sr=1-1
|
|
| | Sample chapter: “Introduction to Python,” from Python in a Nutshell, by Alex Martelli (July 2006). Discusses the Python language, the Python Standard Library and extension modules, Python implementations, CPython, Jython, IronPython, choosing between CPython, Jython and IronPython, PyPy and other experimental versions, licensing and price issues and Python development and versions. | http://www.amazon.com/Python-Nutshell-OReilly-Alex-Martelli/dp/0596100469/ref=pd_bbs_sr_2?ie=UTF8&s=books&qid=1217605143&sr=1-2
|
| |
| |
| |
| |
| |
|
| | Definition: Python Programming Language from Wikipedia. Discusses the history of Python, development, Python 3000, philosophy, timeline and compatibility, features, usage, syntax and semantics, types, implementations, the standard library, influences on other languages and references. | http://en.wikipedia.org/wiki/python_(programming_language)
|
|
| | Tutorial: “Introduction to Programming Using Python,” by Katja Schuerer, Corinne Maufrais, Catherine Letondal, Eric Deveaud and Marie-Agnes Petit. Discusses the Python interpreter, variables, strings, functions, lists, programming languages, namespaces, reassignment variables, statements, expressions, chaining statements, conditionals, iterations, operations, output, formatting strings, input, files, program execution, branching and decisions, defining functions, collections, nested data structures, repetitions, exceptions, recursive functions, scripting, object-oriented programming (OOP), abstract data types, inheritance, flexibility and object-oriented design patterns. | http://www.pasteur.fr/formation/infobio/python/
|
|
| | Sample chapter: “A Python Primer,” from Python: Create—Modify—Reuse, by James O. Knowlton (July 2008). Discusses obtaining Python and installation, the Python interpreter, editing, execution environment, lexical structure, keywords, lines and indentation, data types, identifiers, operators, expressions, statements, operator precedence in expressions, statements, multi-line statements, iteration, decision making, for loops, while loops, break, continue, the if statement, functions, defining a function, calling a function, modules, importing modules, reload, how Python finds modules to load, the module search path, exploring the sys.path and classes. | http://media.wiley.com/product_data/excerpt/29/04702593/0470259329.pdf
|
|
|
| |
 |
|