- https://github.com/TheAlgorithms/Python
- https://github.com/Asabeneh/30-Days-Of-Python
- https://github.com/zhiwehu/Python-programming-exercises
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world
# to check current pip config
pip config debug
# to change pip directory
pip config set global.target /Users/Bob/Library/Python/3.8/lib/python/site-packages
# to check current version
pip -V
# since python installed the new version in folder specified in ENV: PYTHONUSERBASE
# but python wanted only to use the pip from the /Users/Bob/Library/Python/3.x.x/lib/python/site-packages
# then i have copied/paste the pip folder froml PYTHONUSERBASE to site-packages
- https://github.com/3b1b/manim
- https://github.com/pyenv/pyenv
- https://github.com/astral-sh/uv
- https://github.com/streamlit/streamlit
- https://github.com/django/django
- https://github.com/apache/superset
- https://github.com/tinygrad/tinygrad
- https://github.com/PrefectHQ/prefect
- https://github.com/allegroai/trains
- https://github.com/tiangolo/fastapi
- https://github.com/pennersr/pulsus
- https://github.com/mckinsey/vizro
- https://github.com/coqui-ai/TTS
- https://github.com/kellyjonbrazil/jc
- https://github.com/swirlai/swirl-search
- https://github.com/vietnh1009/ASCII-generator
- https://github.com/threestudio-project/threestudio