Learning Python is Easy and Fun, with aipython

Learn | Innovate | Grow

Learn Python

Evaluate Python knowledge

Blogs | Python Projects

Deploy Python app on the Heroku cloud for free

Do you want to deploy a Python app on the Heroku cloud for free? Are you interested in learning the step by step process to transfer any app (or script) from your pc/laptop and deploy it on the cloud platform? You are at the right place, my friend. Although, this is one of the application types that you have learnt and it’s time to think about various other types of applications that you can build

September 10, 2021

Desktop app in Python for checking covid19 vaccine availability

Learn to create a Desktop app in Python to check any available slot in your location (based on the Pincode) on a given date. A step-by-step method to build the app and learn a lot of things on the way. you will learn Tkinter along the way as it is pretty easy. GUI components that are present in this application are Label, Entry box, Button, Textbox, Radio button, Checkbox and Frame

June 9, 2021

Python bot to track vaccine slot and send notification on Telegram

Python script to fetch the data from the cowin portal using REST API, and if it finds any available slot then immediately trigger a customized message on the Telegram. This way, you will be worry-free from always visiting the cowin portal and perform a search to find the slot on a specific day at a certain Pincode. working code

June 5, 2021
Scroll to Top