new to python

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Sep 13 21:02:36 EDT 2013


On Fri, 13 Sep 2013 12:02:26 -0700, Abhishek Pawar wrote:

> what should i do after learning python to get more comfortable with
> python?

Write programs with Python. Lots of programs.

Even just little programs which you throw away afterwards is fine. The 
important part is, write write write.

Don't forget to run them too. If you just write, you'll never know if 
they work or not. If they don't work, keep writing and debugging until 
they work.

Read programs. Lots of programs. I recommend you read the code in the 
standard library, you will learn a lot from it. Some of the code is a bit 
old and not necessarily "best practice" any more, but it is still good 
code.



-- 
Steven



More information about the Python-list mailing list