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

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

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.