Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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