Skip to content

hkzak2/oop-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apply OOP concepts by building different projects

1- Inventory Management System

Create an anaconda environment

steps

  • Create a new environment
    • conda create -n myenv
  • Activate the environment
    • conda activate myenv
  • Install the required packages
    • pip install streamlit

About

OOP Concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published