Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/micahondiwa/python
- Owner: micahondiwa
- Created: 2022-11-30T04:07:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T17:21:32.000Z (22 days ago)
- Last Synced: 2024-12-09T18:29:34.514Z (22 days ago)
- Topics: django-application, object-oriented-programming, pycharm, python3
- Language: Python
- Homepage: https://www.youtube.com/watch?v=nwjAHQERL08&list=PLGLfVvz_LVvTn3cK5e6LjhgGiSeVlIRwt&index=1&t=663s
- Size: 201 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.|