Python question (1 Viewer)

Lufa

Member
Joined
Oct 12, 2007
Messages
38
Gender
Male
HSC
2009
hey i just started SDD i got some really easy questions to ask

im using a prgram named python

i just want to know like after u write a simple program like insert your name
rite how would u store the data?
 

live.fast

Member
Joined
Feb 12, 2006
Messages
501
Gender
Undisclosed
HSC
N/A
VB is the easiest one to learn/use. I'd suggest using VB - especially since you don't get marked on programming languages, at least not in the sense that, if you don't know how to program 'this to do this', you fail or anything! :D
 

NovaAesa

Member
Joined
Jul 26, 2007
Messages
93
Location
KMC
Gender
Male
HSC
2007
Python is just as easy to learn as VB IMO (and it's definately more powerful).

To writting a hello world programme is pretty easy in Python.
Just open a new file (call it hello.py or soemthing like that) and type:
print "Hello World"
I'm not sure how to run it in Windows, but in Linux open a terminal and type:
python /path/to/hello.py
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top