Nov 112016
 
Extending Python Vocab Tester With Dictionary Lookups and Storage

In my previous blog post, I showed you my Python based vocabulary tester and suggested some ways it could be “taken further”. You probably won’t be overly surprised to hear that I have taken it a bit further myself. Actually, I’ve taken it rather a LOT further, but this blog article is to show you the next couple of steps. Let’s Compile a List The first, fairly easy, tweak I made was to store the words I don’t know in a file. I figured it would be good to make a list of these so […more…]