Python Demos. A collection of old Python example programs showing how to do different things.

github.com/gvanrossum/old-demos

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2022
  • Typo in README.md
  • Add contents of old Tools/scripts as well
  • Typo fix in README.md
  • Typo fix
  • Add note about history and license.
  • Add README.md and LICENSE
July 2021
  • bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
March 2021
  • Minor updates to the vector demo (GH-24853)
October 2019
  • bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896)
  • bpo-38539: Update demo files (GH-16890)
August 2019
  • bpo-36743: __get__ is sometimes called without the owner argument (#1…
April 2019
  • bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
March 2019
  • bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (…
June 2018
  • bpo-33908: Remove two superfluous assignments (GH-7116)
October 2017
  • bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
September 2016
  • #27364: fix "incorrect" uses of escape character in the stdlib.
July 2016
  • Issue #27626: Spelling fixes in docs, comments and internal names
May 2015
  • Issue #16261: Converted some bare except statements to except statements
July 2013
  • Issue #18448: Fix a typo in Tools/demo/eiffel.py.
  • Issue #18457: Fixed saving of formulas and complex numbers in Tools/d…