https://github.com/prak112/python_practice
Solutions for DailyCodingProblems & HackerRank
https://github.com/prak112/python_practice
python-practice-questions
Last synced: 10 months ago
JSON representation
Solutions for DailyCodingProblems & HackerRank
- Host: GitHub
- URL: https://github.com/prak112/python_practice
- Owner: prak112
- License: mit
- Created: 2021-01-19T22:48:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T12:46:36.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:41:56.339Z (11 months ago)
- Topics: python-practice-questions
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intuitive Problem Sets
### Sources
- **[Daily Coding Problems (DCP)](https://www.dailycodingproblem.com/)** from dailycodingproblem.com
- premium subscription required for solutions, 1 problem/day via email.
- **[freeCodeCamp](https://www.freecodecamp.org/learn/data-analysis-with-python/)**
- For learning Data Analysis fundamentals, supplementing DataCamp resources
- As a reference for concepts introduced by DCP
- **[HackerRank](https://www.hackerrank.com/domains/python)**
- Concepts learning from coding challenges, whenever possible.
- **[W3 Resources](https://www.w3resource.com/python-exercises/python-basic-exercises.php)**
- Restarting Python from Basics (needed, if returning after a long break), atleast 1 problem/day
- **[Algorithms](https://github.com/shellfly/algs4-py)**
- PyPi package and GitHub repo with source code
- Based on all fundamental algorithms from the book, Algorithms 4th Ed., by Robert Sedgewick and Kevin Wayne.