You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of the classic Pong game using Python's Turtle graphics library. The game features two paddles controlled by players, a bouncing ball, and a scoreboard to track points.
A comprehensive collection of my notes and code examples for revision, covering Python OOP concepts, advanced topics like operator overloading, multithreading, file I/O, and more — structured for easy learning and quick reference.
Demo Python function implementation showcasing test-driven-development best practices built by following coding tutorial walkthroughs as part of Code Institute's Diploma in Software Development course.