Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mkolodny
on July 16, 2015
|
parent
|
context
|
favorite
| on:
Ask HN: Good Python codebases to read?
Guido van Rossum, the creator of Python, co-wrote a web crawler in under 500 lines:
https://github.com/aosabook/500lines/tree/master/crawler
It's especially interesting because it takes advantage of new Python features like asyncio.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's especially interesting because it takes advantage of new Python features like asyncio.