Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walonjalloh/eeng410
This is repo stores and keep tracks of intro-programming in my electrical and electronics engineering class. In this class we will be using python and it use case in my course work
https://github.com/walonjalloh/eeng410
Last synced: 8 days ago
JSON representation
This is repo stores and keep tracks of intro-programming in my electrical and electronics engineering class. In this class we will be using python and it use case in my course work
- Host: GitHub
- URL: https://github.com/walonjalloh/eeng410
- Owner: walonjalloh
- Created: 2024-11-04T10:20:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T13:23:06.000Z (3 months ago)
- Last Synced: 2024-12-10T19:29:33.636Z (2 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Guides or things we covered in this class**
---## Intro to Python
---
1. variable
2. classes, functions
3. if-else, loops[while, for]
4. Functions
5. Modules and creating my own custom modules---
## Data Structures and File Operation
---
1. Lists
2. List Operations
3. List Comprehension