Skip to content

iamshivam007/low-level-design-primer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Low Level Design Primer Python

Motivation

Learn low level design of system at scale. prepare for the low level design (LLD) / Machine Coding round interviews.

Learn to design low level system

Learning low level design of scalable systems will help you become better engineer.

This repo is an organized collection of resources to help you learn low level design of systesm's.

Under development

Interested in adding a section or helping complete one in-progress? Contribute!

  • how to guide and study material along with various resources.
  • add more questions and improve exisiting questions.
  • add solutions for the problems along with their detailed explaination (maybe video)
  • create new issues and pick any existing unassigned isssue.

Points to Remember

  • Please create a separate directory for each new problem here
  • Please push only working code
  • Please mention python version in main file
  • please add main.py as an entry-point for each design.
  • please add demo if possible.
  • Please add Readme.md file for each design to provide meta info like what design pattern have been used, what feature has been Supported and not Supported and etc.

Refrences

Contact Info

Feel free to contact me to discuss any issues, questions, or comments.

My contact info can be found on my Github Page

License

TODO