TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your favorite Python codebases?

17 点作者 mr_o47超过 3 年前
Hello HN,<p>I’m looking to advance my python skills so what codebases should I look at

2 条评论

k_sze超过 3 年前
I can’t say these will “advance your Python skills”, but these are definitely projects that are worth a look:<p>- Django<p>- Django-Nap<p>- Django REST framework<p>- Flask<p>- Twisted<p>- Tornado<p>- Klein<p>- NumPy<p>- SciPy<p>- Pandas<p>Are they the cleanest, most beautiful codebases? Maybe not. But they tackle some interesting problems, some of them with some overlapping so you may get to see different ways&#x2F;philosophies of solving the same problem, even though the Zen says there should be only one obvious way.<p>Django is a batteries-included web app framework. Flask is minimal. Tornado does async networking. Klein is like Twisted and Flask had a child (because a Klein bottle is a twisted flask). NumPy and SciPy deal with matrices and massive number crunching, leveraging Cython. Pandas deals with tabular, sometimes sparse data frames (if I remember correctly).
lordkrandel超过 3 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;odoo&#x2F;odoo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;odoo&#x2F;odoo</a>
评论 #29520318 未加载