2020#
Rolling back from flask-restplus reqparse to native flask request to parse inputs
flask-restplus' (or flask-restx) reqparse module is deprecated, so I decided to use the native flask request object to parse the incoming inputs.
Fixing an ipython Windows ConEmu only bug on 'MouseEventType.MOUSE_DOWN'
This post is for manually fixing an ipython Windows ConEmu only bug (from prompt_toolkit): Exception ''MouseEventType.MOUSE_DOWN'' is not a valid MouseEventType.
Flattening nested dict in Python
Flattening a nested dict/json with list as some keys' value.
Setting up WSL
Setting up WSL (Windows Subsystem for Linux)