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

Differences between revisions 35 and 37 (spanning 2 versions)
Revision 35 as of 2007-03-10 02:41:05
Size: 879
Editor: adsl-69-152-229-87
Comment: <a href= https://video-editing-software.rome-software-it.info/index.html >video editing software</a> [url=https://video-editing-software.rome-software-it.info/index.html]video editing software[/url] <a href= https://software-test.rome-software-it.info/index.html >software test</a> [url=https://software-test.rome-software-it.info/index.html]software test[/url] <a href= https://c-software-test.rome-software-it.info/index.html >c software test</a> [url=https://c-software-test.rome-software-it.info/index.html]c software test[/url] <a href= https://dvd-software.rome-software-it.info/index.html >dvd software</a> [url=https://dvd-software.rome-software-it.info/index.html]dvd software[/url] <a href= https://free-software.rome-software-it.info/index.html >free software</a> [url=https://free-software.rome-software-it.info/index.html]free software[/url]
Revision 37 as of 2007-03-19 02:56:43
Size: 3088
Editor: cpe-72-183-125-119
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<a href= https://video-editing-software.rome-software-it.info/index.html >video editing software</a> [url=https://video-editing-software.rome-software-it.info/index.html]video editing software[/url]
<a href= https://software-test.rome-software-it.info/index.html >software test</a> [url=https://software-test.rome-software-it.info/index.html]software test[/url]
<a href= https://c-software-test.rome-software-it.info/index.html >c software test</a> [url=https://c-software-test.rome-software-it.info/index.html]c software test[/url]
<a href= https://dvd-software.rome-software-it.info/index.html >dvd software</a> [url=https://dvd-software.rome-software-it.info/index.html]dvd software[/url]
<a href= https://free-software.rome-software-it.info/index.html >free software</a> [url=https://free-software.rome-software-it.info/index.html]free software[/url]
----
CategoryLanguage
== 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).

    * [https://docs.python.domainunion.de/tut/ Python Tutorial]

    This tutorial is part of Python's documentation set and is updated with
    each new release.

    * [https://diveintopython.org/ Dive Into Python]

    A fine tutorial by Mark Pilgrim.

    * [https://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)

    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.

    * [https://www.hetland.org/python/instant-python.php Instant Python]

    A minimal crash course by Magnus Lie Hetland.

    * [https://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.rexx.com/~dkuhlman/python_101/python_101.html Python 101 - Beginning Python] and [https://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.

    * [https://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.

    * [https://www.ifi.uio.no/in228/lecsplit/ Scripting course by Hans Petter Langtangen] (link is broken)

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

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

    Course material written by Konrad Hinsen for an introduction to Python
    aimed at biologists.

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

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

    * [https://showmedo.com/videos/series?name=pythonOzsvaldIntroToPyResourcesSeries A Guide to Python Resources on the Web (2 videos)]

    ShowMeDo hosts two videos introducing the Python resources that you'll find on the web, amongst [https://showmedo.com/videos/python 70+ Python videos] (covering introductions to coding, development tools, projects such as pyGame, wxPython, TurboGears, IPython and more)

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