[Ilugc] Basic Cricket Score Fetching App - Python + Tkinter

  • From: shakthimaan@xxxxxxxxx (Shakthi Kannan)
  • Date: Mon, 9 Apr 2012 22:04:51 +0530

Hi Prasanna:

--- On Mon, Apr 9, 2012 at 7:35 PM, Prasanna Venkadesh
<prasmailme at gmail.com> 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

Other related posts: