+ 2
I need some tips to learn fast Python programming...
4 Answers
+ 2
I found "Learn python the hard way" to be pretty helpful. It makes no assumptions as to your level of understanding with programing languages and gets you to a point where other learning materials are digestible. There's a free version of it available online.
+ 2
The fastest way to learn is to code.
For me a helpful place was the Codecademy course of Python. (Note: it's Python 2 course, but the main difference with Python 3 i saw is the function print(), which is print. It will be switched to Python 3 this summer. :))
Then you can try the exercises in CodingBat site.
Good luck!
+ 1
Thank you!
+ 1
Thank you Boris.