leetcode problems solutions: https://github.com/pymongo/leetcode-rust/
codeforces problems solutions: https://github.com/pymongo/leetcode-rust/
python自带的pip没有类似maven的pom.xml
或npm的package.json
之类管理项目第三方依赖的清单文件,所以推荐用pyenv管理python版本,pipenv管理第三方依赖(Pipfile + Pipfile.lock),或者用poetry做包管理