# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
uv.lock
# ruff fmt
.ruff_cache
# General
.DS_Store
dir/otherdir/.DS_Store
-
https://stackoverflow.com/questions/990754/how-to-leave-exit-deactivate-a-python-virtualenv
-
https://matplotlib.org/3.5.0/devel/development_setup.html#installing-for-devs
-
uv(conda보다 가벼운 패키지)
uv pip
uv pip install "numpy"
필요한 패키지 설치하기
$ uv pip install "numpy"
Resolved 1 package in 34ms
Downloaded 1 package in 337ms
Installed 1 package in 8ms
+ numpy==1.26.4
my_project/Python_Lang/finance via 🐍 v3.9.6 (finance)
$ uv pip install "pandas"
Resolved 6 packages in 80ms
Downloaded 5 packages in 345ms
Installed 5 packages in 23ms
+ pandas==2.2.1
+ python-dateutil==2.9.0.post0
+ pytz==2024.1
+ six==1.16.0
+ tzdata==2024.1
$ uv pip install "matplotlib"
Resolved 13 packages in 345ms
Downloaded 10 packages in 243ms
Installed 10 packages in 14ms
+ contourpy==1.2.0
+ cycler==0.12.1
+ fonttools==4.50.0
+ importlib-resources==6.3.2
+ kiwisolver==1.4.5
+ matplotlib==3.8.3
+ packaging==24.0
+ pillow==10.2.0
+ pyparsing==3.1.2
+ zipp==3.18.1
$ uv pip install "scipy"
Resolved 2 packages in 67ms
Downloaded 1 package in 635ms
Installed 1 package in 10ms
+ scipy==1.12.0
uv pip sync requirements.txt
안에 패키지 버젼이랑 같이 넣어서 싱크해주기
$ uv pip sync requirements.txt
Audited 17 packages in 4ms
예시 requirements.txt
numpy==1.26.4
pandas==2.2.1
python-dateutil==2.9.0.post0
pytz==2024.1
six==1.16.0
tzdata==2024.1
contourpy==1.2.0
cycler==0.12.1
fonttools==4.50.0
importlib-resources==6.3.2
kiwisolver==1.4.5
matplotlib==3.8.3
packaging==24.0
pillow==10.2.0
pyparsing==3.1.2
zipp==3.18.1
scipy==1.12.0
- Private Q&A and summarization of documents+images or chat with local GPT, 100% private, Apache 2.0. Supports LLaMa2, llama.cpp, and more. Demo: https://gpt.h2o.ai/
https://github.com/h2oai/h2ogpt
https://github.com/stability-AI/stableLM/
https://economiceco.tistory.com/11818
https://opentutorials.org/course/4547
https://github.com/Huffon/NLP101/blob/master/README_KR.md
https://economiceco.tistory.com/11830
- 1강에서 4강까지 파이썬의 정석, 딕셔너리 한방에 끝내기
- 시리즈 모아 보기
https://youtube.com/playlist?list=PLDtzZPtOGenaG_LeSAHpr4opgz0HebcwJ
- 한글파이썬Python강의_001⭐️Python개발환경_디버깅기초_AstroVim세팅Debugging_Vim_macOS_M1_pro #debugging #Astrovim
macOS만 가능한듯요 ㅠㅠ
https://youtube.com/playlist?list=PLRx0vPvlEmdAbnmLH9yh03cw9UQU_o7PO
https://ebbnflow.tistory.com/119