Skip to main content

Search

Items tagged with: flask


Für die Fotoaktion #ZeigMirDeinenBlick in #Plauen habe ich heute früh ein kleines Tool in #Python mit #Flask geschrieben, um den Upload in eine #Nextcloud zu ermöglichen, wobei eine Kategorie gewählt und ein Name eingegeben werden kann.
codeberg.org/solidcharity/nc_f…


Python has seen significant performance improvements in the last few releases. MarkupSafe has a C extension to speed up operations, but it's now *slower* in many cases than the plain Python implementation. Having a C extension increases the difficulty of maintenance, builds, releases, and installs. I'm wondering if it's time to drop the speedups. github.com/pallets/markupsafe/… #Python #MarkupSafe #Flask