Geometry.Net - the online learning center
Home  - Basic_P - Python Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 73    1  | 2  | 3  | 4  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Python Programming:     more books (99)
  1. Python Programming for the Absolute Beginner, 3rd Edition by Michael Dawson, 2010-01-01
  2. Learning Python: Powerful Object-Oriented Programming by Mark Lutz, 2009-09-24
  3. Python Programming: An Introduction to Computer Science 2nd Edition by John Zelle, 2010-05-18
  4. Programming Python by Mark Lutz, 2006-08-23
  5. Practical Programming: An Introduction to Computer Science Using Python (Pragmatic Programmers) by Jennifer Campbell, Paul Gries, et all 2009-05-01
  6. Programming in Python 3: A Complete Introduction to the Python Language (2nd Edition) by Mark Summerfield, 2009-11-22
  7. Core Python Programming (2nd Edition) by Wesley Chun, 2006-09-28
  8. Python Essential Reference (4th Edition) by David M. Beazley, 2009-07-19
  9. Programming Python by Mark Lutz, 2011-01-05
  10. A Primer on Scientific Programming with Python (Texts in Computational Science and Engineering) by Hans Petter Langtangen, 2009-09-10
  11. The Quick Python Book, Second Edition by Vern Ceder, 2010-01-15
  12. Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development) by Mark Summerfield, 2007-10-28
  13. Programming in Python 3: A Complete Introduction to the Python Language by Mark Summerfield, 2008-12-26
  14. Python Cookbook by Alex Martelli, Anna Ravenscroft, et all 2005-03-18

1. Python (programming Language) - Wikipedia, The Free Encyclopedia
Growing article, with links to many related topics. Wikipedia
http://en.wikipedia.org/wiki/Python_programming_language
Python (programming language)
From Wikipedia, the free encyclopedia   (Redirected from Python programming language Jump to: navigation search Python Paradigm multi-paradigm object-oriented imperative ... reflective Appeared in Designed by Guido van Rossum Developer Python Software Foundation Stable release 3.1.2/ March 21, 2010 ; 7 months ago
2.7/ July 3, 2010 ; 4 months ago Preview release 3.2 alpha 3/ October 12, 2010 ; 35 days ago Typing discipline duck dynamic strong ... RPython Influenced by ABC ALGOL 68 C Haskell ... Perl Influenced Boo Cobra D Falcon ... Python Software Foundation License Usual file extensions .py, .pyw, .pyc, .pyo, .pyd Website www.python.org Python Programming at Wikibooks Python is an interpreted , general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine "remarkable power with very clear syntax", and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages. Python supports multiple programming paradigms , primarily but not limited to object oriented imperative and, to a lesser extent

2. Python Programming - Wikibooks, Collection Of Open-content Textbooks
Python is a generalpurpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other
http://en.wikibooks.org/wiki/Python_Programming
Python Programming
From Wikibooks, the open-content textbooks collection Jump to: navigation search Python is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platforms. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C# for the MS .NET environment. If you have questions related to Python programming, ask at the
Overview Getting Python Setting it up Interactive mode ...
edit Learning to program in Python
A printable version of Python Programming is available. edit it A printable version of the latest versions of Python Programming is available. edit it A PDF version is available. info
Creating Python programs Variables and Strings Basic Math ...
Sequences (Strings, Lists, Tuples, Dictionaries, Sets) Source Documentation and Comments Modules and how to use them See section below. Creating and Handling Files Handling Text Errors Namespaces ...
edit Python concepts
Basic syntax Data types
Numbers Strings ...
edit Rocking the Python (Modules)
Standard Library Regular Expression XML Tools Email ...
edit Third-party modules
Databases numpy Game Programming in Python Dbus ...
edit Writing extension modules
Extending with C Extending with C++ Extending with Pyrex Extending with ctypes ...
edit Notes
The latest documentation for the standard python libraries and modules can always be found at The Python.org documents section

3. Portal:Python Programming - Wikipedia, The Free Encyclopedia
Wikipedia portals Culture Geography Health History Mathematics Natural sciences People Philosophy Religion Society Technology
http://en.wikipedia.org/wiki/Portal:Python_programming
Portal:Python programming
From Wikipedia, the free encyclopedia Jump to: navigation search Wikipedia portals Culture ... e
The Python programming Portal
Python is a high-level programming language first released by Guido van Rossum in 1991. Python is designed around a philosophy which emphasizes the importance of programmer effort over computer effort, and it prioritizes readability over speed or expressiveness. Python is often characterized as minimalist, although this only applies to the core language's syntax and semantics; the standard library provides the language with a large number of additional libraries and extensions. Python is a multi-paradigm programming language which has a fully dynamic type system and uses automatic memory management ; it is thus similar to Perl Ruby Scheme Smalltalk , and Tcl The language has an open, community-based development model managed by the non-profit Python Software Foundation . While various parts of the language have formal specifications and standards, the language as a whole is not formally specified. The de facto standard for the language is the CPython implementation.

4. Python Programming - Wikimedia Labs, Collection Of Open-content Textbooks
Python is a generalpurpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other
http://en.labs.wikimedia.org/wiki/Python_Programming
Python Programming
This page is brought to you by Wikimedia Laboratories Unchecked Jump to: navigation search All bookshelves Computer science ... Programming languages Python
Python
is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platforms. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C# for the MS .NET environment.
Wikibook Development Stages
Sparse text Developing text Maturing text Developed text Comprehensive text:
If you have questions related to Python programming, ask at the A printable version of Python Programming is available. edit it A PDF version is available. info
Contents
edit Introduction
Overview Getting Python Setting it up Interactive mode ...
edit Learning to program in Python
Creating Python programs Variables and Strings Basic Math Arrays ... Modules and how to use them See section below. Creating and Handling Files Handling Text Errors Namespaces ...
edit Python concepts
Basic syntax Data types
Numbers Strings ...
edit Rocking the Python (Modules)
Regular Expression Graphical User Interfaces in Python Game Programming in Python Socket programming ...
edit Notes
The latest documentation for the standard python libraries and modules can always be found at The Python.org documents section

5. Python Programming
PDF generated using the open source mwlib toolkit. See http//code.pediapress.com/ for more information. PDF generated at Sun, 18 Jul 2010 131310 UTC Python Programming
http://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf

6. Python Programming/Functions - Wikibooks, Collection Of Open-content Textbooks
Function calls. A callable object is an object that can accept some arguments (also called parameters) and possibly return an object (often a tuple containing multiple objects).
http://en.wikibooks.org/wiki/Python_Programming/Functions
Python Programming/Functions
From Wikibooks, the open-content textbooks collection Python Programming This page may need to be reviewed for quality. Jump to: navigation search Previous: Flow control Index ... Next: Decorators
Contents
  • Function calls
    • Defining functions Declaring Arguments
      edit Function calls
      A callable object is an object that can accept some arguments (also called parameters) and possibly return an object (often a tuple containing multiple objects). A function is the simplest callable object in Python, but there are others, such as classes or certain class instances.
      edit Defining functions
      A function is defined in Python by the following format: def functionname def functionname return t = functionname # Result: 48 If a function takes no arguments, it must still include the parentheses, but without anything in them: def functionname The arguments in the function definition bind the arguments passed at function invocation (i.e. when the function is called), which are called actual parameters, to the names given when the function is defined, which are called formal parameters. The interior of the function has no knowledge of the names given to the actual parameters; the names of the actual parameters may not even be accessible (they could be inside another function). A function can 'return' a value, like so

7. Python Programming For Beginners | Linux Journal
Shows how to write programs that use commandline options, read and write to pipes, access environment variables, handle interrupts, read from and write to files, create
http://www.linuxjournal.com/article/3946

8. Python Programming Tutorial, By Richard G Baldwin
OnlineJava and JavaScript tutorial lessons designed to teach youhow to program in Java and JavaScript. Content ranges fromIntroductory to Advanced.
http://www.dickbaldwin.com/tocpyth.htm
Richard G Baldwin Programming Tutorials
Python Programming Tutorial
Table of Contents
The New Face of Computer Science Education - The Scratch Generation Lesson 1, Getting Started
Let's Do Numbers
Variables and Identifiers
Strings, Part I
Writing and Using Scripts
Program Construction
Strings, Part II
Lists, Part I
Lists, Part II
Tuples, Index and Slice
Nested Tuples Empty and Single-Item Tuples Unpacking Tuples Indexing Nested Tuples Slicing Nested Tuples Indirection Getting Started with Dictionaries Valid Keys, Key Lists, Iteration Using Tuples as Keys Nesting, Sorting, Deleting, and Membership Testing Dictionary Elements Richard G Baldwin, baldwin@dickbaldwin.com Home

9. Python Programming Language – Official Website
Home page for Python, an interpreted, interactive, objectoriented, extensible programming language. It provides an extraordinary combination of clarity and versatility
http://www.python.org/
Advanced Search
  • About News Documentation ...
    Python 3
    Poll I wish there was Python 3 support in
    (enter PyPI package name
    Results
    Carmanah lights the way with Python
    ... joining users such as Rackspace Industrial Light and Magic AstraZeneca Honeywell ... and many others
    What they are saying...
    "Python is everywhere at ILM. It's used to extend the capabilities of our applications, as well as providing the glue between them. Every CG image we create has involved Python somewhere in the process," said Philip Peterson, Principal Engineer, Research & Development, more...
    Using Python For...
    more... Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java and .NET virtual machines. Python is free to use, even for commercial products, because of its OSI-approved open source license New to Python or choosing between Python 2 and Python 3? Read

10. Python Programming : Training Courses : Well House Consultants
from for Learning to program in PHP Sun, 31 Oct 10 5 days PHP Programming Mon, 1 Nov 10 4 days Object Oriented PHP Fri, 5 Nov 10 1 day Learning to program in Java
http://www.wellho.net/course/python.html
Training, Open Source Computer Languages

11. Python (programming Language) - Wikipedia, The Free Encyclopedia
Python is a generalpurpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine remarkable power with very clear syntax
http://en.wikipedia.org/wiki/Python_(programming_language)
Python (programming language)
From Wikipedia, the free encyclopedia Jump to: navigation search Python Paradigm multi-paradigm object-oriented imperative ... reflective Appeared in Designed by Guido van Rossum Developer Python Software Foundation Stable release 3.1.2/ March 21, 2010 ; 7 months ago
2.7/ July 3, 2010 ; 4 months ago Preview release 3.2 alpha 3/ October 12, 2010 ; 35 days ago Typing discipline duck dynamic strong ... RPython Influenced by ABC ALGOL 68 C Haskell ... Perl Influenced Boo Cobra D Falcon ... Python Software Foundation License Usual file extensions .py, .pyw, .pyc, .pyo, .pyd Website www.python.org Python Programming at Wikibooks Python is an interpreted , general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine "remarkable power with very clear syntax", and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages. Python supports multiple programming paradigms , primarily but not limited to object oriented imperative and, to a lesser extent

12. Python Programming
Learn everything about IT and the web. Read the weekly article. Check out which retailer has the lowest prices on the best books, hardware, and softewares. Tons of IT tips and
http://www.techiwarehouse.com/cms/articles.php?cat=32

13. Python Idioms And Efficiency Suggestions
A guide to Python programming idioms, and suggestions for writing more elegant Python programs.
http://jaynes.colorado.edu/PythonIdioms.html
Python Idioms and Efficiency 1/28/07
Written by Rob Knight for the Cogent project
Table of Contents
What idioms should I use to make my code easier to read?
What techniques should I use to make my code run faster?
Back to the coding guidelines
What idioms should I use to make my code easier to read?
Read "The Python Cookbook", especially the first few chapters. It's a great source of well-written Python code examples. Build strings as a list and use ''.join at the end. join is a string method called on the separator , not the list. Calling it from the empty string concatenates the pieces with no separator, which is a Python quirk and rather surprising at first. This is important: string building with + is quadratic time instead of linear! If you learn one idiom, learn this one. Wrong: for s in strings: result += s Right: result = ''.join(strings) Always use an object's capabilities instead of its type. Python is a dynamically typed language: you should basically never care whether an object is a particular type as long as it supports a particular interface. This can give you impressive polymorphism for free. For example, my code for checking whether a string is valid on an alphabet looks like this: for char in string: if char not in alphabet: raise ValueError, "Char %s not in alphabet %a" % (char, alphabet)

14. 10 Free Python Programming Books | Coderholic
Below is a collection of 10 great Python programming books that are available online in full, completely free of charge Dive into Python This is a
http://www.coderholic.com/free-python-programming-books/

15. MG: Python For Windows
Scripts, examples and news about Python programming for the Windows platform.
http://win32com.goermezer.de/
Select Language English Arabic Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch Finnish French German Greek Hindi Italian Japanese Korean Norwegian Polish Portuguese Romanian Russian Spanish Swedish Catalan Filipino Hebrew Indonesian Latvian Lithuanian Serbian Slovak Slovenian Ukrainian Vietnamese Albanian Estonian Galician Hungarian Maltese Thai Turkish
Login Form
Username
Password
Remember me
Lost Password?
No account yet? Register
Weiteres zum Thema
Mein Dank an...
Home
Most popular
Lates scripts and articles

16. Xkcd: Python
Permanent link to this comic http//xkcd.com/353/ Image URL (for hotlinking/embedding) http//imgs.xkcd.com/comics/python.png
http://xkcd.com/353/

A webcomic of romance, sarcasm, math, and language.
XKCD updates every Monday, Wednesday, and Friday.
You can preorder the new communities map poster here
Python
Permanent link to this comic: http://xkcd.com/353/
Image URL (for hotlinking/embedding): http://imgs.xkcd.com/comics/python.png
RSS Feed Atom Feed
Comics I enjoy: Dinosaur Comics A Softer World Perry Bible Fellowship Copper ... Buttercup Festival Warning: this comic occasionally contains strong language (which may be unsuitable for children), unusual humor (which may be unsuitable for adults), and advanced mathematics (which may be unsuitable for liberal-arts majors).
We did not invent the algorithm. The algorithm consistently finds Jesus. The algorithm killed Jeeves.
The algorithm is banned in China. The algorithm is from Jersey. The algorithm constantly finds Jesus.
This is not the algorithm. This is close.
This work is licensed under a Creative Commons Attribution-NonCommercial 2.5 License This means you're free to copy and share these comics (but not to sell them). More details

17. Software Engineering Services — Orbtech
They offer Python programming expertise and are specialized in Python training, consulting and custom software development.
http://www.orbtech.com/

18. Download Python
The original implementation of Python, written in C.
http://www.python.org/download/

19. Python Programming
CSE 399004, Spring 2006 Python Programming Handout 1 (Lectures 1 and 2) handouts available online at www.seas.upenn.edu/~cse39905/schedule.html
http://www.cis.upenn.edu/~lhuang3/cse399-python/handouts/python-handout-1.pdf

20. Guido's Personal Home Page
Personal home page of the creator of the Python programming language.
http://www.python.org/~guido/

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 1     1-20 of 73    1  | 2  | 3  | 4  | Next 20

free hit counter