반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- python pip
- Volumes
- FileSystemError
- ollama
- 버전
- Python
- python3
- 용량
- 패키지
- Linux
- Save
- 핍
- AI
- 리눅스
- modelfile
- HuggingFace
- 퍼이썬
- GGUF
- capacity
- LLM
- IQN
- virtual-hosted-style
- reverse-proxy
- nginx-proxy
- docker
- path-style
- pip3 upgrade
- 파이썬
- daemon.json
- error
Archives
- Today
- Total
목록find (1)
chargingport

# sample.json [ { "name": "John Doe", "class": "English" }, { "name": "Jack Black", "class": "Music" }, { "name": "Eminem", "class": "Music" }, { "name": "John Doe", "class": "Music" } ] 위와 같은 JSON 파일이 있다. John Doe 라는 사람이 2번 들어가있다. Python으로 중복되는 항목을 탐색해보자. # duplicate.py import json # Load the JSON data from your file with open('teaListEng2.json', 'r') as json_file: data = json.load(json_file) #..
NOTES/PYTHON
2023. 9. 18. 16:03