menu

If requirement one-liners could be as powerful as Python one-liners ...

date_range 27/07/2020 13:10

Simple is better than complex, but sparse is better than nested and as always readability counts.

Send SMS messages using Python and ZoomConnect

date_range 19/06/2020 07:35

How to use the ZoomConnect module in Python to send SMS messages

Generate PDF on AWS Lambda and store to AWS S3

date_range 08/06/2020 15:01

Use AWS Lambda to generate a PDF document and store the PDF document to S3 and return a signed URL to download the report generated.

Scrape Data from a Website

date_range 17/04/2020 12:35

Have you ever had a need to get data from a static website? Or, do you find yourself going to websites to check the status or price of something on regular intervals?

Create a RESTful API with Flask and Flask_RESTful

date_range 07/04/2020 07:06

Create a flask RESTful API using the Flask_RESTful package with Flask.