Skip to content
Snippets Groups Projects
README.md 798 B
Newer Older
nyfelix's avatar
nyfelix committed
# Python for Engineers Lecture

This is the root repository of the course python for engineers

## Contents

1. Introduction into programming with python
2. Introduction into IDE and Jupiter Notebooks
3. Basic concepts: Syntax, variables and control structures
4. Basic concepts: Lists and loops
5. Functions
6. Modules and Libraries
7. Tuples, sets, and dictionaries
8. Working with strings
9. Working with files: Introduction to Pandas
10. Numerical Math: Introduction to NumPy
11. Graphs and chars: Introduction to MathPlot
12. Using webservices: Introduction to Requests
13. Object oriented programming in python


## Presentation (for teachers)

Use 

Use the following command to start presentaiton of jupiter notebooks:

```
jupyter nbconvert introduction.ipynb --to slides --post serve
```