Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
Virtual Learning Python A Hands-on Introduction to Python for Beginning Programmers by Jessica McKellar Learn Python the Hard Way Programming for Everybody (Python) Web Development Django Girls Tutorial Hello Web App by Tracy Osborn The Flask Mega-Tutorial Additional Resources PyLadies Remote Webcasts "Programming in your PJ's!" screencasts by Katie Cunningham Coding is for Girls
From 17 June through 19 June, 2020
Location: https://2020.pythonwebconf.com
8:30am-5:00pm ET each day pythonwebconference.comPython on the web (tutorials and talks)
New-style Classes Warning New-style classes has been integrated into Python 2.7 and old-style classes has been removed in Python 3. Please refer to the Python tutorial and the Descriptor HowTo Guide for more up-to-date documentation about classes and descriptors respectively. Unfortunately, new-style classes have not yet been integrated into Python's standard documentation. Fear not, however; many people have worked to provide useful information on creating and using new-style classes: Unif...
...tutorials suitable for experienced programmers on the BeginnersGuide/Tutorials page. There is also a list of resources in other languages which might be useful if English is not your first language. The online documentation is your first port of call for definitive information. There is a fairly brief tutorial that gives you basic information about the language and gets you started. You can follow this by looking at the library reference for a full description of Python's many libraries and the ...
...Tutorials System Message: WARNING/2 (<string>, line 74) Definition list ends without a blank line; unexpected unindent. (<a target="_blank" href="http://us.pycon.org/TX2007/Tutorials">more info</a>) <br>(1 tutorial=$110, 2 tutorials=$170)</th></tr> System Message: ERROR/3 (<string>, line 77) Unexpected indentation. <tr><th>Morning session </th><th>Afternoon session </th></tr> <tr><td&g...
...tutorials for Python (there are several of each) all assume that the user is a dyed-in-the-wool developer, who knows a suite of external tools to edit, run and debug a program, and who already knows one or more other programming languages and their development environments. This currently stands in the way of more widespread experimentation with Python as a first programming language. By teaching Python to non-programmers, we expect we will collect valuable information that will guide...
Python 2.4.4 Documentation Download all these documents (Many formats are available, including typeset versions for printing.) Locate previous versions What's New in Python 2.4 (changes since previous major release) Tutorial (start here) Global Module Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutori...
Python 2.5 Documentation Download all these documents (Many formats are available, including typeset versions for printing.) Locate previous versions What's New in Python 2.5 (changes since previous major release) Tutorial (start here) Global Module Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutorial...
Python 2.5.2 Documentation Download all these documents (Many formats are available, including typeset versions for printing.) Locate previous versions What's New in Python 2.5 (changes since previous major release) Tutorial (start here) Global Module Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutori...
Python 2.5.3 Documentation Download all these documents (Many formats are available, including typeset versions for printing.) Locate previous versions What's New in Python 2.5 (changes since previous major release) Tutorial (start here) Global Module Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutori...
Python 2.5.4 Documentation Download all these documents (Many formats are available, including typeset versions for printing.) Locate previous versions What's New in Python 2.5 (changes since previous major release) Tutorial (start here) Global Module Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutori...
...tutorials from PyCon US 2020 onwards. EuroPython on YouTube Keynotes, talks and tutorials from EuroPython 2011 onwards. PyCon US 08 on YouTube Raw video of talks from the 2008 conference are available on YouTube. Because they're the raw video, presentation slides have not been edited into the recording and no cleanup of the audio has been done.
...tutorials delivered by experts. Participate in development sprints with fellow enthusiasts. The organizers aim to make the conference affordable and accessible to all. Also see the Python conferences and workshops listing for information on other events around the world.
Help New to programming and to Python? Check out the Beginner's Guide. New to Python? Read the standard tutorial. Look for a suitable book from a growing list of titles. Looking for code? See the download page for links to the Python interpreter. Explore the development repository. Got a Python problem or question? First check the Python FAQs, with answers to many common, general Python questions. The Python Help category of the discuss.python.org website hosts usage questions an...
...tutorials and break-out sessions. The hotel has more sleeping rooms as well. The hotel's room rate is $99/night (+ tax), with a 10% commission to PyCon. The Chicago bid includes provision for hiring the meeting planner they have been working with; the meeting planner will handle hotel negotiations and many logistical tasks. San Francisco Bay Area: Alvin Wang presented a bid for PyCon 2008 & 2009 at the San Mateo Marriott, with talk days February 22-24 2008 and February 20-23 2009, a tutor...
...tutorials for educators There are a number of freely available tutorials for Python. For example, there is a collection of Beginner's Guide to Python available on the Python wiki. In addition, the following may be of particular interest to educators: Think Python, by Allen B. Downey, is a substantially revised version of How to Think Like a Computer Scientist Learning with Python. It is available for free in various formats; printed copies can be purchased as well. Python for Informatics: Ex...
Python Software Foundation: Minutes of Board of Directors Meeting (August 9, 2005) The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors August 9, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 UTC, August 9, 2005. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the meeting: Steph...
Version: None
Released: Dec. 21, 2001
Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.2, there's a patch available from the …
View Release Notes
Python 2.2 Python 2.2 Note: See Python 2.2.3 for a patch release which supersedes 2.2. Important: This release is vulnerable to the problem described in security advisory PSF-2006-001 "Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)". This fix is included in Python 2.4.4 and Python 2.5. If you need to remain with Python 2.2, there's a patch available from the security advisory page. We are extremely pleased to announce the relea...
If you didn't find what you need, try your search in the Python language documentation.