Hi Prasanna: --- On Mon, Apr 9, 2012 at 7:35 PM, Prasanna Venkadesh <[email protected]> wrote: | So got an idea of developing a small | application (Free Software - GNU GPL Licensed) using Python + Tkinter. \--
#1 Why commit a .zip file (Gilly.zip) into a git repo? Try to keep only sources in the repo. #2 Please use a try-except IOError construct when opening a file. #3 Please remove the "feeds" file after use. #4 You might consider writing the data to a yaml or json file so you decouple the data with the front-end. This way you can test your GUI on different front-ends - mobile phones, tablets, large screens et. al. #5 Try to write separate functions for fetching and writing data to a file, GUI initialization, displaying data on the UI et. al. SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
