Python the Language (in case of)
Related:
- Learn Django
- python desktop GUI/frontend
- py code cookbook/reuse
- plot in py w pyvis
- Python in Win by MS official tutorial CN
- 用 Rust 让 numpy、scikit 和 pandas 加速 100 倍!开源 Weld 技术揭秘
PRE-INSTALL: CONDA VS. PIP #
Pip requires apt. Thus, pip+apt. Pip chose to live together with apt (or other package manager) as apt is better at managing packages, especially when related to system. Some pip packages requires system (apt) to cooperate, such as uwsgi, graphviz, ffmpeg, gcc, python3-dev.
...