Python

Assignment Expressions in Python 3.8 | The Walrus Operator
- By Abhishek Balani
- . July 30, 2020
Assignment expressions are the latest addition in Python 3.8. Assignment expressions are also known as walrus operator because it resembles

Coding a Tinder Bot in Python with Selenium
- By Abhishek Balani
- . May 3, 2020
This python bot can automate the liking and disliking on tinder using Selenium. You can find the link to github

AWS S3 Presigned URLs
- By Abhishek Balani
- . December 6, 2019
I have been working with AWS S3 from quite a while now. One of the great features provided by S3

The f-Strings in Python 3.6+
- By Abhishek Balani
- . August 28, 2019
Python has multiple ways to format text strings. The most common being %-formatting and str.format(). These existing ways of formatting are either

Trigger AWS Lambda Asynchronously from API Gateway
- By Abhishek Balani
- . August 24, 2019
AWS Lambda & API Gateway are the perfect partners when it comes to serverless architecture. The default invocation type of

AWS Lambda Function To Launch EMR with Hadoop Map-Reduce Python
- By Abhishek Balani
- . August 16, 2019
Recently, I have been working with processing of large data sets on the daily basis. I decided to use Hadoop