Re: [Tutor] raw_input

2010-07-06 Thread iamroot

On Mon, 5 Jul 2010, Dipo Elegbede wrote:


Hello,

I seem to be having problems with raw_input.

i wrote something like:

raw_input('Press Enter')

it comes back to tell me raw_input is not defined, a NameError!

Is it that something about it has changed in python 3.1 or I have been writing 
the wrong thing.

Please enlighten me.

regards.

--
Elegbede Muhammed Oladipupo
OCA
+2348077682428
+2347042171716
www.dudupay.com
Mobile Banking Solutions | Transaction Processing | Enterprise Application 
Development



In Python 3, input has replaced raw_input.

This contains info about that and other things that have changed:

  http://www.ibm.com/developerworks/linux/library/l-python3-1/
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Any

2010-04-29 Thread iamroot
> 
> The Reddit website is written in Python, as is the EVE Online massive 
> multiplayer game, although I doubt the source code for them are 
> available.
>
Actually, Reddit has made it's source available and has included a HOWTO 
install Reddit on your webserver. There is a Google Group reddit-dev for
this purpose, as well.

See http://code.reddit.com for more...they actually use Trac for that site. ;).

--
Brie

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor