32P by xguru 2021-12-28 | favorite | 댓글 3개

- 언어를 익히기에 좋은 방법 중 하나는 잘 작성된 코드를 읽어보는 것
- 이런 용도에 적합한 파이썬/장고 프로젝트를 묻는 Ask HN의 답변들이 좋아서 가져와 봅니다

- FastAPI 를 만든 Sebastian Ramirez, Pydantic을 만든 Samuel Colvin, Starlette를 만든 encode 팀의 모든 프로젝트
ㅤ→ https://github.com/tiangolo
ㅤ→ https://github.com/samuelcolvin/pydantic
ㅤ→ https://github.com/encode
- FastAPI 의 관련 패키지들
ㅤ→ FastAPI-Azure-Auth : 인증과 권한 관리
ㅤ→ ASGI—Correlation-ID : AsyncIO를 이용한 정보 저장
ㅤ→ Django-GUID : 동기/비동기 Django
ㅤ→ Pydantic-factories : Pydantic 모델의 Mock 데이터 만들기
- GitHub에서 오늘/이주의 트렌딩 파이썬 프로젝트들 보기 https://github.com/trending/python?since=daily
- Rich https://github.com/willmcgugan/rich
- Sentry https://github.com/getsentry/sentry
- PDM https://github.com/pdm-project/pdm
- Spleeter https://github.com/deezer/spleeter
- EDX https://github.com/edx/edx-platform

자바스크립트도 이런 리스트가 있으면 좋겠네요 ㅠ

예전에 비슷한 질문에 누군가 Douglas Crockford 의 Repo를 함 보라고 답변했던게 기억이 나네요
https://github.com/douglascrockford

2018년에 쓴 책인 "How Javascript Works" 가 "자바스크립트는 왜 그 모양일까?" 라는 책으로 한글판이 나와있네요.