100daysofdata.com10 data analytics dashboards with MatplotlibIf your data doesn't provide your business actionable insights, it's useless! Anyone can show numbers and statistics on a graph. But what significance do these number have for the business? What makes those numbers interesting, is a relevant story be...Jul 11, 2022·11 min read
100daysofdata.comHow to invoke a Lambda function using an S3 event notification trigger?In this article, we will learn to invoke a lambda function using an AWS Simple Storage Service(S3) event notification trigger. To follow along this article, you need to have an AWS account and some knowledge about the Python programming language. Yo...Jun 23, 2022·4 min read
100daysofdata.comA visual guide to AWS Lambda for beginnersAmazon Web Services deserve all the credit for beginning the age of serverless computing with the launch of AWS Lambda in 2014. Since its launch, Lambda functions have found innumerable uses in the field of File Processing, ETL, Data Analytics, deplo...Jun 19, 2022·6 min read
100daysofdata.comConnecting Python to Google SheetsGoogle Sheets Google Sheets is a free web-based spreadsheet application provided by Google that allows users to create, manage and format spreadsheets online. It also allows users to collaborate with other users. Why connect Python to Google Sheets?...Jun 2, 2022·4 min read
100daysofdata.comWorking with JSON data in PythonWhat is JSON? JSON stands for Javascript Object Notation. It is a format for structuring data. It is one of the most popular formats to be used for exchanging information between servers and browsers. Below is an example of JSON. { "name": "Lenin",...May 28, 2022·6 min read