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

https://github.com/micahondiwa/python

Python algorithms and data structures
https://github.com/micahondiwa/python

django-application object-oriented-programming pycharm python3

Last synced: about 2 months ago
JSON representation

Python algorithms and data structures

Awesome Lists containing this project

README

          

# python
Python learning path

- Fndamentals of [python programming](https://www.youtube.com/playlist?list=PLGLfVvz_LVvTn3cK5e6LjhgGiSeVlIRwt)
- [Scientific computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)

## Technologies

- Files written in ```Pycharm 2022.2```
- Files tested on ```Windows 1o```
- ```Python3.4``` files

## Directories

| Directory | Description |
| --- | --- |
|[0x00-python_algorithms](0x00-python_algorithms)|Python programming fundamentals|
|[0x01-scientific_computing_with_python](0x01-scientific_computing_with_python)|Implementing key python concepts like data structures, algorithm, Object Oriented Programming, and how to perform complex calculations using a variety of tools.|