Differences between revisions 189 and 210 (spanning 21 versions)
Revision 189 as of 2021-01-26 08:44:06
Size: 8960
Editor: eriky
Comment: Added two great resources: full stack python and elements of Python style
Revision 210 as of 2024-03-03 16:02:54
Size: 10326
Editor: MatsWichmann
Comment: Fix markup error in recent addition - does not deal with question if this is the right bucket for this entry, or whether it's titled suitably (I consider both answers to be no)
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, 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 helps you, feel free to link it here.
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 such related Beginners Guides as [[BeginnersGuide/Overview]] and BeginnersGuide/NonProgrammers, and the tips in MovingToPythonFromOtherLanguages.
Line 10: Line 10:
 * [[https://diveintopython3.problemsolving.io/|Dive Into Python 3]] by Mark Pilgrim
 * [[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/about-python |Python Tutorial]] is beginner-friendly and 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.
 * [[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://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://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes, and Idioms]] by Bruce Eckel and Friends.
Line 14: Line 26:
 * [[https://classpert.com/python-programming|Classpert - Python]] - A collection of free and paid Python online courses, from a wide range of providers.
 * [[https://finxter.com/|Finxter]] - Solve Python puzzles and test your Python skill level (beginner to grandmaster level).
Line 17: Line 27:
 * [[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://www.afterhoursprogramming.com/tutorial/Python/Introduction/|After Hours Programming's Python Introduction]] A beginners introduction into Python.
 * [[http://www.checkio.org|CheckiO interactive learning resource]] Creative way to improve Python skills with interesting tasks, it also supports Python 3|2
 * [[https://www.programiz.com/python-programming|Learn Python - Tutorial for Beginners]] A comprehensive Python guide to get started, Python tutorials, and examples for beginners.
Line 25: Line 33:
 * [[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 27: Line 34:
 * [[https://pythonspeed.com/performance/|PythonSpeed.com]] Great resource with insightful ways to speed up your Python code
Line 33: Line 41:
 * [[https://coderslegacy.com|CodersLegacy]] A website + blog geared towards both new and experienced programmers. Mainly focused on teaching Python.
Line 37: Line 44:
 * [[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.
 * [[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 44: Line 50:
 * [[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)
 * [[https://hackinscience.org|HackInScience: free and open-source Python training website]]
 * [[https://learn-python.adamemery.dev|Learn Python]] - A no install Python course with interactive exercises powered by Pyodide.
 * [[https://python-editor.adamemery.dev|Python Editor]] - A web app for writing and running basic Pythons scripts
Line 48: Line 55:
 * [[https://pyflo.net|PyFlo]] - A free, interactive guide to becoming a Python Programmer
Line 50: Line 58:
 * [[https://www.youtube.com/playlist?list=PLlgoYPTU6ljCEggReCMF0m0760QTot9Qz|Python Screencasts]] (36 videos)  * [[https://www.youtube.com/watch?v=rfscVS0vtbw]] - Python Beginners Course by FreeCodeCamp (4 hours)
 * [[https://www.youtube.com/watch?v=HGOBQPFzWKo]] - Python Intermediate Course by FreeCodeCamp (6 hours)
 * [[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.
Line 53: Line 65:
 * [[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.
Line 54: Line 68:
 * [[https://www.youtube.com/watch?v=DFLD3JjsvJo&list=PLboXykqtm8dy_DNg1NZiS08Dnyj35PWXw|Python Lists and Object Tutorial for Beginners]] - Sorting Objects with Python.
 * [[https://youtu.be/HJSLyzm4j6Y|Python Exception Handling for beginners]] - Exception handling with Python.
 * [[https://www.youtube.com/playlist?list=PLlgoYPTU6ljCEggReCMF0m0760QTot9Qz|Python Screencasts]] (36 videos)

== Python video tutorial (commercial/paid) ==
 * [[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)
Line 57: Line 74:
 * [[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)
 * [[https://overiq.com/django/1.10/intro-to-django/|Django Basics]] - An introductory course to learn basics of Django framework in great detail.
 * [[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.
Line 65: Line 77:
  * [[https://www.codecademy.com/learn/learn-python-3|Free Python 3 course]] (almost daily Python lesson + cheat sheets)
Line 70: Line 81:
 * [[https://www.codecademy.com/learn/learn-python-3|Paid Python 3 course]] (almost daily Python lesson + cheat sheets)
Line 72: Line 84:
CategoryPythonWebsite CategoryPythonWebsite CategoryCategory

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 helps you, feel free to link it here.

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

Python video tutorial (commercial/paid)

Free Python Courses

Other Python Resource Aggregators


CategoryPythonWebsite CategoryCategory

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

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