반응형
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 | 31 |
Tags
- LLM
- nginx-proxy
- 퍼이썬
- 리눅스
- 파이썬
- error
- python pip
- Save
- Volumes
- docker
- daemon.json
- capacity
- path-style
- python3
- 용량
- AI
- ollama
- Python
- IQN
- pip3 upgrade
- HuggingFace
- 핍
- modelfile
- reverse-proxy
- GGUF
- Linux
- virtual-hosted-style
- FileSystemError
- 패키지
- 버전
Archives
- Today
- Total
목록name (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