|
Python
manuals. Programming
languages. |
Definition of Python |
Python is a general-purpose high-level programming
language. Its design philosophy emphasizes code readability. Python
claims to combine remarkable power with very clear syntax and its
standard library is large and comprehensive. Its use of indentation as
block delimiters is unusual among popular programming languages.
Python supports multiple programming paradigms (primarily object
oriented, imperative, and functional) and features a fully dynamic type
system and automatic memory management, similar to Perl, Ruby, Scheme,
and Tcl. Like other dynamic languages, Python is often used as a
scripting language.
The language has an open, community-based development model managed by
the non-profit Python Software Foundation, which maintains the de facto
standard definition of the language in CPython, the reference
implementation.
|
|
Manual |
Description |
Online
|
Format / File |
Ads / Size |
|
Wikipedia Python |
History, programming philosophy, usage, syntax semantics,
implementations, development, standard library, influences on other
languages, references and links.
|
|
|
|
Python.org |
Python official website. All the documentation about Python.
Python is a dynamic object-oriented programming language that can be
used for many kinds of software development. It offers strong support
for integration with other languages and tools, comes with extensive
standard libraries, and can be learned in a few days. Many Python
programmers report substantial productivity gains and feel the language
encourages the development of higher quality, more maintainable code.
|
|
|
The
Python tutorial |
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. [..]
|
|
|
A
Beginner's Python Tutorial |
When CivilizationTM IV (Firaxis Games, published by Take2) was
announced, one of the most exciting features was that much of the
scripting code will be in python, and the game data in XML. This
tutorial attempts to teach you the basics of python programming that you
could use with civIV.
11 lessons. Installing Python. Very Simple Programs. Variables, and Programs in a Script. Loops and Conditionals. Functions.
Tuples, Lists, and Dictionaries. The for loop. Classes. Importing Modules. File I/O. Error Handling
|
|
|
Tutorialspoint |
Python is a general purpose interpreted, interactive, object-oriented
and high-level programming language.
Python was created by Guido van Rossum in the late eighties and early
nineties. Like Perl, Python source code is now available under the GNU
General Public License (GPL).
This tutorial gives a complete understanding on Python.
|
|
|
Python Tutorial |
Python is a dynamic object-oriented programming language that runs on
Windows, Linux/Unix, Mac OS X, Palm Handhelds, and Nokia mobile phones.
Python has also been ported to the Java and .NET virtual machines. It is
distributed under an OSI-approved open source license that makes it free
for programmers to use, even for commercial products. Python can be
downloaded at Python.org.
If you are new to the Python scripting language here is a wonderful set
of tutorials by Richard Baldwin to get you up and running quickly.
|
|
|
A Byte of Python |
Learn Python 2.
This book will help you to learn the Python programming language,
whether you are new to computers or are an experienced programmer.
|
|
|
A Byte of Python (updated) |
Learn Python 3.
Front Page, Translations, Preface, Introduction, Installation, First Steps, Basics, Operators and Expressions, Control Flow, Functions, Modules, Data Structures, Problem Solving, Object Oriented Programming, Input Output, Exceptions, Standard Library, More, What Next, Appendix: FLOSS, Appendix: About, Appendix: Revision History
|
|
|
|
|
|
|
|
|
Home |
|
|
|
|
|
|
|
|
|
|
|
Manuals.astalaweb.net © 2005
Gabriel Chova Blasco -
All rights reserved
|
|
|
|