Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
A robust and user-friendly scientific calculator application built with Python's Tkinter for the graphical interface and NumPy for powerful numerical and matrix operations. This project aims to ...
We’ll be working with the versatile ttk.Button widget to make buttons that display text, and images, or even do cool stuff like opening websites.
In this tutorial, we’ll explore how to create and customize a Tkinter window in Python. You’ll learn how to change the window’s title, resize it, set transparency, modify the stacking order, and even ...
A Tic Tac Toe game in Python (Tkinter) and Java (Swing) with single-player AI modes: Easy (Random), Medium (Defensive), and Hard (Minimax). Includes a two-player mode for playing with friends, ...