Trog

MySQL Connectivity With Python
Hook your Python code up to a MySQL database with the MySQLdb module.
Object-Oriented Programming With Python (part 2)
Learn about advanced aspects of Python's OO implementation, including inheritance, destructors and overrides.
Object-Oriented Programming With Python (part 1)
Take your Python skills to the next level with a discussion of classes and objects.
Python 101 (part 8): An Exceptionally Clever Snake
Use Python's exception handlers to avoid violent - and potentially embarrassing - flame-outs.
Python 101 (part 7): Dinner With A Hungry Giant
Learn to logically group functions together into modules.
Python 101 (part 6): Hedgehogs, Pythons And Funky Chameleons
Find out how to abstract out parts of your Python code into reusable functions.
Python 101 (part 5): Snake Oil For The Soul
Buy some Air In A Bottle(tm)! You won't regret it!
Python 101 (part 4): Feeding The Snake
Luke Skywalker has the Force. Python programmers have dictionaries and tuples. What's the connection?
Python 101 (part 3): A Twist In The Tail
Add flow control to your Python programs with the "for" and "while" loops.
Python 101 (part 1): Snake Eyes
Learning Python will earn you respect, affection and bags of money. Find out why.
Python 101 (part 2): If Wishes Were Pythons
Build conditional expressions, slice and dice strings, and accept user input from the command line.