Skip to content

Commit

Permalink
=update table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
behnamyazdan committed Jul 29, 2024
1 parent feec2e0 commit 054a066
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions 06-ObjectOrientedProgramming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
- [Understanding Object-Oriented Development](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#understanding-object-oriented-development)
- [Object-Oriented Analysis, Design, and Programming](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#object-oriented-analysis-design-and-programming)
- [Fundamental Principles of Object-Oriented Paradigms](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#fundamental-principles-of-object-oriented-paradigms)

- [Object-OrientedAnalysis(OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md)
- [Software Modeling Techniques](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#software-modeling-techniques)
- [Object-Oriented Analysis (OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#object-oriented-analysis-ooa)
- [UML Diagrams](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#uml-diagrams)
- [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)
- [Use Case Diagram](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#use-case-diagram)

- [Object-Oriented Design (OOD)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#object-oriented-design-ood)
- [Core Concepts of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#core-concepts-of-ood)
- [Fundamental Principles of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#fundamental-principles-of-ood)
Expand All @@ -28,8 +26,6 @@
- [Controlling Events and Boundary Conditions](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#controlling-events-and-boundary-conditions)
- [Documentation and Communication](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#documentation-and-communication)
- [Introduction to Design Patterns](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#introduction-to-design-patterns)


- [Introduction to Object-Oriented Programming (OOP)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#introduction-to-oop-in-python)
- [Python Classes and Objects](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#python-classes-and-objects)
- [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)
Expand Down Expand Up @@ -65,4 +61,4 @@
- [Abstract Base Classes and Polymorphism](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#abstract-base-classes-and-polymorphism)
- [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)
- [Dunder Methods](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#dunder-methods)
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@
- [Understanding Object-Oriented Development](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#understanding-object-oriented-development)
- [Object-Oriented Analysis, Design, and Programming](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#object-oriented-analysis-design-and-programming)
- [Fundamental Principles of Object-Oriented Paradigms](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/01-ObjectOrientedParadigm.md#fundamental-principles-of-object-oriented-paradigms)

- [Object-OrientedAnalysis(OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md)
- [Software Modeling Techniques](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#software-modeling-techniques)
- [Object-Oriented Analysis (OOA)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#object-oriented-analysis-ooa)
- [UML Diagrams](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#uml-diagrams)
- [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)
- [Use Case Diagram](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/02-Object-OrientedAnalysis(OOA).md#use-case-diagram)

- [Object-Oriented Design (OOD)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#object-oriented-design-ood)
- [Core Concepts of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#core-concepts-of-ood)
- [Fundamental Principles of OOD](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#fundamental-principles-of-ood)
Expand All @@ -113,8 +111,6 @@
- [Controlling Events and Boundary Conditions](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#controlling-events-and-boundary-conditions)
- [Documentation and Communication](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#documentation-and-communication)
- [Introduction to Design Patterns](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/03-ObjectOrientedDesign(OOD).md#introduction-to-design-patterns)


- [Introduction to Object-Oriented Programming (OOP)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#introduction-to-oop-in-python)
- [Python Classes and Objects](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#python-classes-and-objects)
- [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)
Expand Down Expand Up @@ -152,7 +148,6 @@
- [Dunder Methods](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#dunder-methods)
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)


## 07: SQL & NoSQL Databases with Python

**Working with SQL Databases**
Expand Down

0 comments on commit 054a066

Please sign in to comment.