Differences between revisions 182 and 190 (spanning 8 versions)
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 190 as of 2021-01-26 08:48:38
Size: 9088
Editor: eriky
Comment: added pythonspeed.com (great resource about speeding up code and also has great docker build tips)
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 helped you, feel free to link it here.
Line 8: Line 8:
=== Reviews ===
 * [[https://hackr.io/tutorials/learn-python|Learn Python - Best Python Tutorials and Courses]] Python tutorials & courses recommended by the programming community.
 * [[https://gitconnected.com/learn/python|Learn Python - Best Python Courses]] Python tutorials submitted and ranked by Python developers with the best rising to the top
Line 14: Line 11:
 * [[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
 * This [[https://python.land/python-tutorial|Python tutorial]] is beginner-friendly and starts with the absolute basics, but also covers more advanced stuff like Python software deployment

 * [[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 16:
 * [[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 26: Line 24:
 * [[http://wiki.github.com/gregmalcolm/python_koans/|Python Koans]] Learn Python through TDD
 * [[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).
 * [[https://github.com/gregmalcolm/python_koans|Python Koans]] Learn Python through TDD
 * [[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 35: Line 33:
 * [[https://coderslegacy.com|CodersLegacy]] A website + blog geared towards both new and experienced programmers. Mainly focused on teaching Python.
Line 36: Line 35:
 * [[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.
 * [[https://github.com/huangsam/ultimate-python|Ultimate Python study guide]] Ultimate Python study guide for newcomers and professionals alike.
 * [[https://awesome-python.com/|Awesome Python]] A curated list of awesome Python frameworks, libraries, software and resources.
 * [[https://www.fullstackpython.com/|Full Stack Python]] Once you know the basics, learn how to build, deploy and operate Python Applications
 * [[https://github.com/amontalenti/elements-of-python-style|Elements of Python Style]] This document goes beyond PEP8 to cover the core of what the author thinks of as great Python style.
Line 53: Line 57:
 * [[https://code.tutsplus.com/courses/data-handling-with-python|Data Handling With Python]] - learn the basics of handling data in the Python language.
 * [[https://code.tutsplus.com/courses/crawl-the-web-with-python|Crawl the Web With Python]] - learn to build a web crawler and scraper (free).
 * [[https://code.tutsplus.com/courses/getting-started-with-django|Getting Started With Django]] - learn the Django back-end framework from scratch.
 * [[https://code.tutsplus.com/courses/data-handling-with-python|Data Handling With Python]] - learn the basics of handling data in the Python language (paid/commercial).
 * [[https://code.tutsplus.com/courses/crawl-the-web-with-python|Crawl the Web With Python]] - learn to build a web crawler and scraper (paid/commercial).
 * [[https://code.tutsplus.com/courses/getting-started-with-django|Getting Started With Django]] - learn the Django back-end framework from scratch (paid/commercial)
Line 58: Line 62:
 * [[https://pythonspeed.com/performance/|PythonSpeed.com]] Great resource with insightful ways to speed up your Python code
Line 63: Line 67:

=== Other Python Resource Aggregators ===
 * [[https://hackr.io/tutorials/learn-python|Learn Python - Best Python Tutorials and Courses]] Python tutorials & courses recommended by the programming community.
 * [[https://gitconnected.com/learn/python|Learn Python - Best Python Courses]] Python tutorials submitted and ranked by Python developers with the best rising to the top

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 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)

Resources

Interactive Tools and Lessons

Python Video Tutorials

Free Python Courses

Other Python Resource Aggregators


CategoryPythonWebsite

BeginnersGuide/Programmers (last edited 2024-11-20 01:24:35 by huhuhang)

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