Live data from Hacker News

Show HN: Awesome-code-reading - A curated list of high-quality codebases to read

github.com

11–19 of 19 posts

Re: Show HN: Awesome-code-reading - A curated list of high-quality codebases to read

#11

No Python?...seriously? I'm still learning so I don't have any clout to throw around concerning a good Python code-base. Any suggestions?

I've personally gone through a lot of the django codebase. It's got a lot inside it, and is pretty easy to understand!!!

Bottle can be read from end to end, and one can understand how it works internally fairly quickly.

Re: Show HN: Awesome-code-reading - A curated list of high-quality codebases to read

#14

I like this idea. I run a news letter[0] and we have a sections call `Code to read`. People love it. That's being said, your repository probably end up on my next issue :). --- [0] https://betterdev.link

Thank you! I just subscribed to your newsletter. I especially like the "code to read" section. Checked several past issues and props to you for the consistency there.

Re: Show HN: Awesome-code-reading - A curated list of high-quality codebases to read

#15
post #13

I curated a similar list of codebases from HN comments here https://medium.com/@012parth/what-source-code-is-worth-study...

Thanks for the link. The list is solid. I have seen them being talked about many times in various threads here. Bookmarked.

Re: Show HN: Awesome-code-reading - A curated list of high-quality codebases to read

#16

No Python?...seriously? I'm still learning so I don't have any clout to throw around concerning a good Python code-base. Any suggestions?

Check out peter norvig’s python code

For example http://norvig.com/sudoku.html
Post reply on HN