Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 446 Bytes

File metadata and controls

17 lines (16 loc) · 446 Bytes

Python-Learning Repo!

Basic

Basic concepts

Data Structure Implementation

Data Structure in python.

  • Objects
  • nodes
  • stack
  • queue
  • linked list

OOP

OOP concepts in python.

  • objects
  • class
  • abstraction
  • inheritance