Python modules you should know A list by Alberto Granzotto, 15 Nov 2013 A collection of the best modules I use. Python is beautiful. So keep your code clean and maintainable with those modules. Suggestions are welcome, just add your comment! Docopt. Forget optparse and argparse, and build beautiful, readable and (if you need) complex command-line interfaces using docstrings. IMO the best module cr