Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 702 Bytes

File metadata and controls

17 lines (11 loc) · 702 Bytes

Classes w/ Python

This project focuses on working with classes and object-oriented programming in Python.

The main purpose of this program was to practice creating classes, using constructors, storing object data, and organizing code in a cleaner way. Instead of putting everything into one long script, this project helped me understand how classes make programs easier to structure, read, and build on.

Concepts Practiced

  • Python classes
  • Constructors
  • Object creation
  • Instance variables
  • Organizing code with object-oriented programming

What I Learned

This project helped me get more comfortable with thinking about programs as objects instead of only writing step-by-step code.