As I mentioned in my last post, I’ve been re-working a script to add tasks to a task manager. I’m using The Hit List again, because I’ve decided to move myself away from gmail and google tasks. At any rate,…
As I mentioned in my last post, I’ve been re-working a script to add tasks to a task manager. I’m using The Hit List again, because I’ve decided to move myself away from gmail and google tasks. At any rate,…
I’ve used python’s argparse module in the past to get command line options for scripts. It provides built-in help, which is nice, and support for both positional and optional arguments. The inelegant way I’ve used it in the past, though,…
Introduction Installing Python Linux OS X Windows 1. Interactive Mode Integrated Development Environments IDLE Other IDEs Text Editors Linux OS X Windows Conclusion Introduction In my spare time this summer, I’ve been working through CS101: Building a Search Engine on…