READ THIS! (If you want help.) webmaster@python.org received an e-mail from you, and this is an automated response. python.org is a site for the free object-oriented programming language called Python. Please read this message carefully to see if it answers your question. While a human being has received your message, webmaster@python.org will probably *not* respond to you personally unless your question concerns the workings of the python.org web site or other administrative business. Help with Python programming For general information on the Python programming language, please visit the home page http://www.python.org/ and the documentation page http://www.python.org/doc/ For more information about Python help resources, visit http://www.python.org/Help.html If you've discovered Python installed on your computer and are wondering how it got there, please see this web page: http://www.python.org/doc/faq/installed.html Learning Python If you are starting to learn Python and would like to get help for beginners, try contacting the Tutor list. Tutor is a mailing list that helps beginners learn how to use the Python programming language. You can subscribe to the tutor list by visiting the following web page: http://www.python.org/mailman/listinfo/tutor You can find more information for new programmers at http://www.python.org/doc/Newbies.html User-Driven Site Updates There are three parts of the python.org website which used to be static pages, but which are now part of the Python Wiki. If you have new or updated information for any of these pages, follow the appropriate link: Editing Python http://www.python.org/cgi-bin/moinmoin/PythonEditors Python-Friendly http://www.python.org/cgi-bin/moinmoin/PythonHosting Web Hosting Python Books http://www.python.org/cgi-bin/moinmoin/PythonBooks and make the desired changes directly. Advanced questions If you are asking a question about Python programming, start with the FAQ: http://www.python.org/doc/faq/ If that doesn't answer your question, send it to python-list@python.org (python-list can also be accessed as the netnews group comp.lang.python) or help@python.org. python-list and c.l.py are preferred as the first step in getting assistance, because many more people are likely to read your message. If you wish to send a message to python-list, you should subscribe first, because many people will only post public responses (this ensures that lurkers also get the information): http://mail.python.org/mailman/listinfo/python-list help@python.org is a mailing list that reaches a number of volunteer Python language experts dedicated to answering questions about the Python programming language. You do not need to subscribe to help@python.org to ask a question of the helpers. But please be as clear as you can about the problem, including relevant details such as: - Precise error messages, including complete tracebacks - The hardware platform - The operating system (available in the Python sys module as sys.platform) - The Python version (sys.version) - The Python search path (sys.path) Subscribing to / Unsubscribing from Mailing Lists The python.org webmasters can't help you get on or off lists that happen to be managed with the Mailman package. Contact the administrator of the particular list instead. If you send email to the list using an address like "foobar@somewhere.com", try addressing your request to "foobar-request@somewhere.com" or "foobar-owner@somewhere.com". Note that all Mailman lists contain an URL at the bottom of each message that takes you to a web page where you can unsubscribe from the list. You can also see a list of public mailing lists hosted by python.org at http://mail.python.org/ For information about the Mailman package, see http://www.gnu.org/software/mailman/mailman.html Miscellaneous We have absolutely no affiliation with Python Video or Python Communications. We are not a porn site and cannot help you with any billing problems you may have. For those of you asking questions about python snakes, we cannot help you either; we're not herpetologists! Nor do we know about or have any connection with Python tape drives; you might try http://www.seagate.com/ for more information. Many of us *like* the Monty Python comedy troupe, but we can't tell you much about them, either! :-) If you are looking for information on how to be a hacker, you should start with Eric Raymond's seminal article "How To Become a Hacker" at http://www.catb.org/~esr/faqs/hacker-howto.html "The joy of coding Python should be in seeing short, concise, readable classes that express a lot of action in a small amount of clear code -- not in reams of trivial code that bores the reader to death." --GvR