About Sai Ashish Konchada
Sai Ashish is a highly skilled software engineer with industry experience in coding, designing, deploying, and debugging development projects.
He is a former Google Developer Students Club lead and also held the position of Technical Head during his studies at the esteemed University of Mumbai, India.
He is certified in C++, Java, and Python. Since 2018, he has shared his technical knowledge via his passion for writing, speaking at sessions, and online tutorials.
How to Fetch Caller ID Information Using Python
Here's how you can build your own program to get the caller ID details using Python's requests module and numverify API.
How to Build the Memory Tile Game Using Python
Keep a check of your cognitive abilities by building this memory tile game.
How to Build a News Application Using Python
Learn how to create your very own News application with Python and the Tkinter library.
How to Build a Simple Login Page Using Python
A simple login page is easy to create and it’s a great place to start building your website or app.
Build a To-Do Application Using Python
A To-Do app is a classic project for any budding programmer. Find out how to build one using Python and Tkinter.
Play the FLAMES Game Using Python
Build this fun numerology game in Python to practice string manipulation and learn about Tkinter.
How to Build Pomodoro Timer App Using Python
This useful tool can help you work more productively, and you can build it yourself using Tkinter.
How to Build a Dictionary App Using Python
Build this simple, yet functional app using Python's Tkinter library.
How to Build a Music Player Using Python
Leverage the power of Python and build your own music player using the PyGame & Tkinter modules.
How to Use GPT-3 With Python
Use this exciting technology from the comfort of your own Python script with OpenAI's handy API.
How to Zip and Unzip Files Using Python
If you’re building an app that deals with files, consider using zip to save space.
How to Build a GUI Calendar Using Python
This calendar is minimal but functional and you can build it in no time with some help from Tkinter and Python.
Build Your Own Weight Conversion Tool Using Python
This tiny app can come in handy when you’re using different suppliers or working with a team in another country. There’s scope for extensions, too.
Build a Word Jumble Game Using Python
Test your anagram and vocabulary skills by writing a program that flexes your programming skills too.
Build a Random Image Fetcher Using Python
The Unsplash API is easy to use, especially together with Python's Requests module. Start fetching sample images using these tools today.
How to Add a Text Watermark to Any PDF Using Python
Put your stamp on a PDF file by watermarking its pages.
How to Encode and Decode Messages Using Base64 and Python
This simple GUI app is a handy one to have available, and building it will help you practice your Python skills.
Simulate the Monty Hall Problem Using Python
Check simulated results from this baffling gameshow test to prove to yourself that it really does pay to change your mind—sometimes.