Differences between revisions 1 and 190 (spanning 189 versions)
Revision 1 as of 2004-10-12 01:52:59
Size: 2134
Comment: Create page
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 1: Line 1:
== 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.
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, etc.). Also of potential interest are such related Beginners Guides as [[BeginnersGuide/Overview]] and BeginnersGuide/NonProgrammers, and the tips in MovingToPythonFromOtherLanguages.
Line 3: Line 7:
The tutorials on this page
are aimed at people who have previous experience
with other programming languages (C, Perl, Lisp, Visual Basic).
== Books, Websites, Tutorials (non-interactive) ==
Line 7: Line 9:
    * [http://www.python.org/doc/current/tut/ Python Tutorial] === Resources ===
 * [[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/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.
 * [[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).
 * [[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.
 * [[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
 * [[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]]
 * [[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://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).
 * [[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://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.
 * [[https://coderslegacy.com|CodersLegacy]] A website + blog geared towards both new and experienced programmers. Mainly focused on teaching Python.
 * [[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://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 9: Line 41:
    This tutorial is part of Python's documentation set and is updated with
    each new release.
Line 12: Line 42:
    * [http://diveintopython.org/ Dive Into Python]
Line 14: Line 43:
    A fine tutorial by Mark Pilgrim. == Interactive Tools and Lessons ==
 * [[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]]
Line 16: Line 50:
    * [http://islab.cs.uchicago.edu/python/ Python Essential Reference] (book) == Python Video Tutorials ==
 * [[https://www.youtube.com/playlist?list=PLlgoYPTU6ljCEggReCMF0m0760QTot9Qz|Python Screencasts]] (36 videos)
 * [[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/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/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)
 * [[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.
 * [[https://pythonspeed.com/performance/|PythonSpeed.com]] Great resource with insightful ways to speed up your Python code
Line 18: Line 64:
    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.
== 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)
Line 22: Line 68:
    * [http://www.hetland.org/python/instant-python.php Instant Python] === 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
Line 24: Line 72:
    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.ifi.uio.no/in228/lecsplit/ Scripting course by Hans Petter Langtangen]

    A CS course on scripting that spans a
    wide range: why scripting, Perl vs. Python, intro to Python, regular
    expressions, Tkinter, CGI.

    * [http://starship.python.net/crew/hinsen/ Python for Science]

    Course material written by Konrad Hinsen for an introduction to Python
    aimed at biologists.
----
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

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.