Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/micahondiwa/python

Python learning path
https://github.com/micahondiwa/python

django-application object-oriented-programming pycharm python3

Last synced: 15 days ago
JSON representation

Python learning path

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](0x00-python)|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.|