aboutsummaryrefslogtreecommitdiff
path: root/blog/content/notes
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-04-06 11:53:19 +0200
committeralex <alex@pdp7.net>2026-04-06 11:53:19 +0200
commit76fe5faa97e7a12c8ba19f51fcce949733bf0299 (patch)
tree4d85a6e973d098ded3e5f82bbf0e6477fd8f8181 /blog/content/notes
parentdb1d96e2c3c55d5180ac01c337305d8351608913 (diff)
Add note about wsgirefmaster
Diffstat (limited to 'blog/content/notes')
-rw-r--r--blog/content/notes/tech/misc-python-stuff.gmi2
1 files changed, 1 insertions, 1 deletions
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