flashcards: a little shell app in Python

May 03, 2009 13:08

In the last 2 hours, I created a little shell app in Python, which presents flashcards for vocabulary learning. I'm happy because I never touched Python code before ( Read more... )

cogsci, memory

Leave a comment

Comments 5

darius May 5 2009, 00:58:18 UTC
Why not put it up on github? I might contribute.

Reply

gustavolacerda May 5 2009, 01:45:44 UTC
Nice idea. But this script is my first Python program, and it probably shows.
I also want to implement the machine learning component.

What would you contribute?

Reply

darius May 5 2009, 02:01:36 UTC
Most likely just tidy up the code -- I'm kind of compulsive and it's an easy way for me to show off. But that could help you learn Python faster and I might have a use for a flashcard program.

Reply

gustavolacerda May 5 2009, 02:05:47 UTC
After I reinstalled cygwin (in order to get rxvt, so I can see accents), and opened a new shell, my code mysteriously stopped working:

$ python start.py gusl fin2
Traceback (most recent call last):
File "start.py", line 9, in
import msvcrt
ImportError: No module named msvcrt

Any ideas?

Reply


Leave a comment

Up