Differences between revisions 182 and 183
Revision 182 as of 2020-08-18 18:33:06
Size: 7944
Editor: eriky
Comment: Site link to https://code.tutsplus.com/ was generic and not specifically on python
Revision 183 as of 2020-08-18 18:34:46
Size: 7944
Editor: eriky
Comment: trival language fixes (thanks grammarly ;-)
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
This is a Wiki page. Users with edit rights can edit it. You are therefore free to (in fact, encouraged to) add details of material that other Python users will find useful. It is '''not''' an advertising page, and is here to serve the whole Python community. Users who continually edit pages to give their own materials (particularly commercial materials) prominence, or spam the listing with multiple entries which point to resources with only slightly altered material, may subsequently find their editing rights disabled. ''You have been warned''. On a cheerier note - there is a constant stream of new and updated information on Python as the language is exploding in popularity. Only enthusiastic volunteers can keep this page current, so if something really helped you, feel free to link it here. This is a Wiki page. Users with edit rights can edit it. You are therefore free to (in fact, encouraged to) add details of material that other Python users will find useful. It is '''not''' an advertising page and is here to serve the whole Python community. Users who continually edit pages to give their own materials (particularly commercial materials) prominence, or spam the listing with multiple entries which point to resources with only slightly altered material, may subsequently find their editing rights disabled. ''You have been warned''. On a cheerier note - there is a constant stream of new and updated information on Python as the language is exploding in popularity. Only enthusiastic volunteers can keep this page current, so if something really helped you, feel free to link it here.
Line 14: Line 14:
 * [[https://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes and Idioms]] by Bruce Eckel and Friends
 * [[https://www.techbeamers.com/python-tutorial-step-by-step/|Learn Python Step by Step]] - Start learning python from the basics to pro level and attain proficiency.
 * [[https://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes, and Idioms]] by Bruce Eckel and Friends
 * [[https://www.techbeamers.com/python-tutorial-step-by-step/|Learn Python Step by Step]] - Start learning python from the basics to pro-level and attain proficiency.
Line 18: Line 18:
 * [[https://overiq.com/python/3.4/intro-to-python|Learn Python OverIQ]] - An entry level course to get you started with Python Programming.  * [[https://overiq.com/python/3.4/intro-to-python|Learn Python OverIQ]] - An entry-level course to get you started with Python Programming.
Line 27: Line 27:
 * [[http://mcsp.wartburg.edu/zelle/python/index.html|Python Programming: An Introduction to Computer Science]] by John M. Zelle. Used for CS1 courses at Wartburg College, IA. A simple tkinter-based graphics.py module is used in textbook examples (Python 2 and 3).  * [[http://mcsp.wartburg.edu/zelle/python/index.html|Python Programming: An Introduction to Computer Science]] by John M. Zelle. Used for CS1 courses at Wartburg College, IA. A simple Tkinter-based graphics.py module is used in textbook examples (Python 2 and 3).
Line 36: Line 36:
 * [[https://tutswiki.com/pandas-cookbook/|Pandas Cookbook]] A newbie friendly introduction to pandas with real life examples.  * [[https://tutswiki.com/pandas-cookbook/|Pandas Cookbook]] A newbie friendly introduction to pandas with real-life examples.

Please Note

This is a Wiki page. Users with edit rights can edit it. You are therefore free to (in fact, encouraged to) add details of material that other Python users will find useful. It is not an advertising page and is here to serve the whole Python community. Users who continually edit pages to give their own materials (particularly commercial materials) prominence, or spam the listing with multiple entries which point to resources with only slightly altered material, may subsequently find their editing rights disabled. You have been warned. On a cheerier note - there is a constant stream of new and updated information on Python as the language is exploding in popularity. Only enthusiastic volunteers can keep this page current, so if something really helped you, feel free to link it here.

Python for Programmers

The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.). Also of potential interest are such related Beginners Guides as BeginnersGuide/Overview and BeginnersGuide/NonProgrammers, and the tips in MovingToPythonFromOtherLanguages.

Books, Websites, Tutorials (non-interactive)

Reviews

Resources

Interactive Tools and Lessons

Python Video Tutorials

Free Python Courses


CategoryPythonWebsite

BeginnersGuide/Programmers (last edited 2024-03-03 16:02:54 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.