TopDir - top sites directory

TopDir is a human edited web directory with various categories, a collection of hand-picked web resources for visitors

TopDir offers free website promotion for webmasters and website owners. Relevant search results and many categories for adding and promoting websites. Free web promotion for websites at TopDir directory. Submit your url for review. A collection of hand-picked web resources for visitors. This page is focused on one particular aspect of Computers, Programming, Languages, Python, FAQs, Help, and Tutorials.

Arts Business Computers Games Health Home Teens News Recreation Reference Regional Science Shopping

See also:

This category in other languages:
   
German  (10)  


    http://www.python.org/doc/   » Python Documentation Index   - 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.sthurlow.com/python/   » A Beginner's Python Tutorial - A Python tutorial originally written for the modding community of Firaxis' Civilization. Useful to beginners with little or no programming knowledge.

    http://phaseit.net/claird/comp.lang.python/web_python.html   » Cameron Laird on Python and the Web - Discusses both client-side and server-side Web programming.

    http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html   » Code Like a Pythonista: Idiomatic Python - A tutorial that teaches common Python programming idioms used by experienced programmers, but may not be obvious to newcomers.

    http://www.upriss.org.uk/python/PythonCourse.html   » A Course in Python/CGI - This site contains materials from a 13 week course for learning Python and CGI. Suited for self-study.

    http://www.python.org/topics/database/   » Database Topic Guide - Python 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://www.ddj.com/184412536   » Five Minutes to a Python CGI - By David Mertz. Brief introduction to writing CGI programs, Python CGI module, formatting output, error logging/debugging.

    http://www.hetland.org/python/instant-hacking.php   » Instant Hacking - By Magnus Lie Hetland. Minimal, concise, general introduction to programming, via Python, moves very quickly. English, Italian, Polish, Japanese, Serbian, Korean.

    http://www.hetland.org/python/instant-python.php   » Instant Python - 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://www.pythonware.com/library/an-introduction-to-tkinter.htm   » An Introduction to Tkinter - 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.oreilly.com/catalog/lpython/chapter/ch10_fel.html   » JPython: The Felicitous Union of Python and Java - Excerpt from O'Reilly book: Learning Python.

    http://www.oreilly.com/catalog/lpython/chapter/   » Learning Python - 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://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python/Contents   » Non-Programmer's Tutorial for Python - By Josh Cogliati. Evolving tutorial for absolute beginners. Covers many basic, some intermediate topics; many code samples, simple hands-on exercises. [Open Content, public domain]

    http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/   » One Day of IDLE Toying - 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://www.limsi.fr/Individu/pointal/python/pqrc/   » Printable Python Quick Reference Card - Different PDF versions (A4, US Letter) of a very dense quick reference card for the Python language and some of its main libraries.

    http://programming-crash-course.com   » Programming Crash Course - This tutorial was written for the absolute beginner. It teaches how to program a computer the quick way.

    http://www.oreilly.com/catalog/python2/chapter/ch15.html   » Programming Python, 2nd Edition - 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 mode tools.

    http://www.objectsbydesign.com/projects/python_uml.html   » Python and UML - Can the UML help Python developers? How about CP4E?

    http://www.coolnamehere.com/geekery/python/pythontut.html   » Python Babysteps Tutorial - 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.cs.virginia.edu/~lab2q/   » Python CGI - An Interactive Instruction.

    http://aspn.activestate.com/ASPN/Python/Cookbook/   » Python Cookbook - Collaborative website built by ActiveState and O'Reilly, hosts user contributions; collection of recipes.

    http://wiki.python.org/moin/BeginnersGuide   » Python for Beginners - New to programming? This page lists some places that can get you started quickly.

    http://www.amk.ca/python/howto/   » Python HOWTO Documents - Pointers to various helpful Python-related HOWTO documents.

    http://jaynes.colorado.edu/PythonIdioms.html   » Python Idioms and Efficiency - A guide to Python programming idioms, and suggestions for writing more elegant Python programs.

    http://www.faqts.com/knowledge_base/index.phtml/fid/199/   » Python Knowledge Base - Links, questions and answers in a categorized, searchable format.

    http://zvon.org/other/python/PHP/search.php   » Python Library Reference Search - Online. Also the search can be downloaded for mirroring and off-line use.

    http://www.linuxjournal.com/article/3946   » Python Programming for Beginners - 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.dickbaldwin.com/tocpyth.htm   » Python Programming Tutorial - By Richard G. Baldwin. Separate lessons teach programming basics. Free online, fee download files.

    http://www.brunningonline.net/simon/python/PQR.html   » Python Quick Reference - 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; HTML, Zip, Windows Help, text.

    http://www.python.org/community/sigs/   » Python SIGs - Archives of current and past listserv discussions on a LOT of interesting topics. GREAT for researching problems.

    http://www.mtdev.com/2002/08/python-tutorial/   » Python Tutorial - Introduction to Python, where to find it, how to install, and create a very simple script.

    http://stsdas.stsci.edu/pyraf/python_quick_tour.html   » A Quick Tour of Python - Short overview of some basics, for users with some programming knowledge.

    http://www.amk.ca/python/howto/regex/regex.html   » Regular Expression HOWTO - How to use regular expressions in Python with the re module, a gentle introduction.

    http://www.serpia.org/   » Serpia, Python matters - A collection of Python-related tutorials.

    http://www.amk.ca/python/howto/sockets/sockets.html   » Socket Programming HOWTO - Help on programming sockets with Python.

    http://infohost.nmt.edu/tcc/help/pubs/lang.html   » TCC Publications: Programming Languages - Python language quick reference (28 pp), Tkinter reference (84 pp), Python Imaging Library PIL quick reference (6 pp). Postscript and PDF formats available.

    http://www.tutorialized.com/tutorials/Python/1   » Tutorialized.com - Free Python tutorials - A collection of Python tutorials from resources around the Internet.

    http://en.wikibooks.org/wiki/Programming:Python   » Wikibooks Programming Python - A tutorial for python on Wikibooks. It is editable by anyone.

    http://www.devshed.com/c/a/Python/Writing-CGI-Programs-in-Python/   » Writing CGI Programs in Python - Introduces using Python for CGI applications. Has database access examples. Several parts. [Developer Shed]

    http://npt.cc.rsu.ru/user/wanderer/ODP/Python_for_Newbies.htm   » Python for Newbies - Introduction covering basics to get you started, many examples, humorous light touch. (May 19, 2004)


TopDir is a human edited web directory with various categories. Our mission is to organize theme based websites and remove the clutter from the information. We strive to provide context based website results to our visitors. This directory is an evolving one and we regularly add new categories, if there is a necessity. Members can suggest new categories and websites for inclusion. This is one stop promotion site for webmasters and website owners. We invite you to browse the categories and suggest your website url for an editor review. This page is focused on one particular aspect of Computers, Programming, Languages, Python, FAQs, Help, and Tutorials.

Help build the largest human-edited directory on the web. Soumettre un site - Open Directory Project - Devenir Editeur


Web directories list the websites by theme. The links in a web directory are collected, edited and organized by humans. Yahoo and Dmoz ODP(Open Directory Project) are considered as the best human-edited web directories on the Internet and they are one of the most trusted and relied traffic sources. Since these directories get thousands of submissions every day, it is sometimes difficult to get listed in them and your URL may take a long time to be reviewed and listed. Generally good directory listings give a surprise boost to your link popularity.

Copyright © TopDir - Top sites directory
www.top-dir.com
Annuaire Francophone et Moteur de recherche francophone