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

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

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.