os.system('cls')

2008-12-25 Thread Dennis van Oosterhout
Hi there! I was searching for a way to clear the 'DOS screen'/command screen etc. and found that os.system('cls') works for this. I was just wondering where I can find al the commands which can be used for os.system(). I searched with google but I didn't find an answer. In the official python

Re: os.system('cls')

2008-12-25 Thread Dennis van Oosterhout
Python pyt...@rgbaz.eu On 25 dec 2008, at 11:22, Dennis van Oosterhout wrote: Hi there! I was searching for a way to clear the 'DOS screen'/command screen etc. and found that os.system('cls') works for this. I was just wondering where I can find al the commands which can be used for os.system

Re: os.system('cls')

2008-12-25 Thread Dennis van Oosterhout
Btw...does that mean that system('cls') only works on Windows...or to say it otherwise: the program isn't platform independant? 2008/12/25 Dennis van Oosterhout de.slotenzwem...@gmail.com: Hello Arno, thanks for the explanation! I have one more question: on the python site it says it's better

object oriƫnted

2008-12-24 Thread Dennis van Oosterhout
I know that python is an Object Oriƫnted language but I was wondering if it gets used as a non-OOP also (by a good amount of people). -- http://mail.python.org/mailman/listinfo/python-list