Joaquim Rocha
Published on

Python class at Master in Free Software 09/10

Authors
  • avatar
    Name
    Joaquim Rocha
    Twitter
  • Principal Software Engineering Manager at Microsoft

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.