Explore >> Select a destination


You are here

www.earlevel.com
| | mitchkeenan.com
20.9 parsecs away

Travel
| |
| | itsmycode.com
20.9 parsecs away

Travel
| | PrismJs is a library written using JavaScript, which is used for syntax highlighting. Prism is very lightweight (2KB), intuitive, blazing-fast and extensible compared to other libraries.
| | seanmcp.com
18.3 parsecs away

Travel
| | A brief journey into the dangerous world of user agent sniffing
| | pythontest.com
60.0 parsecs away

Travel
| I was asked recently about how to test the argument parsing bit of an application that used argparse. argparse is a built in Python library for dealing with parsing command line arguments for command line interfaces, CLI's. You know, like git clone . git is the application. is a command line argument. clone is a sub-command. Well, that might be a bad example, as I'm not going to use subcommands in my example, but lots of this still applies, even if you are using subcommands.