[Tutor] A beginner's question

Heiko Heiko.Kuhrt@t-online.de
Sun, 1 Aug 1999 11:47:44 +0200 (MEST)


Hi Martin!

Try to start with Guidos Python-Tutorial. 
Begin with chapter
	3  informal introduction,
	4  Flow Control and 
	7  Input / Output.
	
Get some development-environment into action, so you can change
code and try out without too mutch of typing. That means write your
Python-code with an editor into filex and make that editor execute
python with filex. ?))

Donīt play arround with Pythons interactive interpreter. Thatīs 
frustrating as you allways have to start from begining. 
( But think about using it as your personal on-screen-calculator. )

Start with small software development projects like
	1) add 2 numbers and print result
	2) 1+1= 1+2= ... 1+9=
	3) 1+1= ...      9+9=

Ask more qs here ;)
--Heiko