Forum: Python
Apr 7th, 2008, 7:42 PM
|
|
Replies: 4
Views: 246
Re: New to programming, well kind of..
As I'm sure you know, the best way to learn programming is to actually do stuff. Python is a good choice of language for rapid application development (RAD). With the interactive interpreter, you can...
|
Forum: Python
Apr 6th, 2008, 10:36 PM
|
|
Replies: 2
Views: 200
|
Forum: Python
Aug 1st, 2006, 5:58 PM
|
|
Replies: 4
Views: 274
|
Forum: Python
Aug 1st, 2006, 3:09 PM
|
|
Replies: 4
Views: 274
pygame half-pipe game
hey,
i'd like to make a simple 2D half-pipe game using pygame. this is what inspired me: http://www.gmaxskateboarding.com/game.asp
however, i'm not sure about the maths involved in coding this kind...
|
Forum: Python
Jul 4th, 2005, 11:19 AM
|
|
Replies: 6
Views: 240
|
Forum: Python
Jun 12th, 2005, 7:53 AM
|
|
Replies: 44
Views: 1,248
|
Forum: Python
May 23rd, 2005, 7:33 PM
|
|
Replies: 19
Views: 575
|
Forum: Python
May 18th, 2005, 5:06 PM
|
|
Replies: 12
Views: 397
|
Forum: Python
May 5th, 2005, 8:08 PM
|
|
Replies: 15
Views: 696
An automated Googlewhacker might make a nice...
An automated Googlewhacker might make a nice project (see example http://www.uselesspython.com/showcontent.php?category=17)
Don't forget about simple encryption algorithms such as ROT13 (if you can...
|
Forum: Python
May 5th, 2005, 7:48 PM
|
|
Replies: 15
Views: 696
|
Forum: Python
May 3rd, 2005, 8:54 PM
|
|
Replies: 10
Views: 359
|
Forum: Python
May 3rd, 2005, 1:24 PM
|
|
Replies: 21
Views: 521
|
Forum: Python
Apr 6th, 2005, 10:04 AM
|
|
Replies: 9
Views: 288
|
Forum: Python
Apr 5th, 2005, 12:16 PM
|
|
Replies: 5
Views: 338
|
Forum: Python
Apr 3rd, 2005, 8:45 PM
|
|
Replies: 3
Views: 181
I'm not doing your homework for you am I? A few...
I'm not doing your homework for you am I? A few hints...
[ [], [], [], [] ]
The above code creates a nested list, call it 'l'. Imagine the list indexed by l[0] is used to store player surnames. To...
|
Forum: Python
Mar 30th, 2005, 3:53 PM
|
|
Replies: 2
Views: 189
|
Forum: Python
Mar 7th, 2005, 12:31 PM
|
|
Replies: 29
Views: 908
You could generate a string containing all the...
You could generate a string containing all the punctuation characters by doing:
>>> import string
>>> punc = string.punctuation
>>> punc
'!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~'
Convert the original...
|
Forum: Python
Mar 6th, 2005, 3:43 PM
|
|
Replies: 29
Views: 908
|
Forum: Python
Mar 6th, 2005, 8:26 AM
|
|
Replies: 29
Views: 908
|
Forum: Python
Mar 5th, 2005, 8:20 AM
|
|
Replies: 29
Views: 908
|
Forum: Python
Feb 26th, 2005, 6:24 PM
|
|
Replies: 1
Views: 179
|
Forum: Python
Feb 20th, 2005, 12:02 PM
|
|
Replies: 1
Views: 251
|
Forum: Python
Feb 18th, 2005, 11:47 AM
|
|
Replies: 6
Views: 543
|
Forum: Python
Feb 15th, 2005, 5:49 PM
|
|
Replies: 7
Views: 333
|