|
You are here |
blog.edward-li.com | ||
| | | | |
hynek.me
|
|
| | | | | Hynek Schlawack: Pythonista, Gopher, blogger, speaker, and YouTuber from Berlin / Germany. | |
| | | | |
benhoyt.com
|
|
| | | | | Principles I've found useful for designing good Python library APIs, including structure, naming, error handling, and type annotations. | |
| | | | |
kobzol.github.io
|
|
| | | | | You can check out a YouTube recording of a talk based on this blog post. | |
| | | | |
ericlathrop.com
|
|
| | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | ||