Just in case you didn't write them down here are a couple of the links I mentioned during the presentation last night.
Learning Python Google's Python Class http://code.google.com/edu/languages/google-python-class/ Tutorials on Python.org http://docs.python.org/tutorial/ The IDE I use Komodo IDE http://www.activestate.com/komodo-ide The free version Komodo Edit http://www.activestate.com/komodo-edit Nullege a Python source code search engine. It's an absolute life saver sometimes. http://nullege.com PyQT documentation. PySide's documentation is way better use it vs the Riverbank stuff even if you aren't using PySide. http://www.pyside.org/ One of the things I didn't cover last night was Python 2.x vs Python 3.x. Everything I showed last night was Python 2.x. This includes the tool that we released. Python 3.x is still facing some adoption issues, mainly because the syntax is not backward compatible with 2.x versions of Python. Python 3 is something that I myself need to start taking more seriously here in the future. Python 2.x will be around for quite some time though. If anyone has any questions please let me know. Thanks to everyone who came out last night. -- *Nathan Hamiel* http://hexsec.com <http://hexsec.com>http://twitter.com/nathanhamiel blog: www.neohaxor.org

