Habit Tracker Py Project Guide
A step-by-step guide to building a Habit Tracker in Python, covering data structure design, adding habits, marking them done, streaks, and JSON storage.
Read moreDetailsA step-by-step guide to building a Habit Tracker in Python, covering data structure design, adding habits, marking them done, streaks, and JSON storage.
Read moreDetailsA step-by-step guide to building a Screenshot Tool in Python, covering the pyautogui library, capturing the screen, timestamp file naming, regions, and timed captures.
Read moreDetailsA step-by-step guide to building Tic Tac Toe with an unbeatable AI in Python, covering the game board, the minimax algorithm, scoring, recursion, and AI moves.
Read moreDetailsA step-by-step guide to building a Scientific Calculator with History in Python, covering the math module, tkinter, scientific functions, and a saved calculation log.
Read moreDetailsA step-by-step guide to building a Notes App with Search in Python, covering tkinter, creating and editing notes, keyword search, and JSON file storage.
Read moreDetailsLearn web scraping with Python and BeautifulSoup from scratch. Complete beginner's guide with code examples, handling errors, scraping dynamic content, and respecting robots.txt. Build your first real scraper in 15...
Read moreDetails