Some interpretations and examples of Data Structures, Algorithms (Recursion, Search, Short, etc), OOP, and other topics in Python.
Explore the docs »
Report Bug
·
Request Feature
- Install Python ^ 3.10
- Install Pip
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py python get-pip.py
- Install Virtualenv
python -m pip install --user virtualenv
- Any text editor
- Clone the repo
git clone https://github.com/kevocde/python-concepts.git -b main
- Install dependences
pip install -r requirements.txt
- Run each file
python {file-path}
Distributed under the MIT License. See LICENSE.txt
file for more information.
See more about this in OpenSource MIT Licenses.
Kevin Guzmán (kevocde) - @kevindanielgu15 - kevocde@gmail.com