C
Cope
please tell me what is python.This group is so crowded.
Khup
http://groups.google.com/group/download-centre
Khup
http://groups.google.com/group/download-centre
please tell me what is python.This group is so crowded.
* Cope (Fri, 16 Nov 2007 06:09:31 -0800 (PST))
please tell me what is python.This group is so crowded.
A Python is dangerous snake[1]. This group here mainly consists of
misguided snake worshippers. You'd better run before they come to your
place...
Thorsten
[1]http://en.wikipedia.org/wiki/Pythonidae
* Cope (Fri, 16 Nov 2007 06:09:31 -0800 (PST))A Python is dangerous snake[1]. This group here mainly consists of
misguided snake worshippers. You'd better run before they come to your
place...
Don't listen to him, he was joking.
"Python" is short for "Monty Python's Flying Circus",
a British television comedy originally from 1969-1971
(although movies, records, books and Broadway shows
continue to the present). Read the documention,
you'll see numerous references to spam (used in one
of their famous routines) and other Pythonisms.
Anyway, all the posting in this group is comedy.
If you aren't getting it, run out and buy and study
all the DVD's. When you've reached the point where
you have The Argument Clinic dialogue memorized,
come back here and all this will make sense.
Just be careful, some of the Python routines aren't
SUPPOSED to make sense ("cabbage crates over the how's
your father"), that's the joke.
I still don't get it and I've been haunting this group for months...
Mike
* Cope (Fri, 16 Nov 2007 06:09:31 -0800 (PST))please tell me what is python.This group is so crowded.
A Python is dangerous snake[1]. This group here mainly consists of
misguided snake worshippers. You'd better run before they come to your
place...
* Cope (Fri, 16 Nov 2007 06:09:31 -0800 (PST))please tell me what is python.This group is so crowded.A Python is dangerous snake[1]. This group here mainly consists of
misguided snake worshippers. You'd better run before they come to your
place...
Don't listen to him, he was joking.
"Python" is short for "Monty Python's Flying Circus",
a British television comedy originally from 1969-1971
(although movies, records, books and Broadway shows
continue to the present). Read the documention,
you'll see numerous references to spam (used in one
of their famous routines) and other Pythonisms.
Anyway, all the posting in this group is comedy.
If you aren't getting it, run out and buy and study
all the DVD's. When you've reached the point where
you have The Argument Clinic dialogue memorized,
come back here and all this will make sense.
Just be careful, some of the Python routines aren't
SUPPOSED to make sense ("cabbage crates over the how's
your father"), that's the joke.
I still don't get it and I've been haunting this group for months...
Go on then �...
What ?
The punchline, do the punchline
Punchline? I don't think there's a punchline
scheduled, is there? Where are we? A week 39.4
...no, it's Friday, isn't it - 39.7. Oh...here
we are. Oh! Ha, ha, ha, very good. Ha, ha, ha,
very good. What a good punchline. Pity we missed
that.
- Show quoted text -
In our place we eat pythons for curry. Its delicious.
And how about your python?
Cope
Not much of the difference here, it is just a bit more flexible. My
python goes and brings me whatever I wish to eat.
Cheers,
You must be Python Charmer
Punchline? I don't think there's a punchline scheduled, is
there? Where are we? A week 39.4 ...no, it's Friday, isn't it -
39.7. Oh...here we are. Oh! Ha, ha, ha, very good. Ha, ha, ha,
very good. What a good punchline. Pity we missed that.
'that you were willfully and persistentlyPunchline? I don't think there's a punchline scheduled, is
there? Where are we? A week 39.4 ...no, it's Friday, isn't it -
39.7. Oh...here we are. Oh! Ha, ha, ha, very good. Ha, ha, ha,
very good. What a good punchline. Pity we missed that.
def punchline():
� return random.choice(['What's all this, then?',
� � � � � � � � � � � � 'Do you want to come back to my place?',
def punchline():
� return random.choice(['What's all this, then?',
� � � � � � � � � � � � 'Do you want to come back to my place?',
             'that you were willfully and persistently
              a foreiner'])
- Show quoted text -- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
please tell me what is python.This group is so crowded.
Damn! I joined this group because I thought it was a pie-a-thon. All
that practice has now gone to waste/waist.
No... We respect the memory of the great dragon of Delphi, slain by
Apollo...
{Pity the BDFL is not named Apollo, so that statement could have
multiple meanings}
--
Wulfraed Dennis Lee Bieber KD6MOG
(e-mail address removed) (e-mail address removed)
HTTP://wlfraed.home.netcom.com/
(Bestiaria Support Staff: (e-mail address removed))
HTTP://www.bestiaria.com/
I see nobody has chosen to answer your question seriously. I'll
give you an answer, but it is probably not to the question you are
asking, either.
Python is not one thing.
Python is the name of a computer language, which you can determine
easily through Google or Wikipedia or other means. That's what
comp(uter).lang(uage).python is here for, nominally.
Python is also a package of programs that implement the language
and create a Python runtime environment. The most common
implementation is of a virtual machine that runs Python bytecodes,
though other variations run Java or .NET bytecodes.
And Python is also a set of packages that provide utilities and
features that allow users of the packages to do useful things on
their computers without unnecessary fuss and bother. Some of these
utilities come with a basic Python installation (code name:
"batteries included"), while others are available elsewhere, often
from the Python Package Index (codename: "cheese shop"), but from
other sources as well.
Some people conflate these meanings of "Python", which can lead to
confusion at times. Much of the crowdedness of the group has to do
with discussion related to the batteries-included features and to
the other packages written to run in the Python environment.
Hope that helps.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.