Python newbie here....I was interested in writing a basic touch typing tutor program in python. I was wondering what is the best way to download source code of applications that people have written that are of a similar nature (to use as a guide to learn from). I went to http://pypi.python.org/ and downloaded some packages but I'm not quite sure how to view the actual python code. Which file are you supposed to open. I found a run.py file in one of them and it doesn't seem to even work when I try to run it. I'm sure I'm missing something here.
Thanks!