J
John Bokma
Luis M. González said:Free online resources for learning Python:
To get started, I strongly suggest Josh Cogliati's "Non-Programmers
Tutorial for Python" ( http://honors.montana.edu/~jjc/easytut/easytut/
).
I learned programming with this little tutorial, which is a very good
introduction.
After that, you could check these ones:
"A Byte of Python" by Swaroop CH
"Learning to Program" by Alan Gauld
(http://www.freenetpages.co.uk/hp/alan.gauld/)
The last one is specially good to grasp the basics of object oriented
programming. It has a very good example of a banking application that
was a real eye opener to me.
How to Think Like a Computer Scientist: Learning with Python
<http://greenteapress.com/thinkpython/>
Haven't read it myself yet though.
Thanks for the links, have added them to my local wiki :-D.