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... )
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.
Comments 5
Reply
I also want to implement the machine learning component.
What would you contribute?
Reply
Reply
$ 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