i've written tool in python enter title, content, tags, , entry saved in pickle file. designed copy-paste functionality (you spot piece of code on net, copy it, , paste program), not handwritten content, though no problem. i did because i'm scanning through pdf files, books, or net coding example of solution i'd seen before, , seemed logical have put content in, give title , tags, , whenever needed to. i realize there sites online handle ex. http://snippets.dzone.com , i'm not online when code. admit didn't see if had written desktop app, project seemed fun thing here am. it wasn't designed millions of entries in mind, use pickle file serialize data instead of 1 of database apis. query basic, title , tags , no ranking based on query. there issue can't figure out, when @ list of entries there's try, except clause tries catch valid index (integer). if enter inavlid integer, ask enter valid one, doesn't seem able assign variable. if enter va...