A collection of my Python projects I’ve built while learning and practicing fundamentals. These projects are small and just for my learning.
A program that checks how strong a password is.
A basic project that includes addition, subtraction, multiplication, and division.
A basic project that saves content to a .txt file.
- Variables
- Conditional Statments
- Loops (For/While)
- Input & Validation
- Basic file handling (txt, csv)
- Error handling (Try/Except)
- Type hinting
- Using sys
- Using Random