473,545 Members | 2,543 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Auto-response for your message to the "Python-Help" mailing list

Your message for py*********@pyt hon.org, the Python programming
language assistance line, has been received and is being delivered.
This automated response is sent to those of you new to python-help, to
point out a few resources that can help with answering your own
questions, or improve the chances of getting a useful answer from the
helpers.

The most comprehensive overview of python.org help resources is at

http://www.python.org/Help.html

The Python FAQ is available at

http://www.python.org/doc/FAQ.html

and it has answers to many questions that people ask, possibly
including your question. Another wealth of information and experience
can be found via the python.org searches, at

http://www.python.org/search/

There you'll find comprehensive, easy-to-use searches over the
python.org web site and the Python newsgroup -- comp.lang.pytho n, also
available as a mailing list, py*********@pyt hon.org. You can
subscribe to the mailing list by visiting

http://www.python.org/mailman/listinfo/python-list

Finally, when you do consult with the python-helpers, be as clear as
you can about the problem, including, when relevant, details like:

- Precise error messages, including complete tracebacks
- The hardware platform (available in the Python sys module as
sys.platform)
- Whether you're using `regular' Python or JPython
- The python version (sys.version)
- The python search path (sys.path)

In general, be specific about what was going on connected with the
problem. The better the info you provide, the more likely the helpers
will be able to glean the answer...

Note that the helpers are volunteers, and often have other work that
demands their attention. Python-help requests are usually answered
fairly promptly, but occasionally a request slips by, so if you do not
get a response with one or two working days (it's usually quicker than
that), please feel free to send a followup, asking whether anyone is
working on your question.

Note also that python-help occasionally receives verbatim copies of
school homework assignment questions. While it's nice to know that
Python is being studied, if you want help with your homework, please
explore the materials on the web site, first - a great starting place
is the collection of introductory materials, found via the Help.html
page mentioned above. That way, you won't be asking others to expend
effort that you, yourself, are not willing to exert...

Anyway, your message is being delivered to the helpers as this one is
being sent.

Thanks! We*******@pytho n.org

For those of you asking questions about python snakes, we cannot help
you - python.org is about the Python programming language, not the
snake. Nor do we know about python tape drives - see below for leads
on them. Many of us *like* the Monty Python comedy troup, but we
can't tell you much about them, either :)

For those of you asking for help concerning Python tape drives -
www.python.org is about the Python programming language, and is not
connected with the tape drives. Check around http://www.seagate.com
for help - Seagate acquired Conner Peripherals, who had acquired
Archive Corp., who originally made the Python drives. We have nothing
to do with the drives or the companies...

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.tuxedo.org/~esr/faqs/hacker-howto.html
Jul 18 '05 #1
0 2186

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1641
by: Andy Robinson | last post by:
After numerous requests from people working in this field, including a substantial show of hands at the Uk Python conference in April, we have decided to start up a new python-finance list. The list is a "place to meet" for anyone using Python in finance, be they quants, traders, accountants, software developers or academic researchers. It...
76
3689
by: Nick Coghlan | last post by:
GvR has commented that he want to get rid of the lambda keyword for Python 3.0. Getting rid of lambda seems like a worthy goal, but I'd prefer to see it dropped in favour of a different syntax, rather than completely losing the ability to have anonymous functions. Anyway, I'm looking for feedback on a def-based syntax that came up in a...
7
9982
by: Brian Erhard | last post by:
I am still fairly new to python and wanted to attempt a home made password protection program. There are files that I carry on a USB flash drive that I would like to password protect. Essentially, I would like to password protect an entire directory of files. Is there a way to auto execute a python script after a user double clicks to open...
39
8739
by: Jack | last post by:
I wonder what everybody uses for Python editor/IDE on Linux? I use PyScripter on Windows, which is very good. Not sure if there's something handy like that on Linux. I need to do some development work on Linux and the distro I am using is Xubuntu.
26
2521
by: samjnaa | last post by:
Hello. Please tell me whether this feature request is sane (and not done before) for python so it can be posted to the python-dev mailing list. I should say first that I am not a professional programmer with too much technical knowledge. I would like to have something like the "option explicit" statement in Visual Basic which turns on...
7
3059
by: snewman18 | last post by:
In learning about design patterns, I've seen discussion about using inheritance when an object's relationship to another object is 'is-a' and composition when the relationship is 'has-a'. Since this is all new and I'm still learning, I was hoping someone can give me some pointers on best practices on applying these ideas. If my logic is...
0
1015
by: | last post by:
(top posting fixed; please keep discussion on this list) --- algaba@droog.sdf-eu.org escribió: <mailman.747.1208720919.17997.python-list@python.org> Which tutorial example?
3
2030
by: Bob Farrell | last post by:
I released this a while ago but did some work recently to fix some bugs so I thought I may as well post it here. To quickly summarise: In-line syntax highlighting Auto complete with suggestions as you type Pastebin stuff, save to file "Rewind" feature to jump back a line if you mess up (don't ask how it works, please ;) You can get it...
8
1712
by: defn noob | last post by:
isPrime works when just calling a nbr but not when iterating on a list, why? adding x=1 makes it work though but why do I have to add it? Is there a cleaner way to do it? def isPrime(nbr): for x in range(2, nbr + 1): if nbr % x == 0: break
18
2366
by: Grant Edwards | last post by:
Could whoever is responsible for the gateway that is grabbing my postings off of Usenet and e-mailing them out please fix the headers in the mail messages so that I don't get the bounce messages? While you're at it, might as well fix it for everybody else too. ;) Its a bit rude to send out mass e-mail messages with headers faked up so...
0
7464
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7396
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7805
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7413
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7751
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5323
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3440
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
700
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.