Forum: Python
Jun 11th, 2006, 6:56 PM
|
|
Replies: 8
Views: 218
|
Forum: Python
Jun 11th, 2006, 11:07 AM
|
|
Replies: 8
Views: 218
Marguee with Python
Is there any way to make words scroll in python. Like <marquee> in HTML?
thanks
-python
|
Forum: Existing Project Development
Jun 11th, 2006, 9:57 AM
|
|
Replies: 36
Views: 760
Through my experience with Unix I conclude that...
Through my experience with Unix I conclude that if you really want to use hard core Unix you want something like netBSD. but if you just want to casually use unix use FreeBSD. Also FreeBSD is much...
|
Forum: Python
Jun 11th, 2006, 7:47 AM
|
|
Replies: 6
Views: 200
|
Forum: Python
Jun 10th, 2006, 9:04 PM
|
|
Replies: 6
Views: 200
|
Forum: Project Ideas
Jun 10th, 2006, 8:56 PM
|
|
Replies: 7
Views: 177
Live sucks.
Dont use them. Period. Use...
Live sucks.
Dont use them. Period. Use this.
www.youos.com
Much better.
if you know any JavaScript you can write youre own applications with the built in IDE! It had a GUI and a FS and some 100...
|
Forum: Python
Jun 10th, 2006, 8:47 PM
|
|
Replies: 6
Views: 200
Dice Game error HELP plz
Here is the code:
print "Welcome to RoyalSoftware Main system"
print "Login to use"
usrname = raw_input("What is your username: ")
if usrname == "treymonty":
print "Welcome, " + usrname
...
|