Skip to content

Commit 3e7f240

Browse files
committedJan 26, 2023
Update README.md
1 parent 10a8634 commit 3e7f240

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed
 

‎README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# oop-python
2-
Object Oriented Programming with Python
1+
2+
# Object-Oriented Programming with Python CSC8101
3+
4+
5+
An introduction to programming with Python and Object Oriented Programming.
6+
7+
8+
## Brief Content
9+
10+
- Python Basics
11+
- Introduction of Object-Oriented Programming
12+
- Classes and Objects
13+
- OOP Pillars
14+
- Exceptions
15+
- Efficiency and Testing
16+
- Additional topics
17+
- Data structures
18+
- Decorators
19+
- Sorting, searching and algorithm analysis.
20+
- etc

0 commit comments

Comments
 (0)
Please sign in to comment.