Skip to content

Commit 3cd26bf

Browse files
authored
Merge pull request #28 from MitkoVtori/main
Edited README.MD
2 parents 54abab0 + 1f2ac6a commit 3cd26bf

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Advanced/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@
1919
| <a href="3.Functions Advanced/Functions Advanced - Lab">Functions Advanced</a> |
2020
| <a href="3.Functions Advanced/Functions Advanced - Exercise">Exercise: Functions Advanced</a> |
2121
| -------- |
22-
| Handling |
23-
| -------- |
24-
| Error Handling |
25-
| Exercise: Error Handling |
22+
| <a href="4.Error Handling">Error Handling</a> |
23+
| -------------- |
24+
| <a href="4.Error Handling/Error Handling - Lab">Error Handling</a> |
25+
| <a href="4.Error Handling/Error Handling - Exercise">Exercise: Error Handling</a> |
26+
| ------------- |
27+
| File Handling |
28+
| ------------- |
2629
| File Handling |
2730
| Exercise: File Handling |
2831
| -------- |

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Python Advanced & OOP 2023
22
Course - [Softuni Python Advanced & OOP 2023](https://softuni.bg/trainings/3963/python-advanced-january-2023)
33
<br>
4-
Course lecturer - **[Mario Zahariev](https://github.com/zahariev-webbersof)**
4+
Course Lecturer - **[Mario Zahariev](https://github.com/zahariev-webbersof)**
5+
<br>
6+
Course Exercise Lecturer - **[Diyan Kalaydzhiev](https://github.com/DiyanKalaydzhiev23)**
57

68
| Python Advanced | Python OOP |
79
| --------------- | ---------- |
810
| <a href="Advanced">Advanced</a> | <a href="OOP">Object Oriented Programming</a> |
911
| <a href="Advanced/1.Stacks, Queues, Tuples and Sets">Stacks, Queues, Tuples and Sets</a> | First Steps in OOP |
1012
| <a href="Advanced/2.Multidimensional Lists">Multidimensional Lists (AKA matrix)</a> | Classes and Objects |
1113
| <a href="Advanced/3.Functions Advanced">Functions Advanced</a> | Inheritance |
12-
| Error Handling | Encapsulation |
14+
| <a href="Advanced/4.Error Handling">Error Handling</a> | Encapsulation |
1315
| File Handling | Static and Class Methods |
1416
| Workshop | Polymorphism and Abstraction |
1517
| Modules | SOLID |

0 commit comments

Comments
 (0)