Python
* Processing large JSON files in Python without running out of memory
[https://pythonspeed.com/articles/json-memory-streaming/]
* 대용량 JSON 파일을 처리에 관한 짧은 기사 입니다.
* 데이터 분석에서 대량의 JSON을 만날 때가 거의 없긴 하지만, 그래도 알아두시면 나중에 도움이 될지도 모를 일이죠 :D
* Pass-by-value, reference, and assignment | Pydon't 🐍
[https://mathspp.com/