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
- Host: GitHub
- URL: https://github.com/majsylw/python-3.x-examples
- Owner: majsylw
- Created: 2021-03-16T09:33:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T12:46:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T13:27:40.211Z (4 months ago)
- Topics: monte-carlo-methods, programming, programming-exercises, python3, random, regex, sorting-methods, strings-manipulation, wust
- Language: Python
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]