I found a really great beginners tutorial for Python i need to share with others. It’s python by examples.
Found at http://www.lightbird.net/py-by-example/
I read many tutorials and sites dedicated to python, but this one is absolutely a must if you’re a python beginner. It’s loaded with simple examples, and descriptions. It briefly shows you the basics of python , each function is nicely explained with few examples. If you’re interested in learning Python this is the place to start. I personally found few things i did not use and know in python like shelve or inspect.
Here is the huge list of what’s on the page:
Regards M.