8000 ✨ (Missing sections) Link to new sections in README · ccaj007/complete-python-course@36335c0 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div style="--spacing:var(--spacing-none)" class="prc-PageLayout-PageLayoutRoot-1zlEO">

Commit 36335c0

Browse files
committed
✨ (Missing sections) Link to new sections in README
Also added a short README for the OOP section, which links to the video course or to our long blog article on OOP for beginners with Python.
1 parent 7c9228b commit 36335c0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,19 @@ We cover many contents in the [video-course](https://go.tecla.do/cpc), but this
5656
- Arguments, parameters, and return values
5757
- Default parameter values
5858
- Lambda functions
59-
- [Object-Oriented Programming (video-course only)](https://go.tecla.do/cpc)
59+
- [Object-Oriented Programming](course_contents/4_object_oriented_programming)
6060
- [Python errors](course_contents/5_errors)
6161
- [Working with files](course_contents/6_files)
62-
- [Type hinting (video-course only)](https://go.tecla.do/cpc)
62+
- [Type hinting](course_contents/8_type_hinting/)
6363
- [Advanced Python Development](course_contents/10_advanced_python)
6464
- [Web Scraping](course_contents/11_web_scraping)
6565
- [Browser Automation with Selenium](course_contents/12_browser_automation_selenium)
6666
- [Async Development with Python](course_contents/13_async_development)
6767
- [Managing Projects with Pipenv](course_contents/14_managing_projects_pipenv)
6868
- [Flask and Web Development](course_contents/15_flask)
6969
- [Interacting with APIs using Python](course_contents/16_interacting_with_apis)
70-
- [Decorators (YouTube mini-course, otherwise video-course only)](https://blog.teclado.com/decorators-in-python/)
70+
- [Decorators](course_contents/17_decorators/)
71+
- [DecoratorsYouTube mini-course](https://blog.teclado.com/decorators-in-python/)
7172
- [Advanced OOP](course_contents/18_advanced_oop)
7273
- [GUI Development with Tkinter](course_contents/19_gui_development_tkinter)
7374
- [Unit testing](course_contents/20_unit_testing)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Object-Oriented Programming in Python
2+
3+
This section talks about object-oriented programming in Python. We start off by looking at dictionaries, and how dictionaries are similar to objects--but limited in certain ways.
4+
5+
You can see the complete section in the [video-course](https://go.tecla.do/cpc). Alternatively we also have a long article on [Object-Oriented Programming in Python for beginners](https://blog.teclado.com/introduction-to-object-oriented-programming-in-python/) that you can read.

0 commit comments

Comments
 (0)
0