Differences between revisions 1 and 40 (spanning 39 versions)
Revision 1 as of 2004-10-12 01:52:59
Size: 2134
Comment: Create page
Revision 40 as of 2007-05-16 08:51:16
Size: 3404
Editor: smtp2
Comment: Added link to blog-series at ShowMeDo on Getting Started with Python
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
    * [http://www.python.org/doc/current/tut/ Python Tutorial]     * [http://docs.python.org/tut/ Python Tutorial]
Line 16: Line 16:
    * [http://islab.cs.uchicago.edu/python/ Python Essential Reference] (book)     * [http://www.amazon.com/exec/obidos/tg/sim-explorer/explore-items/-/0735710910/0/101/1/none/purchase/ref%3Dpd%5Fsxp%5Fr0/002-0605932-8839237 Python Essential Reference] (book)
Line 43: Line 43:
    * [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.
Line 53: Line 47:

    * [http://www.swc.scipy.org/ Software Carpentry]: lectures aimed at scientists and engineers.

    * You can find a variety of Python tutorials on [http://www.codeteacher.com Code Teacher].

    * [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'

    * [http://showmedo.com/videos/python ShowMeDo.com/videos/Python]: Over 90 ShowMeDo Python programming videos (almost all are free and all are made by Python experts). Topics include:
        * [http://showmedo.com/videos/series?name=pythonOzsvaldPyNewbieSeries Python Newbies on XP] (9 videos, pay-to-own)
        * [http://showmedo.com/videos/series?name=pythonOzsvaldIntroToPyResourcesSeries A Guide to Python Resources on the Web] (2 videos)
        * [http://showmedo.com/videos/series?name=pythonHollandIntroToPythonSeries_german Einführung in die Programmierung mit Python] (14 videos - German)
        * [http://showmedo.com/videos/series?name=PythonWxPythonBeginnersSeries Python GUI Programming with wxPython] (3 videos)


    * [attachment:Cpp2Python.pdf Cpp2Python.pdf]: transcription of a posting to comp.lang.python describing features comparable between C++ and Python (as well as a general exhortation to "quit talking and start doing")

    

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).

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

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