I was writing a lambda function which, among other things, was supposed to read a csv file from S3, perform some validation on every row, then use boto3 to perform an S3 multipart upload.
I created a wrapper class around the multipart upload functionality... (more…)
Read more »
simple-httpd - Simple HTTP server replacement for Python SimpleHTTPServer and provides automatic TLS via Let's Encrypt over HTTP2. (more…)
Read more »
Cheat sheets can be really helpful when you’re trying a set of exercises related to a specific topic, or working on a project. Because you can only fit so much information on a single sheet of paper, most cheat sheets are a simple listing of syntax rules.... (more…)
Read more »
Nowadays functional programming is becoming a new trend and people looking for Haskell and Scala as pure functional languages. But I think… (more…)
Read more »
The impossibly small web framework for Python and MicroPython. - GitHub - miguelgrinberg/microdot: The impossibly small web framework for Python and MicroPython. (more…)
Read more »