What Now?
last updated 1 year ago by ianATshowmedo #
COMMENT: Original Source
Reading this tutorial has probably reinforced your interest in using Python -- you should be eager to apply Python to solving your real-world problems. Where should you go to learn more?
This tutorial is part of Python's documentation set. Some other documents in the set are:
Python Library Reference: You should browse through this manual, which gives complete (though terse) reference material about types, functions, and the modules in the standard library. The standard Python distribution includes a lot of additional code. There are modules to read Unix mailboxes, retrieve documents via HTTP, generate random numbers, parse command-line options, write CGI programs, compress data, and many other tasks. Skimming through the Library Reference will give you an idea of what's available.
Installing Python Modules explains how to install external modules written by other Python users.
Language Reference: A detailed explanation of Python's syntax and semantics. It's heavy reading, but is useful as a complete guide to the language itself.
More Python resources:
http://www.python.org: The major Python Web site. It contains code, documentation, and pointers to Python-related pages around the Web. This Web site is mirrored in various places around the world, such as Europe, Japan, and Australia; a mirror may be faster than the main site, depending on your geographical location.
http://docs.python.org: Fast access to Python's documentation.
http://cheeseshop.python.org: The Python Package Index, nicknamed the Cheese Shop, is an index of user-created Python modules that are available for download. Once you begin releasing code, you can register it here so that others can find it.
http://aspn.activestate.com/ASPN/Python/Cookbook/: The Python Cookbook is a sizable collection of code examples, larger modules, and useful scripts. A selection of interesing contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.)
http://ShowMeDo.com/videos/python: ShowMeDo hosts a growing collection of tutorial videos. You can ask to have your own videos hosted at ShowMeDo, to share your knowledge about packages and skills with other people who are eager to learn.
For Python-related questions and problem reports, you can post to the newsgroup comp.lang.python, or send them to the mailing list at python-list@python.org. The newsgroup and mailing list are gatewayed, so messages posted to one will automatically be forwarded to the other. There are around 150 postings a day (with peaks up to several hundred), asking (and answering) questions, suggesting new features, and announcing new modules. Before posting, be sure to check the list of Frequently Asked Questions (also called the FAQ), or look for it in the Misc/ directory of the Python source distribution. Mailing list archives are available at http://mail.python.org/pipermail/. The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem.
Comments
I've updated this page to match the 2.5 trunk version. Ideas for additional sites are still welcome.
effbot 2 years ago #
http://www.scipy.org/ *my site
2 years ago #
I think that the Daily Python-URL page is a great way for beginners to see what's happening in the Python world: http://www.pythonware.com/daily/
Maybe the Python Challenge: http://www.pythonchallenge.com/
2 years ago #
http://www.awaretek.com/tutorials.html is a nice start page for things pythonic. It has a well maintained directory of tutorials and a good list of links to Python resources, as well as an active podcast series about Python.
stevespradlin1 2 years ago #
I think the web pages listed here should only include sites that have proven to be a valuable recource to all Pythoneers over the time and will continue to do so in the foreseeable future. IMHO it should not be a comprehensive list but point the interested novice to the main sites that will lead him to the different spheres of the Python community. (The tutorial page mentioned above rather intimidates the unsuspecting user, I think.)
I would at least include (in that order):
the official website, the docs, the official wiki, the cheese shop, the cookbook, daily python, and planet python.
To be considered:
the tutorial listings in the wiki, the IDE listing in the wiki, the Python challenge, the SIG listing, the UsefulModules page from the wiki
Anything else?
Is there a site the gives an overview of the celebrities in the Python world?
Also, it would be nice to have a page that gives a good overview of the state of things in web programming in Python, but since this is so very much in flux, that might be difficult.
carndt 2 years ago #
http://www.awaretek.com/tutorials.html is a useful directory for beginners
sorlov 2 years ago #
pygame http://www.pygame.org/news.html
mention non-English python resources, http://www.python.org/doc/NonEnglish.html and a link to the community page: http://www.python.org/community/ ? or #python on irc.freenode.net?
lac 2 years ago #
http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy ?
lac 2 years ago #
and the next thing that people often want to know is 'where are the IDEs'
lac 2 years ago #
I've added a reference to ShowMeDo.com linking to our collection of 33 (and growing) Python videos. All are free to access, and we'd love to host more videos that can teach people new skills.
ianATshowmedo 1 year ago #

Is the starship site still active? Are there any other sites that should be mentioned here? The planets, perhaps? (unofficial planet python, pyblagg, etc).
effbot 2 years ago #