Re-tagged blog posts

This commit is contained in:
Brandon Rozek 2022-01-02 14:24:29 -05:00
parent 209995c77b
commit 2a9c127365
186 changed files with 186 additions and 146 deletions

View file

@ -2,7 +2,7 @@
title: "Quick Python: HTTP Server"
date: 2020-04-18T17:15:09-04:00
draft: false
tags: []
tags: ["Python"]
---
You can use Python to quickly spin up a HTTP server. A common use case for me is to quickly transfer files to mobile devices in my internal network.