# Python을 학습하기에 좋은 고품질 스크립트/작은 라이브러리는?

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=14446](https://news.hada.io/topic?id=14446)
- GeekNews Markdown: [https://news.hada.io/topic/14446.md](https://news.hada.io/topic/14446.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-04-22T10:31:01+09:00
- Updated: 2024-04-22T10:31:01+09:00
- Original source: [news.ycombinator.com](https://news.ycombinator.com/item?id=40085887)
- Points: 46
- Comments: 1

## Topic Body

- Ask HN의 답변들 모음   
- [Ruff(Rust로 작성된 Python Linter)](https://docs.astral.sh/ruff/) 를 통해서 Best Practice를 가장 많이 배움   
- [David Beazley 의 모든 강의들](https://www.dabeaz.com/tutorials.html) (Build Your Own Async, Lambda Calculus, Python 3 Metaprogramming,..)  
- [Simon Willison의 깃헙](https://github.com/simonw/) (Datasette, SQlite-Utis)  
- [Click](https://click.palletsprojects.com/en/8.1.x/) (CLI 인터페이스 제작용 파이썬 패키지)  
- [Beyond Jupyter 프로젝트](https://github.com/aai-institute/beyond-jupyter) - 머신러닝 어플리케이션을 위한 소프트웨어 설계 원칙 및 리소스 모음   
- [Pytudes](https://github.com/norvig/pytudes) - 특정 기술을 완벽하게 익히기 위한 짧고 난이도가 높은 Python 프로그램들 모음   
- [Andrej Karpathy 의 Neural Networks: Zero to Hero](https://github.com/karpathy/nn-zero-to-hero)  
- [py4web](https://github.com/web2py/py4web) - 효율적인 데이터베이스 기반 웹 애플리케이션을 빠르게 개발할 수 있는 웹 프레임워크  
- [TaskTiger](https://github.com/closeio/tasktiger) - Redis를 이용한 Python 태스크 큐

## Comments



### Comment 24596

- Author: jonghwanhyeon
- Created: 2024-04-22T12:05:49+09:00
- Points: 1

CLI 인터페이스 라이브러리로 [Tyro](https://github.com/brentyi/tyro) 추천드립니다 ㅎㅎ
