Most of the LLD or machine coding example on the web are avaialable in Java and while it's mostly easy to understand, picking Java during interviews for someone who never used Java in production can be tricky. This is an attempt to publish some examples in Python.
- Links provided in https://github.com/prasadgujar/low-level-design-primer/blob/master/solutions.md
- Most of the repos by https://github.com/anomaly2104
- This is open for contributions, just create your package in this repo and raise a PR
- Review existing code and raise issue or PR to fix if you find something