|
Size: 3703
Comment: link updating, replace 'paid for' with the newer Club ShowMeDo name
|
← Revision 217 as of 2026-01-08 18:28:33 ⇥
Size: 11131
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| == 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. |
|
| Line 2: | Line 5: |
| The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic). 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 4: | Line 7: |
| * [http://docs.python.org/tut/ Python Tutorial] This tutorial is part of Python's documentation set and is updated with each new release. * [http://diveintopython.org/ Dive Into Python] A fine tutorial by Mark Pilgrim. * [http://www.amazon.com/exec/obidos/tg/sim-explorer/explore-items/-/0735710910/0/101/1/none/purchase/ref=pd_sxp_r0/002-0605932-8839237 Python Essential Reference] (book) If you want a highly compressed K&R-style 'just the facts' overview, David Beazley's "Python Essential Reference" covers practically all of the language in about a hundred pages. * [http://en.wikibooks.org/wiki/Python_Programming Wikibook:Python Programming] * [http://en.wikiversity.org/wiki/Topic:Python Wikiversity:Python] The Wiki(anything) information about Python. * [http://www.hetland.org/python/instant-python.php Instant Python] A minimal crash course by Magnus Lie Hetland. * [http://www.linuxjournal.com/lj-issues/issue73/3946.html Python Programming for Beginners] A short introduction to writing command-line applications in Python by Jacek Artymiak. * [http://www.rexx.com/~dkuhlman/python_101/python_101.html Python 101 - Beginning Python] and [http://www.rexx.com/~dkuhlman/python_201/python_201.html Python 201 - (Slightly) Advanced Python] Two self-training courses from Dave Kuhlman. Python 101 introduces the basic data types, and 201 covers particular tasks such as parsing text and writing unit tests. * [http://www.wag.caltech.edu/home/rpm/python_course/ Python Short Course] A set of course slides by Richard P. Muller of Caltech that are aimed at scientific users. For example, the first example is a script to process output from a quantum chemistry simulation. * [http://www.poromenos.org/tutorials/python? Learn Python in 10 minutes] * [http://starship.python.net/crew/hinsen/ Python for Science] Course material written by Konrad Hinsen for an introduction to Python aimed at biologists. * [http://www.swc.scipy.org/ Software Carpentry]: lectures aimed at scientists and engineers. * You can find a variety of Python tutorials on [http://www.codeteacher.com Code Teacher]. * [http://blog.showmedo.com/2007/03/22/get-going-with-python-1-getting-a-feel-for-the-language/ 'Getting started with Python'] blog series at ShowMeDo, includes articles on 'Python Development Environments' and 'Python Under-The-Hood' * [http://showmedo.com/videos/python ShowMeDo.com/videos/Python]: Over 240 Python programming screencasts, most are free, some are a part of [http://showmedo.com/club Club ShowMeDo], all will teach you about Python programming: * [http://showmedo.com/videos/series?name=IwrOgqPc9 Python 101 - easygui and csv] - Aimed at new/intermediate Pythonistas showing how to build a full application in Python (part of the Club) * [http://showmedo.com/videos/series?name=pythonOzsvaldPyNewbieSeries Python Development on XP] (9 videos, part of the Club) Aimed at new/intermediate Pythonistas * [http://showmedo.com/videos/series?name=pythonOzsvaldIntroToPyResourcesSeries A Guide to Python Resources on the Web] (2 videos) * [http://showmedo.com/videos/series?name=pythonHollandIntroToPythonSeries_german Einführung in die Programmierung mit Python] (14 videos - German) * [http://showmedo.com/videos/series?name=PythonWxPythonBeginnersSeries Python GUI Programming with wxPython] (3 videos) |
== Books, Websites, Tutorials (non-interactive) == === Resources === * [[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. * [[http://www.afterhoursprogramming.com/tutorial/Python/Introduction/|After Hours Programming's Python Introduction]] A beginners introduction into Python. * [[https://awesome-python.com/|Awesome Python]] A curated list of awesome Python frameworks, libraries, software and resources. * [[https://www.checkio.org|CheckiO interactive learning resource]] Creative way to improve Python skills with interesting tasks, it also supports Python 3|2. * [[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. * [[https://coderslegacy.com|CodersLegacy]] A website + blog geared towards both new and experienced programmers. Mainly focused on teaching Python. * [[https://diveintopython3.problemsolving.io/|Dive Into Python 3]] by Mark Pilgrim. * [[https://effectivepython.com/|Effective Python]] - Paid book by Brett Slatkin; Practical best practices and idiomatic patterns to write cleaner, safer Python. * [[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. * [[https://finxter.com/|Finxter]] - Solve Python puzzles and test your Python skill level (beginner to grandmaster level). * [[https://www.fullstackpython.com/|Full Stack Python]] Once you know the basics, learn how to build, deploy and operate Python Applications. * [[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. * [[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://overiq.com/python-101/index.html|OverIQ Learn Python OverIQ]] - Site has additional tutorials on Django, Flask, SQLAlchemy and MySQL Connector. An entry-level course to get you started with Python Programming. * [[https://www.programiz.com/python-programming|Learn Python - Tutorial for Beginners]] A comprehensive Python guide to get started, Python tutorials, and examples for beginners. * [[http://freepythontips.wordpress.com|Free python tips and tutorials]] Python tips and tutorials for beginners and professional programmers. * [[http://stromberg.dnsalias.org/~dstromberg/Intro-to-Python/|Intro to Python]] - A Brief Presentation about Python mainly aimed at experienced programmers. Might be nice as a first pass over the language. * [[https://www.stavros.io/tutorials/python/|Learn Python in 10 minutes]] * [[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. * [[http://www.python-course.eu|Python Course]] - This online Python course is aiming at beginners and with advanced topics at experienced programmers as well. * [[https://github.com/gregmalcolm/python_koans|Python Koans]] Learn Python through TDD * [[http://www.linuxjournal.com/lj-issues/issue73/3946.html|Python Programming for Beginners]] A short introduction to writing command-line applications in Python by Jacek Artymiak. * [[https://pythonspeed.com/performance/|PythonSpeed.com]] Great resource with insightful ways to speed up your Python code * [[https://www.dabeaz.com/per.html|Python Essential Reference]] (book) If you want a highly compressed K&R-style 'just the facts' overview, David Beazley's "Python Essential Reference" covers practically all of the language in about a hundred pages. A version that covers Python 3.7 is in progress. * [[http://codecondo.com/10-ways-to-learn-python/|Resources for Learning Python]] 10 of the most popular / recommended platforms in the World when it comes to learning Python, either as a complete beginner or someone who knows their way around. * [[http://docs.python.org/tut/|Python Tutorial]] This tutorial is part of Python's documentation set and is updated with each new release. * [[http://en.wikiversity.org/wiki/Topic:Python|Wikiversity:Python]] The Wiki(anything) information about Python. * [[https://pythonspot.com/|Python Programming Tutorials]] Python programming tutorials. * [[http://thepythonguru.com/getting-started-with-python/|Python Tutorials]] Python in plain English. * [[http://www.trytoprogram.com/python-programming/|Learn Python - Programming Made Easy]] Simplified tutorials for beginners (Learn with relevant 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://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. == Interactive Tools and Lessons == * [[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 == Python Video Tutorials == * [[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) * [[https://youtu.be/HJSLyzm4j6Y|Python Exception Handling for beginners]] - Exception handling with Python. * [[https://www.youtube.com/watch?v=DFLD3JjsvJo&list=PLboXykqtm8dy_DNg1NZiS08Dnyj35PWXw|Python Lists and Object Tutorial for Beginners]] - Sorting Objects with Python. * [[https://youtu.be/RZF17FfRIIo|Python OOP Tutorial for Beginners]] - Getting started with OOP programming with Python. * [[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 == Python video tutorial (commercial/paid) == * [[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. == Free Python Courses == * [[https://blog.finxter.com/subscribe|Free Python 3 email course]] (almost daily Python lesson + cheat sheets, email required) === 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 * [[https://www.codecademy.com/learn/learn-python-3|Paid Python 3 course]] (almost daily Python lesson + cheat sheets) ---- 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
A beginner-friendly Python course with interactive, bite-size lessons, and over 100 challenges.
A beginner-friendly Python tutorial that starts with the absolute basics but also covers more advanced stuff like Python software deployment.
A Byte of Python, by Swaroop C.H. An introductory text for beginners and experienced programmers looking to learn Python.
After Hours Programming's Python Introduction A beginners introduction into Python.
Awesome Python A curated list of awesome Python frameworks, libraries, software and resources.
CheckiO interactive learning resource Creative way to improve Python skills with interesting tasks, it also supports Python 3|2.
Classpert - Python - A collection of free and paid Python online courses from a wide range of providers.
Codédex - A learn to code platform for K-12 and college students.
CodersLegacy A website + blog geared towards both new and experienced programmers. Mainly focused on teaching Python.
Dive Into Python 3 by Mark Pilgrim.
Effective Python - Paid book by Brett Slatkin; Practical best practices and idiomatic patterns to write cleaner, safer Python.
Elements of Python Style This document goes beyond PEP8 to cover the core of what the author thinks of as great Python style.
Finxter - Solve Python puzzles and test your Python skill level (beginner to grandmaster level).
Full Stack Python Once you know the basics, learn how to build, deploy and operate Python Applications.
ItsMyCode A Python Programming Blog which teaches Python basics and helps to solve various issues which developers face in day to day Programming
Kaggle Learn Hands-on Python and data skills using real datasets and notebooks.
Learn Python Step by Step - Start learning python from the basics to pro-level and attain proficiency.
OverIQ Learn Python OverIQ - Site has additional tutorials on Django, Flask, SQLAlchemy and MySQL Connector. An entry-level course to get you started with Python Programming.
Learn Python - Tutorial for Beginners A comprehensive Python guide to get started, Python tutorials, and examples for beginners.
Free python tips and tutorials Python tips and tutorials for beginners and professional programmers.
Intro to Python - A Brief Presentation about Python mainly aimed at experienced programmers. Might be nice as a first pass over the language.
Pytest documentation Learn testing, fixtures, and clean API design through practical examples.
Python 3 Patterns, Recipes, and Idioms by Bruce Eckel and Friends.
Python Cookbook - Paid book by David Beazley & Brian K. Jones Recipe-based solutions to common real-world Python problems.
Python Course - This online Python course is aiming at beginners and with advanced topics at experienced programmers as well.
Python Koans Learn Python through TDD
Python Programming for Beginners A short introduction to writing command-line applications in Python by Jacek Artymiak.
PythonSpeed.com Great resource with insightful ways to speed up your Python code
Python Essential Reference (book) If you want a highly compressed K&R-style 'just the facts' overview, David Beazley's "Python Essential Reference" covers practically all of the language in about a hundred pages. A version that covers Python 3.7 is in progress.
Resources for Learning Python 10 of the most popular / recommended platforms in the World when it comes to learning Python, either as a complete beginner or someone who knows their way around.
Python Tutorial This tutorial is part of Python's documentation set and is updated with each new release.
Wikiversity:Python The Wiki(anything) information about Python.
Python Programming Tutorials Python programming tutorials.
Python Tutorials Python in plain English.
Learn Python - Programming Made Easy Simplified tutorials for beginners (Learn with relevant examples).
Pandas Cookbook A newbie friendly introduction to pandas with real-life examples.
Ultimate Python study guide Ultimate Python study guide for newcomers and professionals alike.
Learn coding with Python notebooks A place where users can learn lot about Python coding with Python notebooks.
Learn Python Programming Easy to understand Python tutorial explained with examples for beginners and professionals alike.
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 in 4 hours Learn Python - Full Course for Beginners by FreeCodeCamp
Intermediate Python in 6 hours - Intermediate Course by FreeCodeCamp
MIT OpenCourseWare - Introduction to Computer Science and Programming in Python
Khan Academy computer science playlist teaches Python (free, donations requested)
Python Exception Handling for beginners - Exception handling with Python.
Python Lists and Object Tutorial for Beginners - Sorting Objects with Python.
Python OOP Tutorial for Beginners - Getting started with OOP programming with Python.
Frank A's Python YouTube chanel - Learn Python Programming (45 videos)
Corey Schafer YouTube channel - Python tutorials and other topics like Django, Pandas, Matplotlib, Flask, Tkinter
Python video tutorial (commercial/paid)
Learn to Code with Python - Introductory Python, also courses on Django, data handling, database connection, and projects like a web crawler or news aggregator.
Webucator Python Essentials - also courses in Django, Spark, AI and Data Science, etc.
Free Python Courses
Free Python 3 email course (almost daily Python lesson + cheat sheets, email required)
Other Python Resource Aggregators
Learn Python - Best Python Tutorials and Courses Python tutorials & courses recommended by the programming community.
Learn Python - Best Python Courses Python tutorials submitted and ranked by Python developers with the best rising to the top
Paid Python 3 course (almost daily Python lesson + cheat sheets)
CategoryPythonWebsite CategoryCategory CategoryDocumentation
