Skip to content

Some notes for python consultations in summer semester 2020/21

Notifications You must be signed in to change notification settings

majsylw/Python-3.x-examples

Repository files navigation

Python-3.x-examples

Some notes for python consultations in summer semester 2020/21

Outline

  1. Strings - basics operations and methods: 15.03.21 [ZOOM]
  2. RegExr & sorting methods - introduction: 22.03.21 [ZOOM]
  3. Sorting methods - more advanced concepts: 29.03.21 [ZOOM]
  4. Monte Carlo Method - an overview: 12.04.21 [ZOOM]
  5. Exceptions in python: 19.04.21 [ZOOM]
  6. Introduction to object programming - classes: 26.04.21 [ZOOM]
  7. Introduction to object programming - special metods (operator overloading): 17.05.21 [ZOOM]
  8. Decorators - special functions: 24.05.21 [notes]
  9. Euler method - numerical procedure for solving ordinary differential equations: 31.05.21 [notes]