Difference between revisions of "Free Python Resources for Beginners"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) m (1 revision) |
(add Python-related Wikibooks) |
||
Line 5: | Line 5: | ||
*'''[http://www.effbot.org/zone/librarybook-index.htm (the eff-bot guide to) The Standard Python Library ]''' | *'''[http://www.effbot.org/zone/librarybook-index.htm (the eff-bot guide to) The Standard Python Library ]''' | ||
*'''[http://www.pythonforbeginners.com/ Pythonforbeginners.com - Learn Python by Example ]''' | *'''[http://www.pythonforbeginners.com/ Pythonforbeginners.com - Learn Python by Example ]''' | ||
+ | * '''[https://en.wikibooks.org/wiki/Subject:Python_programming_language Python programming at Wikibooks]''' (it's a free wiki, so you can make it better) | ||
= Meta = | = Meta = |
Revision as of 08:28, 20 January 2017
These are web or document based downloads that may help a beginner with Python.
- Learn Python the Hard Way This is the primary text for our Python Course: A Course On Python
- BeginnersGuide - Python Wiki
- (the eff-bot guide to) The Standard Python Library
- Pythonforbeginners.com - Learn Python by Example
- Python programming at Wikibooks (it's a free wiki, so you can make it better)
Meta
These links are to other pages with resources:
Other Links for Learning Python
At what level? Are these duplicates. Still need to determine which are free.
- Python Introduction | Python Education | Google Developers
- Learning Python — The Hitchhiker's Guide to Python