# 최신 Python을 익히기에 좋은 프로젝트는 ?

> Clean Markdown view of GeekNews topic #5635. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5635](https://news.hada.io/topic?id=5635)
- GeekNews Markdown: [https://news.hada.io/topic/5635.md](https://news.hada.io/topic/5635.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-12-28T11:01:31+09:00
- Updated: 2021-12-28T11:01:31+09:00
- Original source: [news.ycombinator.com](https://news.ycombinator.com/item?id=29698198)
- Points: 32
- Comments: 3

## Topic Body

- 언어를 익히기에 좋은 방법 중 하나는 잘 작성된 코드를 읽어보는 것

- 이런 용도에 적합한 파이썬/장고 프로젝트를 묻는 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

## Comments



### Comment 8220

- Author: excovert
- Created: 2022-01-03T10:01:44+09:00
- Points: 1

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

### Comment 8227

- Author: xguru
- Created: 2022-01-03T10:41:21+09:00
- Points: 1
- Parent comment: 8220
- Depth: 1

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

https://github.com/douglascrockford

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

### Comment 8164

- Author: deokim
- Created: 2021-12-29T08:56:11+09:00
- Points: 1

sqlmodel도 좋아요

https://github.com/tiangolo/sqlmodel
