How to start learning Python? Any suggestions

Legacy Wiki Page

This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.

Answer

:

* Just Use It – many people just start using Python from day one, referring to example code and the language and library reference while working on solving a real problem. This works well for most experienced programmers, starting with some smaller coding tasks. Be sure to skim the extensive library reference to get an idea of what modules are available for your use.

* For more gentle introductions, see the Beginners Guide

SEE:**Ten things people want to know about Python**for more details.