Dies ist die Support Website des Buches:: Das Python Praxisbuch Der große Profi-Leitfaden für Programmierer Farid Hajji Addison Wesley / Pearson Education ISBN 978-3-8273-2543-3 (Sep 2008), 1298 Seiten. ****************** 3. Hello, World! ****************** Das Hello, World!-Programm ========================== .. literalinclude:: ../att/helloworld/hello.py `hello.py `_ hello.py verstehen ------------------ hello.py unter Unix ausführen ----------------------------- URLs: * `Manual Page von env `_ * `Manual Page von chmod `_ * `Manual Page von ls `_ * `Manual Page von ln `_ * `Manual Page der Bourne Shell `_ * `Manual Page der C-Shell (tcsh) `_ .. literalinclude:: ../att/helloworld/pyversion.py `pyversion.py `_ hello.py unter Windows ausführen -------------------------------- hello.py in IDLE ausführen -------------------------- Screenshots: * `hello.py in IDLE ausführen `_ hello2.py mit sys.argv ====================== .. literalinclude:: ../att/helloworld/hello2.py `hello2.py `_ hello2.py verstehen ------------------- hello2.py ausführen ------------------- hello2.py unterm Debugger ------------------------- tkhello.py mit Tkinter ====================== Screenshots: * `Ausgabe von tkhello.py `_ .. literalinclude:: ../att/helloworld/tkhello.py `tkhello.py `_ Zusammenfassung ===============