Learn Object-oriented Programming in Pythonâ?"beginner-level! (Exercises + cheat sheets + better Coding)!
Key Features
- Master Object-Oriented Programming (and its principles) in Python
- Learn every important topics-classes, objects, inheritance, abstraction, and more with proper examples
- Access Python cheat sheets to master core Python concepts
- Understand how Object-Oriented Programming Is more efficient than Procedure-Oriented Programming
Book Description
Welcome to Object-Oriented Programming With Python-A Practical Guide, a one-stop course that will kick-start your object-oriented journey step-by-step, This course covers every important concept of OOPS with its latest version Python 3.7.
OOP is one of the most important programming concepts because it:
Makes visualization easier (as closest as possible to real-world scenarios)
Reuses code, saves time, reduces code lines, and shrinks your project.
Makes code readable by adding a structure to data with related methods.
Uses modularity for easier troubleshooting
Reuses code through inheritance
Imparts flexibility through polymorphism
This course will help you explore classes, objects, abstraction, encapsulation, inheritance, and polymorphism. We also focus on the DRY (Don't Repeat Yourself) approach to improving our code-writing and problem-solving skills. Throughout the course, you will get tons of quiz, sample code, and theory material to help you revise the course effectively.
After completing this course, you will have attained the industry standard and will be ready to work as an intern, fresher, or freelancer; you will also be able to implement everything you need on your website.
All the supporting course files are placed at-https://github.com/PacktPublishing/Object-oriented-Programming-With-Python---A-Practical-Guide
What you will learn
- Reuse old code for new projects
- Write clean and proper Python code
- Learn about the four pillars of Object-Oriented Programming!
- Learn how to handle errors and exceptions with Python
Who this book is for
This course targets all skill levels. People entirely new to the Object-Oriented Programming world; those already using Python and keen to enhance their Python skills by learning the basics of Object-Oriented Programming (OOPS) with real examples; software engineers; software developers; and software architects will all benefit from this course.