Google Python Class Day 2 Part 1
This part of the tutorial presents with regular expressions in Python. Supporting material: http://code.google.com/edu/languages/google-python-class/index.html
This part of the tutorial presents with regular expressions in Python. Supporting material: http://code.google.com/edu/languages/google-python-class/index.html
This third part of the Google Python Class Day 1 deals with dicts (Python’s efficient key/value hash table structure) and files Course reference: http://code.google.com/edu/languages/google-python-class/index.html
This second part of the Google Python Class Day 1 deals with lists, sorting and tuples. Course reference: http://code.google.com/edu/languages/google-python-class/index.html
Google Python Class Day 1 Part 1: Introduction and Strings. Full Python programming course and material
This talk gives an overview of how to connect to MySQL and which drivers are available today under Python v2.x, and tomorrow’s Python v3.x. We’ll dive into MySQLdb, its strong history, its present. We’ll go over OurSQL and various other community projects, as well as Sun Microsystems’ MySQL Connector/Python.
At the DjangoConf 2008 edition, James Bennett presents a talk on how to build reusable applications. He proposes 4 simple principles to achieve this goal: * Do one thing, and do it well. * Don’t be afraid of multiple apps. * Write for flexibility. * Build to distribute. Slides of …