Welcome to aipython

We create high quality technical contents for everyone in the form of Video, Article and Tutorials. Our focus is on Python and Raspberry Pi

Who we are ?

We are a group of self-taught programmers who have developed coding skills over the years. We and Python (of course the programming language) are friends since a decade. We are experienced in working on numerous projects starting from very basic to highly complex ones. Python has spilled out of our professional life into our hobby and creative space.

aipython_about_us_3

Our Recent Posts

Automate telegram with Python
aipython

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

Read More »
Covid vaccination slot india cowin portal
aipython

Covid-19 vaccine availability check using Python

This program make you aware of API, released by the government of India, in the Public domain. You will learn to use Python to create a script which will send API GET request (using Python’s requests module) and fetch the JSON data as a response. This code requires the area Pincode and the date for which you want

Read More »
jupyter notebook for python
aipython

Getting started with Jupyter Notebook for Python

Jupyter notebook is an open-source, lightweight and browser-based IDE. It is a kind of web app that allows to write and execute Python code in a browser (Chrome, Safari and Firefox). The notebook extends the console-based approach to interactive computing in a qualitatively new direction, providing a web-based application suitable for capturing the whole computation

Read More »
data visualization matplotlib
aipython

Matplotlib in Python

Matplotlib in Python is one of the most popular and powerful libraries for data visualization. It offers varieties of pre-built functions that can handle plotting data in pretty well. It offers a wide range of plotting options such as Scatter plot, Bar chart, Pie chart, XY plot, stacked plot, 3D plot and several others. It is a third-party library which needs to be installed separately. Matplotlib can be used

Read More »

Most viewed Videos

Scroll to Top