Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

FAQs, Help, and Tutorials (35)

See Also:
This category in other languages:

German

Editor's Picks:

http://www.python.org/doc/
» Python Documentation Index Open in a new browser windowEditor's Pick
   Official tutorial and references, including library/module usage, Macintosh libraries, language syntax, extending/embedding, and the Python/C API. Also links to off-site beginners' tutorials, HOWTOs, and many special interest topics.
   http://www.python.org/doc/

Sites:

http://www.sthurlow.com/python/
» A Beginner's Python Tutorial Open in a new browser window
   A Python tutorial originally written for the modding community of Firaxis' Civilization. Useful to beginners with little or no programming knowledge.
   http://www.sthurlow.com/python/
http://www.upriss.org.uk/python/PythonCourse.html
» A Course in Python/CGI Open in a new browser window
   This site contains materials from a 13 week course for learning Python and CGI. Suited for self-study.
   http://www.upriss.org.uk/python/PythonCourse.html
http://stsdas.stsci.edu/pyraf/python_quick_tour.html
» A Quick Tour of Python Open in a new browser window
   Short overview of some basics, for users with some programming knowledge.
   http://stsdas.stsci.edu/pyraf/python_quick_tour.html
http://python.about.com/
» About.com: Python Open in a new browser window
   Includes articles on simple script solutions, database management, web development, network protocols, and other advanced topics.
   http://python.about.com/
http://www.pythonware.com/library/an-introduction-to-tkinter.htm
» An Introduction to Tkinter Open in a new browser window
   By Fredrik Lundh. Official tutorial for Tkinter, standard Python interface to Tk GUI toolkit; widget configuration, styling; function/method bindings to widget events; documents all Tkinter widgets, classes. Formats: PDF, HTML.
   http://www.pythonware.com/library/an-introduction-to-tkinter.htm
http://phaseit.net/claird/comp.lang.python/web_python.html
» Cameron Laird on Python and the Web Open in a new browser window
   Discusses both client-side and server-side Web programming.
   http://phaseit.net/claird/comp.lang.python/web_python.html
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
» Code Like a Pythonista: Idiomatic Python Open in a new browser window
   A tutorial that teaches common Python programming idioms used by experienced programmers, but may not be obvious to newcomers.
   http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
http://www.ddj.com/184412536
» Five Minutes to a Python CGI Open in a new browser window
   By David Mertz. Brief introduction to writing CGI programs, Python CGI module, formatting output, error logging/debugging.
   http://www.ddj.com/184412536
http://hetland.org/writing/instant-hacking.html
» Instant Hacking Open in a new browser window
   By Magnus Lie Hetland. Minimal, concise, general introduction to programming, via Python, moves very quickly. English, Italian, Polish, Japanese, Serbian, Korean.
   http://hetland.org/writing/instant-hacking.html
http://hetland.org/writing/instant-python.html
» Instant Python Open in a new browser window
   By Magnus Lie Hetland. Minimal introduction for experienced programmers. Treats basics, OO programming, Jedi mind trick. English, French, Italian, Portuguese, Spanish; German, Norwegian; Lithuanian, Polish, Russian; Japanese, Korean.
   http://hetland.org/writing/instant-python.html
http://www.oreilly.com/catalog/lpython/chapter/ch10_fel.html
» JPython: The Felicitous Union of Python and Java Open in a new browser window
   Excerpt from O'Reilly book: Learning Python.
   http://www.oreilly.com/catalog/lpython/chapter/ch10_fel.html
http://www.oreilly.com/catalog/lpython/chapter/
» Learning Python Open in a new browser window
   By Mark Lutz, David Ascher. Samples from O'Reilly book. Has manipulating data structures, files, programs; internet programming; JPython, now Jython, Python implementation for the Java platform.
   http://www.oreilly.com/catalog/lpython/chapter/
http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/
» One Day of IDLE Toying Open in a new browser window
   By Danny Yoo. Visual guide to using IDLE, a simple interactive shell for Python programming. Each step of this tutorial has screenshots for absolute beginners. English, Dutch, German; Greek, French, Italian, Portuguese; Indonesian.
   http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/
http://www.oreilly.com/catalog/python2/chapter/ch15.html
» Programming Python, 2nd Edition Open in a new browser window
   By Mark Lutz. O'Reilly book sample. Introduces Internet related topics: Zope (web publishing framework), HTMLgen (makes web pages from objects), Jython (Python for Java), XML processing, server pages, Windows web scripting extensions, restricted execution
   http://www.oreilly.com/catalog/python2/chapter/ch15.html
http://www.coolnamehere.com/geekery/python/pythontut.html
» Python Babysteps Tutorial Open in a new browser window
   Preliminary tutorial, prepares absolute beginners for other tutorials. Walks reader through installing on Windows, using Integrated DeveLopment Environment (IDLE), writing a simple program.
   http://www.coolnamehere.com/geekery/python/pythontut.html
http://www.cs.virginia.edu/~lab2q/
» Python CGI Open in a new browser window
   An Interactive Instruction.
   http://www.cs.virginia.edu/~lab2q/
http://wiki.python.org/moin/DatabaseProgramming/
» Python Database Programming Open in a new browser window
   Programs can use minimal code to access, display, and update a database. This guide provides "links to relevant Python modules, documentation, and projects" concerning databases, as well as adding persistence to Python objects.
   http://wiki.python.org/moin/DatabaseProgramming/
http://www.amk.ca/python/howto/
» Python HOWTO Documents Open in a new browser window
   Pointers to various helpful Python-related HOWTO documents.
   http://www.amk.ca/python/howto/
http://jaynes.colorado.edu/PythonIdioms.html
» Python Idioms and Efficiency Open in a new browser window
   A guide to Python programming idioms, and suggestions for writing more elegant Python programs.
   http://jaynes.colorado.edu/PythonIdioms.html
http://www.faqts.com/knowledge_base/index.phtml/fid/199/
» Python Knowledge Base Open in a new browser window
   Links, questions and answers in a categorized, searchable format.
   http://www.faqts.com/knowledge_base/index.phtml/fid/199/
http://zvon.org/other/python/PHP/search.php
» Python Library Reference Search Open in a new browser window
   Online. Also the search can be downloaded for mirroring and off-line use.
   http://zvon.org/other/python/PHP/search.php
http://www.dickbaldwin.com/tocpyth.htm
» Python Programming Tutorial Open in a new browser window
   By Richard G. Baldwin. Separate lessons teach programming basics. Free online, fee download files.
   http://www.dickbaldwin.com/tocpyth.htm
http://www.linuxjournal.com/article/3946
» Python Programming for Beginners Open in a new browser window
   Shows how to write programs that use command-line options, read and write to pipes, access environment variables, handle interrupts, read from and write to files, create temporary files, write to system logs.
   http://www.linuxjournal.com/article/3946
http://www.brunningonline.net/simon/python/PQR.html
» Python Quick Reference Open in a new browser window
   By Simon Brunning. Thorough 'cheat sheet'; brief reminders for nearly each language aspect: syntax nuances; built-in features, statements, modules; basic, advanced types, operations; lexical entities, common development tools. For several Python versions;
   http://www.brunningonline.net/simon/python/PQR.html
http://code.activestate.com/recipes/langs/python/
» Python Recipes Open in a new browser window
   Collaborative website built by ActiveState and O'Reilly, hosts user contributions; collection of recipes.
   http://code.activestate.com/recipes/langs/python/
http://www.python.org/community/sigs/
» Python SIGs Open in a new browser window
   Archives of current and past listserv discussions on a LOT of interesting topics. GREAT for researching problems.
   http://www.python.org/community/sigs/
http://www.mtdev.com/2002/08/python-tutorial
» Python Tutorial Open in a new browser window
   Introduction to Python, where to find it, how to install, and create a very simple script.
   http://www.mtdev.com/2002/08/python-tutorial
http://www.objectsbydesign.com/projects/python_uml.html
» Python and UML Open in a new browser window
   Can the UML help Python developers? How about CP4E?
   http://www.objectsbydesign.com/projects/python_uml.html
http://wiki.python.org/moin/BeginnersGuide
» Python for Beginners Open in a new browser window
   New to programming? This page lists some places that can get you started quickly.
   http://wiki.python.org/moin/BeginnersGuide
http://www.serpia.org/
» Serpia, Python matters Open in a new browser window
   A collection of Python-related tutorials.
   http://www.serpia.org/
http://infohost.nmt.edu/tcc/help/pubs/lang.html
» TCC Publications: Programming Languages Open in a new browser window
   Python language quick reference (28 pp), Tkinter reference (84 pp), Python Imaging Library PIL quick reference (6 pp). Postscript and PDF formats available.
   http://infohost.nmt.edu/tcc/help/pubs/lang.html
http://www.tutorialized.com/tutorials/Python/1
» Tutorialized.com - Free Python tutorials Open in a new browser window
   A collection of Python tutorials from resources around the Internet.
   http://www.tutorialized.com/tutorials/Python/1
http://en.wikibooks.org/wiki/Programming:Python
» Wikibooks Programming Python Open in a new browser window
   A tutorial for python on Wikibooks. It is editable by anyone.
   http://en.wikibooks.org/wiki/Programming:Python
http://www.devshed.com/c/a/Python/Writing-CGI-Programs-in-Python/
» Writing CGI Programs in Python Open in a new browser window
   Introduces using Python for CGI applications. Has database access examples. Several parts. [Developer Shed]
   http://www.devshed.com/c/a/Python/Writing-CGI-Programs-in-Python/

This category needs an editor

Last Updated: 2007-06-14 10:45:46



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org