A lightweight web browser with an HTTP API, in Python 3 using Twisted and QT5
Lightweight, scriptable browser as a service with an HTTP API - scrapinghub/splash... (more…)
Read more »
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… Read more