Explore >> Select a destination


You are here

blog.edward-li.com
| | hynek.me
4.8 parsecs away

Travel
| | Hynek Schlawack: Pythonista, Gopher, blogger, speaker, and YouTuber from Berlin / Germany.
| | benhoyt.com
3.4 parsecs away

Travel
| | Principles I've found useful for designing good Python library APIs, including structure, naming, error handling, and type annotations.
| | kobzol.github.io
4.2 parsecs away

Travel
| | You can check out a YouTube recording of a talk based on this blog post.
| | ericlathrop.com
29.6 parsecs away

Travel
| 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.