Differences between revisions 194 and 217 (spanning 23 versions)
Revision 194 as of 2021-08-17 12:46:48
Size: 9335
Editor: NatDunn
Comment:
Revision 217 as of 2026-01-08 18:28:33
Size: 11131
Editor: MatsWichmann
Comment:
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 helped you, feel free to link it here. This is a Wiki page. Users with edit rights can edit it. You are, therefore, 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 helps you, feel free to link it here. If a link doesn't work, remove it unless there's an obvious new location for the same content.
Line 5: Line 5:
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. The tutorials on this page aim at people with previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.). Also of potential interest are related pages [[BeginnersGuide/Overview]] and BeginnersGuide/NonProgrammers (it's not always easy to distinguish "for experienced programmers" and "for first-time programmers" and there's likely some overlap). Also see the tips in MovingToPythonFromOtherLanguages.
Line 10: Line 10:
 * [[https://python.land/python-tutorial|A beginner-friendly Python tutorial]] that starts with the absolute basics, but also covers more advanced stuff like Python software deployment.  * [[https://programiz.pro/learn/master-python|A beginner-friendly Python course]] with interactive, bite-size lessons, and over 100 challenges.
 * [[https://python.land/python-tutorial|A beginner-friendly Python tutorial]] that starts with the absolute basics but also covers more advanced stuff like Python software deployment.
 * [[https://python.swaroopch.com/|A Byte of Python]], by Swaroop C.H. An introductory text for beginners and experienced programmers looking to learn Python.
Line 14: Line 16:
 * [[https://classpert.com/python-programming|Classpert - Python]] - A collection of free and paid Python online courses, from a wide range of providers.  * [[https://classpert.com/python-programming|Classpert - Python]] - A collection of free and paid Python online courses from a wide range of providers.
 * [[https://www.codedex.io.com|Codédex]] - A learn to code platform for K-12 and college students.
Line 17: Line 20:
 * [[https://effectivepython.com/|Effective Python]] - Paid book by Brett Slatkin; Practical best practices and idiomatic patterns to write cleaner, safer Python.
Line 20: Line 24:
 * [[https://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes, and Idioms]] by Bruce Eckel and Friends.  * [[https://itsmycode.com/|ItsMyCode]] A Python Programming Blog which teaches Python basics and helps to solve various issues which developers face in day to day Programming
 * [[https://www.kaggle.com/learn/|Kaggle Learn]] Hands-on Python and data skills using real datasets and notebooks.
Line 22: Line 27:
 * [[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-101/index.html|OverIQ Learn Python OverIQ]] - Site has additional tutorials on Django, Flask, SQLAlchemy and MySQL Connector.
 A
n entry-level course to get you started with Python Programming.
Line 27: Line 33:
 * [[https://docs.pytest.org/en/stable/|Pytest documentation]] Learn testing, fixtures, and clean API design through practical examples.
 * [[https://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes, and Idioms]] by Bruce Eckel and Friends.
 * [[https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/|Python Cookbook - Paid book by David Beazley & Brian K. Jones]] Recipe-based solutions to common real-world Python problems.
Line 29: Line 38:
 * [[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 41: Line 49:
 * [[https://www.nbshare.io|Learn coding with Python notebooks]] A place where users can learn lot about Python coding with Python notebooks.
 * [[https://www.scaler.com/topics/python/|Learn Python Programming]] Easy to understand Python tutorial explained with examples for beginners and professionals alike.
Line 43: Line 54:
 * [[http://cscircles.cemc.uwaterloo.ca|Computer Science Circles]]
 * [[http://interactivepython.org/courselib/static/thinkcspy/index.html|How to Think Like a Computer Scientist, Interactive Edition]]
 * [[http://interactivepython.org/runestone/static/pythonds/index.html|Problem Solving with Algorithms and Data Structures using Python]] (second-level course)
 * [[http://people.csail.mit.edu/pgbovine/python/tutor.html|Python visualizer tool]]
 * [[http://thonny.org|Thonny, Python IDE for beginners. Has intuitive features for program runtime visualization]]
 * [[http://cscircles.cemc.uwaterloo.ca|Computer Science Circles]] - University of Waterloo Computer programming online tutor
 * [[https://genepy.org/|HackInScience]] - free and open-source Python training website
 * [[https://labex.io/learn/python|LabEx - Hands-on Labs]] - Practice Python programming with interactive exercises in a web-based coding environment, offering hands-on labs and real-world scenarios.
 * [[https://aqemery.github.io/learn-python|Learn Python]] - A no install Python course with interactive exercises powered by Pyodide.
 * [[http://pythontutor.com/visualize.html|Python Tutor]] - online code visualizer/debugger tool with AI support
 * [[http://thonny.org|Thonny]] - Python IDE for beginners. Has intuitive features for program runtime visualization
 * [[https://pyflo.net|PyFlo]] - A free, interactive guide to becoming a Python Programmer
 * [[https://learnpy.dev|learnpy.dev]] - A kid-oriented, interactive, web-based introduction to coding in Python
Line 50: Line 64:
 * [[https://www.webucator.com/django-training/course/writing-your-first-django-app/]] - A free Django course with videos based on the Django Software Foundations official tutorial.
 * [[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://overiq.com/django/1.10/intro-to-django/|Django Basics]] - An introductory course to learn basics of Django framework in great detail.
 * [[https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/lecture-videos/|MIT's Introduction to Computer Science and Programming in Python]]
 * [[https://www.khanacademy.org/computing/computer-science|Khan Academy computer science]] playlist teaches Python.
 * [[https://www.youtube.com/watch?v=rfscVS0vtbw|Python in 4 hours]] Learn Python - Full Course for Beginners by !FreeCodeCamp
 * [[https://www.youtube.com/watch?v=HGOBQPFzWKo|Intermediate Python in 6 hours]] - Intermediate Course by !FreeCodeCamp
 * [[https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/resources/lecture-videos/|MIT OpenCourseWare]] - Introduction to Computer Science and Programming in Python
 * [[https://www.khanacademy.org/computing/computer-science|Khan Academy computer science]] playlist teaches Python (free, donations requested)
Line 58: Line 71:
 * [[https://www.youtube.com/playlist?list=PLlgoYPTU6ljCEggReCMF0m0760QTot9Qz|Python Screencasts]] (36 videos)  * [[https://www.youtube.com/playlist?list=PLlgoYPTU6ljCEggReCMF0m0760QTot9Qz|Frank A's Python YouTube chanel]] - Learn Python Programming (45 videos)
 * [[https://www.youtube.com/@coreyms/courses|Corey Schafer YouTube channel]] - Python tutorials and other topics like Django, Pandas, Matplotlib, Flask, Tkinter
Line 61: Line 75:
 * [[https://code.tutsplus.com/courses/getting-started-with-django|Getting Started With Django]] - learn the Django back-end framework from scratch (paid/commercial)
 * [[https://code.tutsplus.com/courses/build-a-news-aggregator-with-django|Build a News Aggregator With Django]] - learn advanced Django skills with a hands-on project (paid/commercial)
 * [[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/c/python/t/courses|Learn to Code with Python]] - Introductory Python, also courses on Django, data handling, database connection, and projects like a web crawler or news aggregator.
 * [[https://www.webucator.com/catalog/python-training/|Webucator Python Essentials]] - also courses in Django, Spark, AI and Data Science, etc.
Line 67: Line 80:
  * [[https://www.codecademy.com/learn/learn-python-3|Free Python 3 course]] (almost daily Python lesson + cheat sheets)
Line 72: Line 84:
 * [[https://www.codecademy.com/learn/learn-python-3|Paid Python 3 course]] (almost daily Python lesson + cheat sheets)
Line 74: Line 87:
CategoryPythonWebsite CategoryPythonWebsite CategoryCategory CategoryDocumentation

Please Note

This is a Wiki page. Users with edit rights can edit it. You are, therefore, 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 helps you, feel free to link it here. If a link doesn't work, remove it unless there's an obvious new location for the same content.

Python for Programmers

The tutorials on this page aim at people with previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.). Also of potential interest are related pages BeginnersGuide/Overview and BeginnersGuide/NonProgrammers (it's not always easy to distinguish "for experienced programmers" and "for first-time programmers" and there's likely some overlap). Also see the tips in MovingToPythonFromOtherLanguages.

Books, Websites, Tutorials (non-interactive)

Resources

Interactive Tools and Lessons

  • Computer Science Circles - University of Waterloo Computer programming online tutor

  • HackInScience - free and open-source Python training website

  • LabEx - Hands-on Labs - Practice Python programming with interactive exercises in a web-based coding environment, offering hands-on labs and real-world scenarios.

  • Learn Python - A no install Python course with interactive exercises powered by Pyodide.

  • Python Tutor - online code visualizer/debugger tool with AI support

  • Thonny - Python IDE for beginners. Has intuitive features for program runtime visualization

  • PyFlo - A free, interactive guide to becoming a Python Programmer

  • learnpy.dev - A kid-oriented, interactive, web-based introduction to coding in Python

Python Video Tutorials

Python video tutorial (commercial/paid)

Free Python Courses

Other Python Resource Aggregators


CategoryPythonWebsite CategoryCategory CategoryDocumentation

BeginnersGuide/Programmers (last edited 2026-01-08 18:28:33 by MatsWichmann)

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