Ayushi Rawat
Ayushi Rawat's Blog

Ayushi Rawat's Blog

Follow
homeDonateYouTubeContact MeAbout meSeriesbadgesnewsletter
Series

Technical Tutorial - Python Projects

The series content will mostly cover Technical Python tutorials and my recent learnings and experience in Python.

Articles in this series

Python 3.9: All You need to know

Sep 15, 20206 min read

Python is always evolving with the community needs and it will be most used language in the future. The next version of Python brings a faster...

Python 3.9: All You need to know

How to make an Instagram Bot with Python

Sep 19, 20204 min read

Do you use Instagram? Do you want to know how to build an Instagram Bot? This tutorial will teach you how to automate Instagram activities with the...

How to make an Instagram Bot with Python

Web Scraping Coronavirus Data into MS Excel

Sep 19, 20207 min read

You can refer to my video tutorial for the same at YouTube https://www.youtube.com/watch?v=CTRYYz1u7Y8 Repository for Ultimate Resource in python....

Web Scraping Coronavirus Data into MS Excel

How to create your own captcha with python

Sep 29, 20204 min read

We perform daily activities on the internet. You must often encounter CAPTCHA and reCAPTCHA tests on the Internet. CAPTCHAs are used by any website...

How to create your own captcha with python

Create your own Audiobook from any pdf with Python

Oct 4, 20203 min read

Do you read books? Do you like listening to Audiobooks? Do you wish to create your own Audiobook from any pdf? Here's how you can do it. You can also...

Create your own Audiobook from any pdf with Python

Create A Digital Clock with Python

Oct 6, 20203 min read

Hi everyone, In this tutorial, I am going to teach you how to build your own digital clock with Python. We will use Tkinter to do the same. You can...

Create A Digital Clock with Python