Monday, September 7, 2009

Python OOP tutorial - made simple

This is my third post and I actually thought of writing a tutorial on python.
But I see a lot of tutorials on python on the web at various levels of detail.
Here are a few for a newbie.

A Byte of Python
Python website
Python in 100 session lines

Now Python is an OO language.
For someone new to concept of OOP, the above tutorials are a little confusing
Here is a great tutorial that explains the concept of OOP and how it is done in python.
Introduction to classes

2 comments: