Python

My classical series of modules on basic Python programming couldn’t be left behind even in such a stormy moment (we’re undergoing heavy unscheduled maintenance, remember?). All of them are in Brazilian Portuguese:

Módulo A – Bem-vindo a Python! – This introduction to the language for total newbies puts you in contact with the procedural (the easiest but also less powerful) paradigm of Python programming.

Módulo B – Python Orientado a Objetos – This abstract module overviews the Object-Oriented Python programming. I suggest you to read it after the third. This module has got coauthorship of Prof. E. R. Woiski, Ph.D.

Módulo C – Tkinter! – In this last module, you’ll learn the easiest way of programming graphics interfaces in Python. It’s also recommended if you want to get a less abstract view of what is Object-Oriented Programming, after all.

Pensando em Tkinter – My old translation of Steven Ferg‘s Thinking in Tkinter to Brazilian Portuguese.