Re: Could this expression parser be more 'Pythonic'?

2009-05-07 Thread Amr
Hi John, Thanks for the tips, I will check them out. --Amr -- http://mail.python.org/mailman/listinfo/python-list

Could this expression parser be more 'Pythonic'?

2009-05-06 Thread Amr
ge writing something like this? Thanks, --Amr -- http://mail.python.org/mailman/listinfo/python-list

Re: Default padding for Tkinter grid

2009-05-04 Thread Amr
On May 4, 3:57 pm, "Gabriel Genellina" wrote: > En Mon, 04 May 2009 10:27:49 -0300, Amr escribió: > > > I've been spending the last few days experimenting with Tkinter. The > > grid manager is nice and easy to use, but I have found that I am often > > hav

Default padding for Tkinter grid

2009-05-04 Thread Amr
'padx': '1m', 'pady': '1m'} and then apply it to the grid method using **padding. However, I was wondering if there was a way of setting default padx and pady controls for the grid, so that I can just call grid without having to specify any extra parameters. Tha

Aviate, the Web Deployer

2008-12-01 Thread Amr
Announcing the first public release of Aviate, a cross-platform web deployment tool written in Python. Aviate is designed to make deploying your web applications very easy, while providing you with a rich feature set to make repeated task performed in a snap, and being extensible so you can extend