I studied computer science at a Swiss institute of technology.
I like to share code and I enjoy writing documentation.
-
SettleNext
- Geneva, Switzerland
Pinned Loading
-
mkdocs-macros-plugin
mkdocs-macros-plugin PublicCreate richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
-
mkdocs-mermaid2-plugin
mkdocs-mermaid2-plugin PublicA Mermaid graphs plugin for mkdocs
-
Command line: create dictionary from...
Command line: create dictionary from key-value pairs 1# Converting an arbitrary list of key-value pairs from the command-line into a Python dictionary
2## Problem
3You want to create a series of key-value pairs from the command line, using the [argparse](https://docs.python.org/3/library/argparse.html) library, e.g.:
45```bash
46 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More