Best online resource to learn Python? -


i new scripting language. but, still worked on scripting bit tailoring other scripts work purpose. me, best online resource learn python?

[response summary:]

some online resources:

http://docs.python.org/tut/tut.html - beginners

http://diveintopython3.ep.io/ - intermediate

http://www.pythonchallenge.com/ - expert skills

http://docs.python.org/ - collection of knowledge

some more:

byte of python.

python 2.5 quick reference

python side bar

a nice blog beginners

think python: introduction software design

if need learn python scratch - can start here: http://docs.python.org/tut/tut.html - begginers guide

if need extend knowledge - continue here http://diveintopython3.ep.io/ - intermediate level book

if need perfect skills - complete http://www.pythonchallenge.com/ - outstanding , interesting challenge

and perfect source of knowledge http://docs.python.org/ - collection of knowledge


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -