View Single Post
Old May 17th, 2006, 1:54 PM   #30
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by zem52887
These commands are slightly more complex than the "print" command haha.
Programming is a skill that is difficult to get the hang of without any experience. Take it slow, experiment, and post if you find yourself in difficulty. I can't guarentee I'll be around all the time, but there are others who can help you, and referring back to the Python tutorial and reference documents will also help.

Quote:
Originally Posted by zem52887
also, which python program do you suggest I use? the command line? or the IDLE?
IDLE's not bad, because it also contains an text editor with nice formatting. You can open a .py file by going to the File -> Open menu. I believe there's also a File -> New option as well.
Arevos is offline   Reply With Quote