From 76fe5faa97e7a12c8ba19f51fcce949733bf0299 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 6 Apr 2026 11:53:19 +0200 Subject: Add note about wsgiref --- blog/content/notes/tech/misc-python-stuff.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/notes/tech/misc-python-stuff.gmi b/blog/content/notes/tech/misc-python-stuff.gmi index 6672e021..f7cc33e7 100644 --- a/blog/content/notes/tech/misc-python-stuff.gmi +++ b/blog/content/notes/tech/misc-python-stuff.gmi @@ -39,7 +39,7 @@ The standard library still includes a lot of batteries: * textwrap.dedent and str.[lr]strip for embedding multiline strings in code. * urllib.request is clunkier than third-party libraries, but it's usable. -(Also for very simple stuff, tkinter can implement simple graphical tools.) +For very simple stuff, tkinter can implement simple graphical tools and wsgiref can implement simple web apps (that you can even deploy with CGI). ### Subprocess -- cgit v1.2.3