this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 99 and 108 (spanning 9 versions)
Revision 99 as of 2013-09-16 19:10:57
Size: 7215
Comment: Alphabetized
Revision 108 as of 2014-05-31 12:46:59
Size: 7108
Editor: DavidBoddie
Comment: Spam
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:


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|BeginnersGuide/Overview]] and [[BeginnersGuide/NonProgrammers|BeginnersGuide/NonProgrammers]], and the tips in [[MovingToPythonFromOtherLanguages|MovingToPythonFromOtherLanguages]].
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 22: Line 19:
 * [[https://starship.python.net/crew/hinsen/|Python for Science]] Course material written by Konrad Hinsen for an introduction to Python aimed at biologists.
Line 24: Line 20:
 * [[https://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 24:
 * [[https://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..
Line 28: Line 26:
 * A basic [[https://programming-guides.com/python/|Python Tutorial]] that goes into some interesting features and examples.
Line 30: Line 27:
 * [[ComparingTypes|ComparingTypes]] Quick look at some common programming types for python and other languages
 * [[https://www.swc.scipy.org/|Software Carpentry]]: lectures aimed at scientists and engineers.
 * ComparingTypes Quick look at some common programming types for python and other languages
Line 34: Line 30:
 * You can find a variety of Python tutorials on [[https://www.codeteacher.com/|Code Teacher]].
Line 37: Line 32:
 * [[https://cscircles.cemc.uwaterloo.ca|Computer Science Circles]]
Line 39: Line 34:
 * [[https://interactivepython.org/courselib/static/thinkcspy/index.html|How to Think Like a Computer Scientist, Interactive Edition]]
 * [[https://jwork.org/learn/|Interactive tutorials for scientific programming using Python]]
Line 40: Line 37:
 * [[https://cscircles.cemc.uwaterloo.ca|Computer Science Circles]]
 * [[https://interactivepython.org/courselib/static/thinkcspy/index.html|How to Think Like a Computer Scientist, Interactive Edition]]
Line 43: Line 38:
 * [[https://jwork.org/learn/|Interactive tutorials for scientific programming using Python]]
Line 47: Line 40:
 * [[https://showmedo.com/videos/series?name=pythonHollandIntroToPythonSeries_german|Einführung in die Programmierung mit Python]] (14 videos - German)
Line 48: Line 42:

 * [[https://www.udemy.com/learning-python-not-the-snake/|uDemy's - Learn Python (for Beginners)]]
 * [[https://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'
Line 52: Line 45:
 * [[https://www.thenewboston.com/?cat=40]|TheNewBoston Python Tutorials]] Recommended for novice programmers.
 * [[https://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|ShowMeDo]], includes articles on 'Python Development Environments' and 'Python Under-The-Hood'
 * [[https://showmedo.com/videos/python|ShowMeDo.com/videos/Python]]: Over 240 Python programming screencasts, most are free, most are a part of [[https://showmedo.com/club|Club ShowMeDo]], all will teach you about Python programming:
 * The [[https://www.khanacademy.org/#computer-science|Khan Academy computer science]] playlist teaches Python.
  * [[https://showmedo.com/videos/series?name=pythonOzsvaldIntroToPyResourcesSeries|A Guide to Python Resources on the Web]] (2 videos)
Line 57: Line 49:
  * [[https://showmedo.com/videos/series?name=pythonOzsvaldIntroToPyResourcesSeries|A Guide to Python Resources on the Web]] (2 videos)
  * [[https://showmedo.com/videos/series?name=pythonHollandIntroToPythonSeries_german|Einführung in die Programmierung mit Python]] (14 videos - German)
Line 60: Line 50:
 * The [[https://www.khanacademy.org/#computer-science|Khan Academy computer science]] playlist teaches Python.  * [[https://showmedo.com/videos/python|ShowMeDo.com/videos/Python]]: Over 240 Python programming screencasts, most are free, most are a part of [[https://showmedo.com/club|Club ShowMeDo]], all will teach you about Python programming:
 * [[https://www.thenewboston.com/?cat=40]|TheNewBoston Python Tutorials]] Recommended for novice programmers.
 * [[https://www.udemy.com/learning-python-not-the-snake/|uDemy's - Learn Python (for Beginners)]]

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)

Interactive Tools and Lessons

Python Video Tutorials

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

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