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

https://github.com/majsylw/python-3.x-examples

Some notes for python consultations in summer semester 2020/21
https://github.com/majsylw/python-3.x-examples

monte-carlo-methods programming programming-exercises python3 random regex sorting-methods strings-manipulation wust

Last synced: about 2 months ago
JSON representation

Some notes for python consultations in summer semester 2020/21

Awesome Lists containing this project

README

        

# 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]