Differences between revisions 106 and 107
Revision 106 as of 2014-05-14 04:45:23
Size: 7108
Editor: Alex Ivanovs
Comment:
Revision 107 as of 2014-05-31 10:19:27
Size: 684
Editor: VVolz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== 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) ==
 * [[http://www.afterhoursprogramming.com/tutorial/Python/Introduction/|After Hours Programming's Python Introduction]] A beginners introduction into Python.
 * [[http://www.tutorialspoint.com/python/index.htm|Basic to Advanced Tutorial]] A good tutorial on Python especially for the beginners.
 * [[http://freepythontips.wordpress.com|Free python tips and tutorials]] Python tips and tutorials for beginners and professional programmers.
 * [[http://www.ar-python.com/|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.
 * [[http://code.google.com/edu/languages/google-python-class/|Google's Python Class]] - Google's Python tutorial for "people with a little bit of programming experience"
 * [[http://jwork.org/learn/doc/doku.php?id=python:start|Interactive tutorial on Python]] A tutorial for beginners with interactive examples.
 * [[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.
 * [[http://www.hetland.org/python/instant-python.php|Instant Python]] A minimal crash course by Magnus Lie Hetland.
 * [[http://lightbird.net/larks/|Lark's Tongue Guide to Python]] - This guide uses simple games to teach Python.
 * [[http://www.poromenos.org/tutorials/python?|Learn Python in 10 minutes]]
 * [[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.
 * [[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.
 * [[http://www.python-course.eu|Python Course]] - This online Python course is aiming at beginners and with advanced topics at experienced programmers as well.
 * [[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).
 * [[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.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://www.ar-python.com/116.html|Python one touch Arabic tutorials]].
 * [[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.
 * [[http://docs.python.org/tut/|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
 * [[http://en.wikibooks.org/wiki/Python_Programming|Wikibook:Python Programming]]
 * [[http://en.wikiversity.org/wiki/Topic:Python|Wikiversity:Python]] The Wiki(anything) information about Python.

== Interactive Tools and Lessons ==
 * [[http://cscircles.cemc.uwaterloo.ca|Computer Science Circles]]
 * [[http://www.learnstreet.com|LearnStreet: Free online Python tutorials and practice exercises]]
 * [[http://interactivepython.org/courselib/static/thinkcspy/index.html|How to Think Like a Computer Scientist, Interactive Edition]]
 * [[http://jwork.org/learn/|Interactive tutorials for scientific programming using Python]]
 * [[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]]

== Python Video Tutorials ==
 * [[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://code.google.com/edu/languages/google-python-class/|Google's Python class]]
 * [[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)]]
When it comes to Renovating I have been doing this for 32 years. Over the years I have mastered a thing or two about the field. I am really well known and respected in the field. Recently I have switched my focus to using my many years of expertise to directing others through the renovating process. No matter if you are a newbie or an experienced pro I have incredibly beneficial insights I can offer you. If you are searching for the best possible, most up to date data or training about http://woodworking-workshop.bleblix.info you'll want to check out my site immediately.<<BR>>
<<BR>>
Also visit my website ... [[http://Woodworking-Workshop.Bleblix.info/|woodworking plans]]

When it comes to Renovating I have been doing this for 32 years. Over the years I have mastered a thing or two about the field. I am really well known and respected in the field. Recently I have switched my focus to using my many years of expertise to directing others through the renovating process. No matter if you are a newbie or an experienced pro I have incredibly beneficial insights I can offer you. If you are searching for the best possible, most up to date data or training about http://woodworking-workshop.bleblix.info you'll want to check out my site immediately.

Also visit my website ... woodworking plans

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

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