An open API service indexing awesome lists of open source software.

https://github.com/kumaya/python-programs

Contains a series of python programs written while learning
https://github.com/kumaya/python-programs

interview-practice python-programming

Last synced: 2 months ago
JSON representation

Contains a series of python programs written while learning

Awesome Lists containing this project

README

        

# Python Programs
The repository contains number of programs written in python attributing to
the general day to day learning of the minuscules.

Abundant syntax bring more burden then help
-- Guido Van Rossum

# Interesting Reads
- [Buy Sell Stock Pattern](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/solutions/108870/most-consistent-ways-of-dealing-with-the-series-of-stock-problems)
- [Binary Search Pattern](https://leetcode.com/discuss/general-discussion/786126/Python-Powerful-Ultimate-Binary-Search-Template.-Solved-many-problems)
- [BIT OP](https://leetcode.com/discuss/interview-question/3695233/all-types-of-patterns-for-bits-manipulations-and-how-to-use-it)
- [Study Plan](https://leetcode.com/discuss/general-discussion/494279/comprehensive-data-structure-and-algorithm-study-guide)
- [System Design 1](https://github.com/karanpratapsingh/system-design?tab=readme-ov-file#system-design-interviews)
- [System Design 2](https://github.com/alexngn/intro-to-system-design)