How do you code in Python ???

Chris Liechti cliechti at gmx.net
Fri May 17 14:34:19 EDT 2002


shagshag13 at yahoo.fr (Shagshag) wrote in 
news:409a56e2.0205170047.429beb44 at posting.google.com:
> Newbie to python, i was wondering how *skilled* guys code with it :
.. .
> So how do you do it ? Which tools do you use ?
> (i'm on window, freeware if possible or not to expensive...)

i use pythonwin. usualy i run the programms in a separate console (BASH, 
cmd/command.com is ok too). running them sepaately saves you from some 
troubles when doing gui programming and threading. it's also easier to kill 
a prog in an endless loop and much output/long lines is no problem (while 
pythonwin and idle become slow with wery long lines).

i try out simple things directly in the interactive console of pythonwin.
 
chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list