Skip to content

Commit 054a066

Browse files
committed
=update table of contents
1 parent feec2e0 commit 054a066

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

06-ObjectOrientedProgramming/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
- [Understanding Object-Oriented Development](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#understanding-object-oriented-development)
77
- [Object-Oriented Analysis, Design, and Programming](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#object-oriented-analysis-design-and-programming)
88
- [Fundamental Principles of Object-Oriented Paradigms](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#fundamental-principles-of-object-oriented-paradigms)
9-
109
- [Object-OrientedAnalysis(OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md)
1110
- [Software Modeling Techniques](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#software-modeling-techniques)
1211
- [Object-Oriented Analysis (OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#object-oriented-analysis-ooa)
1312
- [UML Diagrams](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#uml-diagrams)
1413
- [UML Diagrams in Different Phases of Software Development](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#uml-diagrams-in-different-phases-of-software-development)
1514
- [Use Case Diagram](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#use-case-diagram)
16-
1715
- [Object-Oriented Design (OOD)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#object-oriented-design-ood)
1816
- [Core Concepts of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#core-concepts-of-ood)
1917
- [Fundamental Principles of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#fundamental-principles-of-ood)
@@ -28,8 +26,6 @@
2826
- [Controlling Events and Boundary Conditions](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#controlling-events-and-boundary-conditions)
2927
- [Documentation and Communication](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#documentation-and-communication)
3028
- [Introduction to Design Patterns](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#introduction-to-design-patterns)
31-
32-
3329
- [Introduction to Object-Oriented Programming (OOP)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#introduction-to-oop-in-python)
3430
- [Python Classes and Objects](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#python-classes-and-objects)
3531
- [Object-Oriented Programming Principles in Python](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#object-oriented-programming-principles-in-python)
@@ -65,4 +61,4 @@
6561
- [Abstract Base Classes and Polymorphism](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#abstract-base-classes-and-polymorphism)
6662
- [Encapsulation vs Inheritance vs Abstraction vs Polymorphism](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#encapsulation-vs-inheritance-vs-abstraction-vs-polymorphism)
6763
- [Dunder Methods](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#dunder-methods)
68-
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)
64+
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,12 @@
9191
- [Understanding Object-Oriented Development](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#understanding-object-oriented-development)
9292
- [Object-Oriented Analysis, Design, and Programming](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#object-oriented-analysis-design-and-programming)
9393
- [Fundamental Principles of Object-Oriented Paradigms](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#fundamental-principles-of-object-oriented-paradigms)
94-
9594
- [Object-OrientedAnalysis(OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md)
9695
- [Software Modeling Techniques](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#software-modeling-techniques)
9796
- [Object-Oriented Analysis (OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#object-oriented-analysis-ooa)
9897
- [UML Diagrams](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#uml-diagrams)
9998
- [UML Diagrams in Different Phases of Software Development](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#uml-diagrams-in-different-phases-of-software-development)
10099
- [Use Case Diagram](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#use-case-diagram)
101-
102100
- [Object-Oriented Design (OOD)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#object-oriented-design-ood)
103101
- [Core Concepts of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#core-concepts-of-ood)
104102
- [Fundamental Principles of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#fundamental-principles-of-ood)
@@ -113,8 +111,6 @@
113111
- [Controlling Events and Boundary Conditions](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#controlling-events-and-boundary-conditions)
114112
- [Documentation and Communication](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#documentation-and-communication)
115113
- [Introduction to Design Patterns](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#introduction-to-design-patterns)
116-
117-
118114
- [Introduction to Object-Oriented Programming (OOP)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#introduction-to-oop-in-python)
119115
- [Python Classes and Objects](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#python-classes-and-objects)
120116
- [Object-Oriented Programming Principles in Python](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#object-oriented-programming-principles-in-python)
@@ -152,7 +148,6 @@
152148
- [Dunder Methods](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#dunder-methods)
153149
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)
154150

155-
156151
## 07: SQL & NoSQL Databases with Python
157152

158153
**Working with SQL Databases**

0 commit comments

Comments
 (0)