I have just downloaded the package and from what I've seen of it, it looks
excellent. As a bonus it is quite well documented (always a good thing :-)
). I'll spend more time playing with it tommorow hopefully.
Thanks for your help.
All the best,
Ralf
_
Ralfas Jegorovas said unto the world upon 2005-03-11 20:33:
Hi everyone,
I would like to know if it is possible to install python on a usb device
and run it. I found some references to this topic in the archives but I
didnt find the information conclusive. Any information would be
appreciated.
[EMAIL PROTECTED] said unto the world upon 2005-03-11 20:21:
ok i just restarted my pc and it works now thank you ..ok when i go to the
start menu then go to all programs then to python 2.4 it gives me five things ok
it says IDLE (python GUI)
Module Docs
python (command line)
python manuals
unins
Hi everyone,
I would like to know if it is possible to install python on a usb device and
run it. I found some references to this topic in the archives but I didnt
find the information conclusive. Any information would be appreciated.
Ralf
___
Tutor ma
[EMAIL PROTECTED] said unto the world upon 2005-03-11 19:00:
Ok some thing is messed up.. when i try to open the python shell i get a
error meesage saying socket error:connection refused and the head line at the
top says IDLE subprocess error.. and then the python shell pops up with a
e
Ok some thing is messed up.. when i try to open the python shell i get a error meesage saying socket error:connection refused and the head line at the top says IDLE subprocess error.. and then the python shell pops up with a error message on it saying. IDLE's subprocess didn't make con
[Forwarding to [EMAIL PROTECTED] Sorry about the repetition.]
-- Forwarded message --
Date: Fri, 11 Mar 2005 17:18:03 EST
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Tutor] Please help me get started on how to program useing
python 2.4!!!
ok heres where i got
[Forwarding to [EMAIL PROTECTED] Please use your email client's
"Reply-to-all" feature whenever you're replying to messages on the tutor
list. Otherwise, no one else gets to see your questions.]
-- Forwarded message --
Date: Fri, 11 Mar 2005 17:07:15 EST
From: [EMAIL PROTECTED]
[Forwarding to [EMAIL PROTECTED] When you are replying to a message,
please use your email's "Reply-to-All" feature so that your message
reaches both me and the mailing list.]
-- Forwarded message --
Date: Fri, 11 Mar 2005 22:38:55 +0100
From: Jan EkstrÃm <[EMAIL PROTECTED]>
To:
Danny Yoo said unto the world upon 2005-03-11 16:07:
On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote:
When we ask: "Is the number 'one' greater than the number 'two'?", Python
is telling us "No!" by giving us back the value 'False'. Whenever we ask
Python a question that's a yes/no sort of thing, Pyt
On Fri, 11 Mar 2005, [iso-8859-1] Jan Ekström wrote:
> I have tried to install Python 2.4 on two pc-s and get this error when I
> follow the instruction and type python at the comand window or Idle
> window. I am running Windows xp home edition. What am I doing wrong?
>>
> Here is the error.
> I
On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote:
> OK i have learned that on the python shell if you put, print "some
> message" the output is, some message
Hi Jeff,
Ok, yes, that looks right. Let me do that myself:
###
>>> print "hello world"
hello world
###
(The '>>>' thing is what the Pytho
I have tried to install Python 2.4 on two pc-s and get this error when
I follow the instruction and type
python at the comand window or Idle window.
I am running Windows xp home edition.
What am I doing wrong?
I have also ask for explanation on Googles and got the answer that there is
such a
Title: RE: [Tutor] and once i have learned how to program ?
http://starship.python.net/crew/theller/py2exe/
This website is a good starting point.
Ara
-Original Message-
From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Fri 3/11/2005 12:26 PM
To: tutor@python.org
Subjec
On Fri, Mar 11, 2005 at 02:26:48PM -0500, [EMAIL PROTECTED] wrote:
> From: [EMAIL PROTECTED]
> Date: Fri, 11 Mar 2005 14:26:48 EST
> To: tutor@python.org
> Subject: [Tutor] and once i have learned how to program ?
>
> Once i have learned how to program what can i do with the programs can they
> r
Once i have learned how to program what can i do with the programs can they run out side of the python shell like on My OS or a game? My OS is window XP home
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
OK i have learned that on the python shell if you put, print "some message"
the output is, some message and if you put, type> "some message"
the output is, true and if you put, type< "some message"
the output is, false And if you put, for, in, or and it turns orange like print dose but I don
R. Alan Monroe wrote:
I tried to convert this pseudocode
function IntNoise(32-bit integer: x)
x = (x<<13) ^ x;
return ( 1.0 - ( (x * (x * x * 15731 + 789221) + 1376312589) & 7fff) / 1073741824.0);
end IntNoise function
from this website
http://freespace.virgin.net/hugo.elias/models
kevin parks wrote:
Hi folks,
I am trying to cyclically rotate a seq until it reached the beginning
stage again.
I would like to be able to rotate in both directions and using any
arbitrary interval.
I think the code is correct but I have a few suggestions below.
#!/usr/bin/env python
import sys
i
19 matches
Mail list logo