Python has proven itself as a highly capable language — approachable for newcomers, but powerful in the hands of experts. Why shouldn’t you… (more…)
Read more »
High-performance Vision library in Python. Scale your research, not boilerplate. - jasmcaus/caer... (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... (more…)
Read more »
In this tutorial, we will write a simple Python script to send a WhatsApp message. Twilio is the Python package we will use. To run it every day at a certain time, we will put our code on the AWS (Amazon Web Services) cloud. (more…)
Read more »
It is way easier to write the code or do a code review by a strictly defined practical style guide for Python, like PEP8 but better... (more…)
Read more »