Skip to content

Commit df7036b

Browse files
Object oriented programming in python
1 parent bea8419 commit df7036b

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

exercise-code/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Python OOP : Object oriented Programming in Python
2+
3+
This “Python OOP : Object oriented Programming in Python” repository contains source code for the students of my online course.
4+
It is part of my complete [Python Programming](https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT) course available on Udemy.
5+
6+
### About the Course
7+
* Thoroughly detailed course with complete working programs
8+
* Contains lots of animations to help you visualize the concepts
9+
* Includes quizzes and programming exercises
10+
* Builds a solid foundation in object-oriented concepts
11+
* Prepares you for coding interviews
12+
* Lifetime Access
13+
14+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
15+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
17+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-c-plus-plus](https://user-images.githubusercontent.com/98641125/153196522-2412c993-1055-4322-8487-4133537566c9.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-c-plus-plus/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.
25+

lectures-code/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Python OOP : Object oriented Programming in Python
2+
3+
This “Python OOP : Object oriented Programming in Python” repository contains source code for the students of my online course.
4+
It is part of my complete [Python Programming](https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT) course available on Udemy.
5+
6+
### About the Course
7+
* Thoroughly detailed course with complete working programs
8+
* Contains lots of animations to help you visualize the concepts
9+
* Includes quizzes and programming exercises
10+
* Builds a solid foundation in object-oriented concepts
11+
* Prepares you for coding interviews
12+
* Lifetime Access
13+
14+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
15+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
17+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-c-plus-plus](https://user-images.githubusercontent.com/98641125/153196522-2412c993-1055-4322-8487-4133537566c9.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-c-plus-plus/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.
25+

0 commit comments

Comments
 (0)