L Lufa Member Joined Oct 12, 2007 Messages 38 Gender Male HSC 2009 Feb 4, 2008 #1 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?
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?
L live.fast Member Joined Feb 12, 2006 Messages 501 Gender Undisclosed HSC N/A Feb 6, 2008 #2 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!
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!
NovaAesa Member Joined Jul 26, 2007 Messages 93 Location KMC Gender Male HSC 2007 Feb 9, 2008 #3 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" Click to expand... I'm not sure how to run it in Windows, but in Linux open a terminal and type: python /path/to/hello.py Click to expand...
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" Click to expand... I'm not sure how to run it in Windows, but in Linux open a terminal and type: python /path/to/hello.py Click to expand...
NovaAesa Member Joined Jul 26, 2007 Messages 93 Location KMC Gender Male HSC 2007 Feb 9, 2008 #4 Lufa said: rite how would u store the data? Click to expand... Do you mean how do you do read/write to files?
Lufa said: rite how would u store the data? Click to expand... Do you mean how do you do read/write to files?
A A High Way Man all ova da world Joined Jul 16, 2007 Messages 1,605 Location Sydney Gender Male HSC 2006 Feb 9, 2008 #5 http://www.ebookee.com/Beginning-Python-From-Novice-to-Professional_153791.html this book has a section on file IO.
http://www.ebookee.com/Beginning-Python-From-Novice-to-Professional_153791.html this book has a section on file IO.