Prompt_toolkit – a library for building interactive command line Python apps
prompt_toolkit is a library for building powerful interactive command line and terminal applications in Python. (more…)
Read more »
Python provides great built-in types like dict, list, tuple
and set; there are also array, collections, heapq
modules in the standard library; this article is an overview of
external lesser known packages with fast C/C++ based data
structures usable from … Read more