8473
Comment: Small change, number of videos
|
8409
|
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 may therefore find their accounts are disabled. ''You have been warned''. | 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''. |
Line 8: | Line 8: |
* [[http://pythonprogramminglanguage.com/|Python Beginner]] Beginners Tutorial Python. * [[http://thepythonguru.com/getting-started-with-python/|Python Tutorials]] Python in plain english. * [[http://askpython.com/|AskPython Tutorials]] A beginners tutorial for Python. * [[https://pythonspot.com/|Python Programming Tutorials]] Python programming tutorials. |
|
Line 13: | Line 9: |
* [[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.checkio.org|CheckiO interactive learning resource]] Creative way to improve Python skills with interesting tasks, it also supports Python 3|2 |
Line 21: | Line 17: |
* [[http://lightbird.net/larks/|Lark's Tongue Guide to Python]] - This guide uses simple games to teach Python. | |
Line 23: | Line 18: |
* [[http://www.intuit-symbiosis.org/computing/?uid=9|Python 2 & 3 Quick-Guides]] A fast and efficient guide, with many examples, for quickly learning many tricks of Python. | |
Line 39: | Line 33: |
* [[https://pythonspot.com/|Python Programming Tutorials]] Python programming tutorials. * [[http://thepythonguru.com/getting-started-with-python/|Python Tutorials]] Python in plain english. |
|
Line 47: | Line 43: |
* [[http://thonny.cs.ut.ee|Thonny, Python IDE for begginners. Has intuitive features for program runtime visualization]] | |
Line 64: | Line 61: |
* [[https://www.youtube.com/watch?v=DFLD3JjsvJo&list=PLboXykqtm8dy_DNg1NZiS08Dnyj35PWXw|Python Tutorials for Beginners]] - Getting started with programming in Python |
Please Note
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.
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)
After Hours Programming's Python Introduction A beginners introduction into Python.
CheckiO interactive learning resource Creative way to improve Python skills with interesting tasks, it also supports Python 3|2
Basic to Advanced Tutorial A good tutorial on Python especially for the beginners.
Free python tips and tutorials Python tips and tutorials for beginners and professional programmers.
Get started Arabic Tutorials Useful tools , tutorials and code samples. Python 101 introduces the basic data types, and 201 covers particular tasks such as parsing text and writing unit tests.
Google's Python Class - Google's Python tutorial for "people with a little bit of programming experience"
Interactive tutorial on Python A tutorial for beginners with interactive examples.
Intro to Python - A Brief Presentation about Python mainly aimed at experienced programmers. Might be nice as a first pass over the language.
Instant Python A minimal crash course by Magnus Lie Hetland.
Python 101 - Beginning Python and Python 201 - (Slightly) Advanced Python - Two self-training courses from Dave Kuhlman.
A Python Book: Beginning Python, Advanced Python, and Python Exercises - An online book by Dave Kuhlman.
Python Course - This online Python course is aiming at beginners and with advanced topics at experienced programmers as well.
Python for Programmers - for "Professional programmers who need to learn Python "
Python Koans Learn Python through TDD
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).
Python Programming for Beginners A short introduction to writing command-line applications in Python by Jacek Artymiak.
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.
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..
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.
Python Tutorial This tutorial is part of Python's documentation set and is updated with each new release.
ComparingTypes Quick look at some common programming types for python and other languages
Wikiversity:Python The Wiki(anything) information about Python.
Python Programming Tutorials Python programming tutorials.
Python Tutorials Python in plain english.
Interactive Tools and Lessons
LearnStreet: Free online Python tutorials and practice exercises
Interactive tutorials for scientific programming using Python
Problem Solving with Algorithms and Data Structures using Python (second-level course)
Thonny, Python IDE for begginners. Has intuitive features for program runtime visualization
Python Video Tutorials
Python Screencasts (36 videos)
Einführung in die Programmierung mit Python (14 videos - German)
'Getting started with Python' blog series at ShowMeDo, includes articles on 'Python Development Environments' and 'Python Under-The-Hood'
MIT's 6.00 Introduction to Computer Science and Programming (in Python)
The Khan Academy computer science playlist teaches Python.
A Guide to Python Resources on the Web (2 videos)
Python 101 - easygui and csv - Aimed at new/intermediate Pythonistas showing how to build a full application in Python (part of the Club)
Python Development on XP (9 videos, part of the Club) Aimed at new/intermediate Pythonistas
Python GUI Programming with wxPython (3 videos)
ShowMeDo.com/videos/Python: Over 240 Python programming screencasts, most are free, most are a part of Club ShowMeDo, all will teach you about Python programming:
TheNewBoston Python Tutorials Recommended for novice programmers.
Python Bits - Has a playlist called Python Bits with some interesting Python topics. Beginner and intermediate level.
Python Tutorials for Beginners - Getting started with programming in Python