How to familiarize myself with Python

Posted by Zel on Programmers See other posts from Programmers or by Zel
Published on 2013-07-02T08:39:10Z Indexed on 2013/07/02 11:13 UTC
Read the original article Hit count: 558

Filed under:
|
|
|

I am Python beginner. Started Python 1.5 months back.

I downloaded the Python docs and read some part of the tutorial. I have been programming on codechef.com and solving problems of projecteuler. I am thinking of reading Introduction to algorithms and following this course on MIT opencourse ware as I haven't been getting much improvement in programming and I am wasting much time thinking just what should I do when faced with any programming problem.

But I think that I still don't know the correct way to learn the language itself. Should I start the library reference or continue with Python tutorial? Is learning algorithms useful for language such as C and not so much for Python as it has "batteries included"?

Are there some other resources for familiarization with the language and in general for learning to solve programming problems? Or do I need to just devote some more time?

© Programmers or respective owner

Related posts about learning

Related posts about algorithms