https://github.com/giof71/python-playground
Exercises, notes about my Python learning path
https://github.com/giof71/python-playground
binary-tree data-structures dynamic-programming freecodecamp javascript jupyter-notebooks learning-python node-js python
Last synced: 7 months ago
JSON representation
Exercises, notes about my Python learning path
- Host: GitHub
- URL: https://github.com/giof71/python-playground
- Owner: GioF71
- License: apache-2.0
- Created: 2022-07-21T22:40:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T15:14:11.000Z (about 2 years ago)
- Last Synced: 2025-01-31T06:07:48.133Z (9 months ago)
- Topics: binary-tree, data-structures, dynamic-programming, freecodecamp, javascript, jupyter-notebooks, learning-python, node-js, python
- Language: Jupyter Notebook
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-playground
Exercises and notes about my Python learning path
## Credits
### Data Structures
#### Trees
Inspired from this repo: [Python data structures: Trees](https://github.com/LinkedInLearning/python-data-structures-trees-2834010) by [Ryan Mitchell](https://github.com/REMitchell).
Watching actively the real course on LinkedIn Learning is highly recommended. These are simply my notes and exercises.
### Dynamic Programming
Inspired from this [video](https://www.youtube.com/watch?v=oBt53YbR9Kk) by [Alvin Zablan](https://github.com/alvin-the-programmer) for [freeCodeCamp.org](https://freecodecamp.org).
These are my exercises using Python, while in the video Node.js is used.