Skip to content

This repository is a collection of projects I completed for submission to FreeCodeCamp. It includes certification projects as well as additional projects I worked on out of interest.

License

Notifications You must be signed in to change notification settings

lex-heinsar/FCC_Python_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FreeCodeCamp Courses: Python Projects

This repository is a collection of projects I completed for submission to FreeCodeCamp. It includes certification projects as well as additional projects I worked on out of interest.

Scientific Computing with Python

The course is located here: https://www.freecodecamp.org/learn/scientific-computing-with-python/

Arithmetic Formatter - Certification Project # 1

to be added

Time Calculator - Certification Project # 2

to be added

Budget App - Certification Project # 3

  • file name: Budget_App_Project.py
  • In this project the students are tasked to create a budgeting application that allows users to manage their finances across different spending categories.
  • The Category class provides methods for depositing funds, making withdrawals, checking balances, and transferring money between categories while ensuring funds are available before transactions occur.
  • Additionally, the create_spend_chart function generates a visual representation of spending habits across categories, displaying a percentage-based breakdown of expenditures.
  • The code is designed with structured logic, ensuring accurate financial tracking and intuitive output formatting.
  • This project is useful for those looking to understand Python object-oriented programming while building practical financial management tools.

Polygon Area Calculator - Certification Project # 4

to be added

Probability Calculator Project - Certification Project # 5

to be added

About

This repository is a collection of projects I completed for submission to FreeCodeCamp. It includes certification projects as well as additional projects I worked on out of interest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages