Python class at Master in Free Software 09/10
Last Friday I gave an introduction to Python as class in Master in Free Software.
In this session I tried to cover Python from the very basics to decorators, properties and PDB. All covered only as an overview, not in deep detail.
After the introduction we did a simple PyGTK application to list the files from a folder the user gives it; it will hopefully come in handy when they start to develop their project’s UI.
So I’m sharing here the presentation I created for it. If you’re thinking of learning Python or have started learning it recently it might be helpful for you.

October 1st, 2010 at 12:24 pm
Wow, this is one of the most concise and complete introductions to Python I have seen. Great stuff.
October 4th, 2010 at 8:06 am
Thank you Ryan!