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
- Host: GitHub
- URL: https://github.com/kumaya/python-programs
- Owner: kumaya
- Created: 2015-06-09T19:22:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T13:25:49.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:47:29.452Z (3 months ago)
- Topics: interview-practice, python-programming
- Language: Python
- Homepage:
- Size: 530 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)