You are here |
river.me | ||
| | | |
www.nayuki.io
|
|
| | | | ||
| | | |
blog.nuculabs.de
|
|
| | | | It's been a while since I wrote a post and I'm also going to make this one a short one. Python Fire is a pretty cool Python library from Google that lets you turn any Python script into a command line tool, this means that you don't have to write any logic for handling command line parameters and options, but, if you script has sophisticated use cases then you'll be probably be better by using argparse from the standard library. | |
| | | |
blog.jordan.matelsky.com
|
|
| | | | I recently started working on some tables and supplementary materials for an academic paper and found the need to print tables in Markdown format. The syntax is relatively simple, but programmatically generating these tables is tedious, and requires a lot of string-formatting which can get irritating. | |
| | | |
studiofreya.org
|
|
| |