How do you code in Python ???
Max M
maxm at mxm.dk
Fri May 17 07:09:40 EDT 2002
Shagshag wrote:
> By now to write a function i write it in a text editor (with coloured
> syntax), copy and paste it in idle try it, then go back to text
> editor to debug it and so on until i've tuned it like i want, then
> next function and so on until i complete module... And that's really
> boring theses permanent back and forth...
That's a tedious way to do it. Why don't you just edit in Idle ?? It has
coulor syntax as well.
Anyhoo I just use the editor in the win32all extensions. It does the job
pretty well.
Otherwise I use Ultraedit which also has colour syntax.
> Another one is which are "standard" coding in Python ?
>
> (thing like initCap, postfix private atribute with "_" and so on)
No such thing. Probably more of a project issue than a language issue.
regards Max M
More information about the Python-list
mailing list