Re: Understanding other people's code

2013-07-15 Thread asimjalis
On Friday, July 12, 2013 7:22:59 AM UTC-7, Azureaus wrote: > Hi all, > I've been asked to take over a project from someone else and to extend the > functionality of this. The project is written in Python which I haven't had > any real experience with (although I do really like it) so I've spent t

Re: Tutorials on Jinja

2013-07-15 Thread asimjalis
On Wednesday, June 24, 2009 11:46:55 AM UTC-7, Saurabh wrote: > Hi All, > > I am trying to move my application on a MVC architecture and plan to > use Jinja for the same. Can anyone provide me with few quick links > that might help me to get started with Jinja? > > Thanks, > Saby The documentati

Re: Ideal way to separate GUI and logic?

2013-07-15 Thread asimjalis
fron...@gmail.com wrote: > So as a general idea, I should at the very least separate the GUI from the > program logic by defining the logic as a function, correct? And the next > level of separation is to define the logic as a class in one or more separate > files, and then import it to the file

Re: Beginner - GUI devlopment in Tkinter - Any IDE with drag and drop feature like Visual Studio?

2013-07-15 Thread asimjalis
Take a look at kivy at http://kivy.org. On Thursday, July 4, 2013 6:23:41 AM UTC-7, Aseem Bansal wrote: > I want to start GUI development using Tkinter in Python 2.7.5. > > > > I have been searching all over google but couldn't find any IDE that has > drag-and-drop feature for Python GUI devel