Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Starting 07/27/2026 I will be using Jupyter Notebook for notes

Projects

Final Exam Score Prediction

A project combining numpy, pandas, matplotlib and scikit where a model is trained to predict final scores based off numerous features.

View Project Uses students.csv within that folder as well

Student Performance Project

A project that combines different regression models & scalers in scikit to find the best performing model and scaler combination for predicting student performance.

View Project Uses studentPerformance.csv within that folder as well

Password Checker

A program that checks how strong a password is.

View Project

Calculator

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

View Project

Basic Notes App

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

View Project Uses main.py & notes.txt within the same folder as well

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
  • PyGame Basics
  • Numpy
  • Pandas
  • Matplotlib
  • Scikit-learn

About

This is a folder containing all of my python practice projects I've built.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages