Jan 15 · 1 min read · This week was a bit mixed, but overall I’m happy with the progress I made in my Machine Learning journey. I completed almost all of my basic Python topics. I covered file handling and error handling properly, and to build more confidence, I also read...
Join discussion
Nov 18, 2025 · 5 min read · Watch Video Tutorial : https://youtu.be/-EUKmRxIrG8 If you're learning Python and want to build a real project that looks modern, clean, and actually useful—this tutorial is made for you. In this article, we’ll build a beautiful calendar application ...
Join discussion
Oct 28, 2025 · 3 min read · https://youtu.be/26wmRdBvEms?si=7qrW3P_qaHybsT1y Rock, Paper, Scissors, one of the simplest yet most addictive games! In this tutorial, we'll build an interactive Rock Paper Scissors game using Python's Tkinter for the GUI and PIL for image process...
AAndrew commented
Sep 2, 2025 · 3 min read · Introduction Ever played Rock-Paper-Scissors?️ It’s a classic hand game we all know. In Pakistan, we also play a fun variation called Snake-Water-Gun. I thought, 'Why not bring it to life with Python?' In this article, I’ll walk you through how I bui...
Join discussion
Jul 26, 2025 · 1 min read · As part of my Python learning journey, I developed a product manager desktop application using Tkinter. Initially, I used SQLite with raw SQL queries, but later decided to refactor the app using SQLAlchemy, a powerful Object-Relational Mapper (ORM), ...
Join discussion
Jun 22, 2025 · 2 min read · If you’ve ever built a Python desktop application with Tkinter, you know the pain — endless widget placement, trial-and-error layouts, and wrestling with grid and pack managers just to get a decent interface. What if I told you there’s now a better w...
Join discussion
Jun 4, 2025 · 17 min read · Tired of Paying for YouTube Premium? I Built My Own DevOps-Powered Media Downloader What started as a simple idea — "Why not download videos myself?" — quickly evolved into a fully containerized, monitored, and CI/CD-automated pipeline that does way ...
Join discussion
Jun 4, 2025 · 2 min read · Table of Contents Introduction to Tkinter Setting Up Your Environment Creating Your First Tkinter Window Tkinter Widgets Geometry Management Event Handling Building a Simple Application Practice Exercises 1. Introduction to Tkinter Tkinter...
Join discussionMar 26, 2025 · 1 min read · I've just created this GUI weather app in python to help beginners and make them learn how to intergrate API with python program.I hope this project will give a good understanding of python. https://github.com/Sripadh-Sujith/WeatherApp Also I wanna t...
Join discussion