#
Tag: python
See all tags.
programming
Custom JSON encoder for python
The json
module only can encode str
-like data. To encode other datatypes, just write a custom encoder class:
programming
Exclude a module from documentation when using pdoc3
Answer on github
programming
Simple Terminal Menu
simple-term-menu
creates simple menus for interactive command line programs. It can be used to offer a choice of