Skip to content

I wrote a python project using object oriented programming for the first time.

Notifications You must be signed in to change notification settings

bannDev/Python-School-OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-School-OOP

I wrote a python project using object oriented programming for the first time.

Project Description:

This program creates a class registration system. It allows users to log in as students or administrators. A student user can add courses, drop courses and list courses he/she has registered for. An administrator user can show class rosters and change maximum class sizes.

My Objectives for this project:

  • How to apply object oriented design
  • How to create modules and functions
  • How to create and use objects
  • How to store data in lists
  • How to create and use selection control structures
  • How to create and use iterative control structures
  • How to add comments to Python code

My goals:

  • Apply object-oriented design
  • Create modules and functions
  • Create and use objects
  • Store data in lists
  • Create and use selection control structures
  • Create and use iterative control structures
  • Add comments to Python code

About

I wrote a python project using object oriented programming for the first time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages