Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 660 Bytes

File metadata and controls

24 lines (19 loc) · 660 Bytes

Python Practice Projects

A collection of my Python projects I’ve built while learning and practicing fundamentals. These projects are small and just for my learning.

Projects

Password Checker

A program that checks how strong a password is.

Calculator

A basic project that includes addition, subtraction, multiplication, and division.

Basic Notes App

A basic project that saves content to a .txt file.

Skills used in this repository

  • Variables
  • Conditional Statments
  • Loops (For/While)
  • Input & Validation
  • Basic file handling (txt, csv)
  • Error handling (Try/Except)
  • Type hinting
  • Using sys
  • Using Random