Differences between revisions 159 and 198 (spanning 39 versions)
Revision 159 as of 2017-08-23 10:03:52
Size: 9432
Editor: ranjitbhatta
Comment: Removed broken links.
Revision 198 as of 2021-10-24 14:19:27
Size: 9868
Comment: Added free Python full course tutorial by Freecodecamp
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Because this is a Wiki page, users can edit it. You are therefore free 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 therefore find their accounts are disabled. ''You have been warned''. 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:
 * [[https://hackr.io/tutorials/learn-python| Learn Python - Best Python Tutorials]] Python tutorials recommended by the programming community.
 * [[https://www.programiz.com/python-programming| Learn Python - Tutorial for Beginners]] A comprehensive Python guide to get started, Python tutorials and examples for beginners.

=== Resources ===
 * [[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.
Line 11: Line 12:
 * [[http://www.checkio.org|CheckiO interactive learning resource]] Creative way to improve Python skills with interesting tasks, it also supports Python 3|2
 * [[http://www.tutorialspoint.com/python/index.htm|Basic to Advanced Tutorial]] A good tutorial on Python especially for the beginners.
 * [[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://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.
 * [[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/3.4/intro-to-python|Learn Python OverIQ]] - 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.
Line 14: Line 26:
 * [[https://developers.google.com/edu/python|Google's Python class]] - Google's Python tutorial for "people with a little bit of programming experience"
Line 16: Line 27:
 * [[http://www.hetland.org/python/instant-python.php|Instant Python]] A minimal crash course by Magnus Lie Hetland.
Line 18: Line 28:
 * [[http://www.davekuhlman.org/python_101.html|Python 101 - Beginning Python]] and [[http://www.davekuhlman.org/python_201.html|Python 201 - (Slightly) Advanced Python]] - Two self-training courses from Dave Kuhlman.
 * [[http://www.davekuhlman.org/python_book_01.html|A Python Book: Beginning Python, Advanced Python, and Python Exercises]] - An online book by Dave Kuhlman.
Line 21: Line 29:
 * [[http://www.itmaybeahack.com/homepage/books/python.html|Python for Programmers]] - for "Professional programmers who need to learn Python "
 * [[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 25: Line 32:
 * [[http://www.worldcat.org/title/python-essential-reference/oclc/288985690|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://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 his way around..
 * [[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.
 * [[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.
Line 29: Line 36:
 * ComparingTypes Quick look at some common programming types for python and other languages
 * [[http://en.wikibooks.org/wiki/Python_Programming|Wikibook:Python Programming]]
Line 33: Line 38:
 * [[http://thepythonguru.com/getting-started-with-python/|Python Tutorials]] Python in plain english.  * [[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.
Line 37: Line 46:
 * [[http://www.learnstreet.com|LearnStreet: Free online Python tutorials and practice exercises]]
Line 39: Line 47:
 * [[http://jwork.org/learn/|Interactive tutorials for scientific programming using Python]]
Line 42: Line 49:
 * [[http://thonny.org|Thonny, Python IDE for begginners. Has intuitive features for program runtime visualization]]  * [[http://thonny.org|Thonny, Python IDE for beginners. Has intuitive features for program runtime visualization]]
Line 45: Line 52:
 * [[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.
 * [[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://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.
Line 46: Line 63:
 * [[http://showmedo.com/videos/series?name=pythonHollandIntroToPythonSeries_german|Einführung in die Programmierung mit Python]] (14 videos - German)
 * [[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'
 * [[https://www.youtube.com/user/schafer5]|/Corey Schafer]] has a Python turorial channel.
 * [[http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/?r=iTunes|MIT's 6.00 Introduction to Computer Science and Programming]] (in Python)
 * The [[http://www.khanacademy.org/#computer-science|Khan Academy computer science]] playlist teaches Python.
  * [[http://showmedo.com/videos/series?name=pythonOzsvaldIntroToPyResourcesSeries|A Guide to Python Resources on the Web]] (2 videos)
  * [[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=PythonWxPythonBeginnersSeries|Python GUI Programming with wxPython]] (3 videos)
 * [[http://showmedo.com/videos/python|ShowMeDo.com/videos/Python]]: Over 240 Python programming screencasts, most are free, most are a part of [[http://showmedo.com/club|Club ShowMeDo]], all will teach you about Python programming:
 * [[http://www.thenewboston.com/?cat=40]|TheNewBoston Python Tutorials]] Recommended for novice programmers.
 * [[http://www.udemy.com/learning-python-not-the-snake/|uDemy's - Learn Python (for Beginners)]]
 * [[https://www.youtube.com/c/ArtheadSe|Python Bits]] - Has a playlist called Python Bits with some interesting Python topics. Beginner and intermediate level.
 * [[https://www.youtube.com/user/jayanamgames|Jayanam]] has video tutorials about Python.
  * [[https://youtu.be/RZF17FfRIIo|Python OOP Tutorial for Beginners]] - Getting started with OOP programming 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/HJSLyzm4j6Y|Python Exception Handling for beginners]] - Exception handling with Python.
 * [[https://code.tutsplus.com/|Envato Tuts+]] has video courses and tutorials about Python.
  * [[https://code.tutsplus.com/courses/introduction-to-python|Introduction to Python]] - learn Python 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.
  * [[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/build-a-news-aggregator-with-django|Build a News Aggregator With Django]] - learn advanced Django skills with a hands-on project.

== 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)
 * [[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).

== Free Python Courses ==
  * [[https://blog.finxter.com/subscribe|Free Python 3 email course]] (almost daily Python lesson + cheat sheets, email required)
  * [[https://www.codecademy.com/learn/learn-python-3|Free Python 3 course]] (almost daily Python lesson + cheat sheets)

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

----
CategoryPythonWebsite

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

Python video tutorial (commercial/paid)

Free Python Courses

Other Python Resource Aggregators


CategoryPythonWebsite

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

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