Skip to content

Latest commit

 

History

History
103 lines (69 loc) · 4.93 KB

File metadata and controls

103 lines (69 loc) · 4.93 KB

Python for Scientific Computations and Control

Codenames: E375004, 2375004

Note

In case of getting error while accessing jupyter notebooks from our repository, use https://nbviewer.org and provide the link to the notebook you need to open. This is unfortunately not an error on our side and we cannot do anything about that.

Sylabus

  1. Python Basics 1 - installation, IDEs, data types, for, while, if, functions (Week 26 February - 1 March)

  2. Python Basics 2 - functions, classes, files and venv (Week 4 March - 8 March)

  3. Math and visualization - work with packages: numpy, scipy, matplotlib - linear algebra, calculus, graphs (Week 11 March - 15 March)

  4. Sympy - Equations of Motion (Week 18 March - 22 March)

  5. Convex optimization (Week 25 March - 29 March)

  6. Model Predictive Control (Weeks 25 March - 12 April)

  7. Simulation of mechanical systems using Mujoco (Week 8 April - 12 April)

  8. Data processing and visualization using pandas (Week 15 April - 19 April)

  9. Asyncio (Week 22 April - 26 April)

  10. Artificial Intelligence I. (Week 29 April - 3 May)

  11. Artificial Intelligence II. (Week 6 May - 10 May)

  12. Web app using Streamlit (Week 13 May - 17 May)

  13. Requests, database, API (Week 20 May - 24 May)