how do "real" python programmers work?
bruno at modulix
onurb at xiludom.gro
Fri Jan 13 04:04:54 EST 2006
Barbier de Reuille Pierre wrote:
> On 12 Jan 2006 12:20:50 -0800
> "bblais" <bblais at gmail.com> wrote:
>
>
>>Hello,
>>
(snip)
>
>
> Well, I think it will depend on your project ...
> If you're developing GUI application, you will have trouble using the
> python shell. At least you will need a special, customized shell that
> will take care of launching the main loop of your GUI and let you enter
> commands.
Well, most of your code should be runnable/testable without the GUI
part, so that may not be such a big problem.
(snip)
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list