Watch Jeffrey Scudder demonstrate his GData Python Client Library extension that makes it easy to use Google Spreadsheets as a database in ...more
This video introduces developers to building apps on Google App Engine.
In this ShowMeDo, Jeff Winkler demonstrates using pyWinAuto (v0.3.4) to control Windows Notepad. pyWinAuto is a series of Python modules ...more
To get up and running with Python your first task is to pick the right Python distribution. At Python.org you can get the latest and ...more
CAUTION: This is not a streaming Flash video, and is slow to download. Also, the audio is very low, so be sure to turn your volume up. This ...more
Interested in 3D programming, physics and Python? Erik Thomspon introduces 3D programming using the VPython toolkit covering a number of ...more
If you have written any Python code at all, you have been using objects all along. The IPython shell can be used to show how objects and ...more
Kyran Dale shows how wxPython provides an easy way to bind user-generated events, such as choosing a menu option, to methods provided to ...more
A little demonstration of the power of wxPython, showing how to get a titled window up and running with five easy lines of Python code. This ...more
Jerol Harrington covers the __init__ method, bound vs unbound methods, passing objects by reference, data attributes, and concludes with ...more
wxPython is fast becomming one of the most popular cross-platform GUI programming solutions. Here Kyran Dale takes you through the simple ...more
Ian Ozsvald walks you through installing and testing Python 2.5 downloaded from Python.org. This includes how to start Python from the Start ...more
This tutorial is a short Hello World tutorial on setting up the free IDE Eclipse w/ Pydev extension on the Intel Mac OSX. Shows you how to ...more
Django is a Python web framework used for rapid application development in any environment. In under 10 minutes, you can go from a bare ...more
IPython provides a far more powerful alternative to the standard Python interpreter, incorporating features such as string-completion ...more
The IPython interactive Python shell allows the use of an external editor for editing multiple lines of code. Here Ian Ozsvald shows how to ...more
Ian Ozsvald shows how the powerful, interactive python shell IPython can be combined with the Python debugger to provide a powerful ...more
The WinPDB graphical debugger can be launched from within SPE to debug Python code. Here Ian Ozsvald shows how to launch the debugger, step ...more
In this ShowMeDo, André Roberge shows you how to use RUR-PLE. RUR-PLE is a learning environment designed to teach Python and help people ...more
This Pamie Demo shows how to setup, install and run a simple automation script. It shows you: how to install Pamie, how to create a Pamie ...more