Tag: Python
All the articles with the tag "Python".
-
Bottle Source Code Reading Notes (Part 1): WSGI
A deep dive into the WSGI protocol by reading Bottle's source code — how it works, how requests are processed, and how Python web frameworks interact with web servers through the WSGI interface.
-
Python __slots__ in Depth
A deep dive into Python __slots__ — implementation details, performance gains, memory savings, and practical considerations.
-
HOWTO Use Python in the Web
A comprehensive overview of how Python fits into web development, covering different ways Python integrates with web servers and common practices for building websites.