2022-06-09 live-py-plugin ---- (live-py-mode in emacs)
2022-05-27 xlrd ---- python library to read .xls file Excel 解析工具
2022-05-17 Numba ---- Python 代码JIT 加速工具
2022-04-24 Python2
2022-04-05 nltk ---- classic natural language processsing tool kit
2022-03-28 Jupytext
2022-03-15 Setuptools
2022-01-10 Emacs-Jupyter
2022-01-10 ipython notes
2021-12-29 Lark ---- Python Parser Collection Library
2021-12-26 pipenv ---- python package manager
2021-12-26 Poetry ---- Python Package Manager and Build Tool
2021-12-26 Pyenv ---- python shell env management
2021-11-25 six ---- Python2 and Python3 coding helper library
2021-11-12 Python UML class Diagram
2021-10-27 Efficient Python
2021-10-12 chemdataextractor ---- Chemistry Articles NLP Library
2021-10-10 pybind11 ---- a Python C++ Binding Library
2021-10-07 pypy ---- a Python Interpreter Implementation
2021-10-06 cffi ---- Python C API Tool
2021-09-30 Python Game Frameworks
2021-09-28 Python C API ---- Write Python C Extension and Call Python From C
2021-09-27 coverage ---- Python unit test and code coverage tool 代码覆盖率探测
2021-09-27 mypy ---- Python typing checker
2021-09-27 tox ---- Python project multiple python version test framework
2021-09-23 fastapi ---- a Python Web Framework
2021-09-23 pydantic ---- a Python Json Scheme Library
2021-09-23 unicodedata
2021-09-14 Python Distribution, Packaging and pip
2021-09-13 plotly ---- Python Chart Ploting Library
2021-09-10 scipy ---- Python Scientific Computation Library
2021-09-10 sympy -- Python Symbolic Compuation Library
2021-09-09 joblib ---- a Python Parallel and Function Disk Cache Tool
2021-09-09 pickle -- Python Serialization Tool
2021-08-17 shutil ---- Python File Operating Module
2021-08-05 psutil -- Python vmstat like tool
2021-08-05 ray -- Python Distributed Computing Framework
2021-07-29 Plot in Python ---- 使用 Python 绘图
2021-07-23 FlashText -- Fast Text Extract and Replace Tool
2021-07-21 kafka-python notes
2021-07-09 Python Locker Implementation Notes ---- python 中锁的实现
2021-06-29 Python Memory Profile Notes
2021-06-17 flask-restx notes
2021-06-11 profile ---- python time consuming Python 运行时间分析工具
2021-06-11 requests ---- python requests library
2021-05-27 pycrytodome ---- another encryption library for python 加密类库
2021-05-20 Python Signal Module Notes
2021-05-11 Python Module Configparser Notes ---- config 文件解析工具
2021-05-07 tornado ---- a python web app framework
2021-04-19 decorator ---- python decorator 装饰器