[151] Developing emol! (35 videos)
a series of video-tutorials by Erik Thompson
This video series will document the development of a moderately complex program from start to finish. Everything from planning, creating class diagrams, going over the code, and creating a .deb file for Ubuntu/Debian distribution will be covered.
Key libraries used will be wxPython, OpenGL, and sqlite.
Most software projects fail. Will this one fail too?! Watch this series as it is published to find out!
Video Tutorials
[458] Introduction
[475] wxPython and PyOpenGL Example 1
[484] Getting Started with Launchpad and Bazaar in 20 Minutes
[488] Preparing to Use the GPL & Using a Batch File with Bazaar
[973] SQLite from Python: Database Basics
SQLite is a database with support built into python 2.5 and greater. It is notable for storing the data into a very small, portable file while using the same basic SQL syntax used by much larger, and not so portable, databases. SQLite has been released to the public domain so there are no licensing issues to worry about when using it.




