Movatterモバイル変換


[0]ホーム

URL:


Packt
Search iconClose icon
Search icon CANCEL
Subscription
0
Cart icon
Your Cart(0 item)
Close icon
You have no products in your basket yet
Save more on your purchases!discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Profile icon
Account
Close icon

Change country

Modal Close icon
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timerSALE ENDS IN
0Days
:
00Hours
:
00Minutes
:
00Seconds
Home> Programming> Object Oriented Programming> Python - Object-Oriented Programming
Python - Object-Oriented Programming
Python - Object-Oriented Programming

Python - Object-Oriented Programming: Learn Object-Oriented Programing in Python with guided video lessons, projects, and exercises

Arrow left icon
Profile Icon Simon Sez IT
Arrow right icon
$82.99
Full star iconFull star iconFull star iconFull star iconFull star icon5(1 Ratings)
VideoOct 20223hrs 30mins1st Edition
Video
$82.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Simon Sez IT
Arrow right icon
$82.99
Full star iconFull star iconFull star iconFull star iconFull star icon5(1 Ratings)
VideoOct 20223hrs 30mins1st Edition
Video
$82.99
Subscription
Free Trial
Renews at $19.99p/m
Video
$82.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Table of content iconView table of contentsDownload code iconDownload Code

Key benefits

  • High-definition video training with exercises and assignments included, works on Mac or Windows
  • This course lets you master OOP concepts, classes, lists, functions, abstraction and inheritance
  • Self-paced learning with exercises, assignments, solutions and quizzes for better understanding

Description

Python is a fantastic OOP language that lets you use functional and OOP paradigms. Python offers several benefits compared to other programming languages like Java, C++ or R. It is a dynamic language, with high-level data types. Python is easier to learn for beginners as its codes are more readable and intuitive.This course is designed to take you through the fundamentals of OOPs and understanding how it works. During this course, you will learn about important concepts such as classes, objects, abstraction, method overloading, and inheritance in sufficient detail. The course will also take you through the concepts of objects and attributes, mathematical operators, callable functions, encapsulation, inheritance and method resolution comprehensively. The course explains the OOP paradigm and lets you create class hierarchies using the OOP design process.By the end of the course, you will be able to design and implement Python programs for complex issues and make good use of the OOP features like classes and inheritance and apply your knowledge completing assignments that simulate real-world scenarios.All resources are available at: https://github.com/PacktPublishing/Python---Object-Oriented-Programming

Who is this book for?

This course provides new developers who know Python basics to expand their knowledge and developers and learners who wish to learn OOP in Python. Developers involved with game development, GUI programming, AI, machine learning, and other computed automation can benefit from this course. The concepts and techniques can be applied to other programming languages, so intermediate-level developers wishing to advance their programming skillsets can also learn from this course for career advancement. To get the most from this course, you need to be an intermediate-level programmer in Python.

What you will learn

  • Create class hierarchies using the object-oriented design process
  • Understand the difference between class and instance variables
  • Make an object indexable, callable, and comparable
  • Design and implement Python programs for complex problems
  • Put to code the language features such as classes and inheritance
  • Tackle complex code with OOP paradigm, design, and implementation

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date :Oct 27, 2022
Length:3hrs 30mins
Edition :1st
Language :English
ISBN-13 :9781837638765
Category :
Languages :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Product Details

Publication date :Oct 27, 2022
Length:3hrs 30mins
Edition :1st
Language :English
ISBN-13 :9781837638765
Category :
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99billed monthly
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconSimple pricing, no contract
$199.99billed annually
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick iconExclusive print discounts
$279.99billed in 18 months
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick iconExclusive print discounts

Frequently bought together


Python - Object-Oriented Programming
Python - Object-Oriented Programming
Read more
Oct 20223hrs 30mins
Full star icon5 (1)
Video
Video
$82.99
Advanced Python Programming
Advanced Python Programming
Read more
Mar 2022606 pages
Full star icon4.6 (14)
eBook
eBook
$38.99$43.99
$46.99
Mastering Python 2E
Mastering Python 2E
Read more
May 2022710 pages
Full star icon4.6 (65)
eBook
eBook
$25.99$28.99
$49.99
Stars icon
Total$179.97
Python - Object-Oriented Programming
$82.99
Advanced Python Programming
$46.99
Mastering Python 2E
$49.99
Total$179.97Stars icon

Table of Contents

5 Chapters
Basics of Object-Oriented ProgrammingChevron down iconChevron up icon
Course Introduction
Introduction to OOP
Creating Bank Account Object: Attributes
Creating Bank Account Object - Methods
Printing Objects
Using A Class Inside Another Class
Inheritance and AbstractionChevron down iconChevron up icon
Class Inheritance
Inheritance and Method Resolution Order Part 1
Inheritance and Method Resolution Order Part 2
Abstract Methods
Class Level Versus Object LevelChevron down iconChevron up icon
Class Attribute Versus Object Attribute
Different Methods Inside the Class
Different Methods Inside the Class Part 2: Use Cases
Assignment 1
Assignment 2
EncapsulationChevron down iconChevron up icon
Public and Private
Getters and Setters
Methods as Attributes
Assignment 3
Magic FunctionsChevron down iconChevron up icon
Making Your Objects Callable
Making Your Objects Iterable
Make Your Objects Comparable.
Arithmetic Operations on Objects
Assignment 4
Assignment 5
Assignment 6
Assignment 7

Recommendations for you

Left arrow icon
Debunking C++ Myths
Debunking C++ Myths
Read more
Dec 2024226 pages
eBook
eBook
$27.99$31.99
$39.99
Go Recipes for Developers
Go Recipes for Developers
Read more
Dec 2024350 pages
eBook
eBook
$27.99$31.99
$39.99
50 Algorithms Every Programmer Should Know
50 Algorithms Every Programmer Should Know
Read more
Sep 2023538 pages
Full star icon4.5 (68)
eBook
eBook
$35.98$39.99
$49.99
Asynchronous Programming with C++
Asynchronous Programming with C++
Read more
Nov 2024424 pages
Full star icon5 (1)
eBook
eBook
$29.99$33.99
$41.99
Modern CMake for C++
Modern CMake for C++
Read more
May 2024502 pages
Full star icon4.7 (12)
eBook
eBook
$35.98$39.99
$49.99
Learn Python Programming
Learn Python Programming
Read more
Nov 2024616 pages
Full star icon5 (1)
eBook
eBook
$31.99$35.99
$39.99
Learn to Code with Rust
Learn to Code with Rust
Read more
Nov 202457hrs 40mins
Video
Video
$74.99
Modern Python Cookbook
Modern Python Cookbook
Read more
Jul 2024818 pages
Full star icon4.9 (21)
eBook
eBook
$38.99$43.99
$54.99
Right arrow icon

Customer reviews

Rating distribution
Full star iconFull star iconFull star iconFull star iconFull star icon5
(1 Ratings)
5 star100%
4 star0%
3 star0%
2 star0%
1 star0%
N/AJan 29, 2024
Full star iconFull star iconFull star iconFull star iconFull star icon5
Feefo Verified reviewFeefo

People who bought this also bought

Left arrow icon
50 Algorithms Every Programmer Should Know
50 Algorithms Every Programmer Should Know
Read more
Sep 2023538 pages
Full star icon4.5 (68)
eBook
eBook
$35.98$39.99
$49.99
Event-Driven Architecture in Golang
Event-Driven Architecture in Golang
Read more
Nov 2022384 pages
Full star icon4.9 (11)
eBook
eBook
$35.98$39.99
$49.99
The Python Workshop Second Edition
The Python Workshop Second Edition
Read more
Nov 2022600 pages
Full star icon4.6 (22)
eBook
eBook
$36.99$41.99
$51.99
Template Metaprogramming with C++
Template Metaprogramming with C++
Read more
Aug 2022480 pages
Full star icon4.6 (14)
eBook
eBook
$33.99$37.99
$46.99
Domain-Driven Design with Golang
Domain-Driven Design with Golang
Read more
Dec 2022204 pages
Full star icon4.4 (19)
eBook
eBook
$31.99$35.99
$44.99
Right arrow icon

About the author

Profile icon Simon Sez IT
Simon Sez IT
LinkedIn icon
Simon Sez IT has been simplifying software learning since 2008, helping individuals, small businesses, and Fortune 500 companies boost productivity through hands-on, easy-to-follow training. With over 12,000 video tutorials across key business and technical tools, Simon Sez IT delivers stress-free eLearning that supports software adoption and skill growth. Trusted by over 940,000 students in more than 180 countries, it remains a go-to resource for practical, expert-led online learning.
Read more
See other products by Simon Sez IT
Getfree access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing?Chevron down iconChevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file?Chevron down iconChevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package?Chevron down iconChevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package?Chevron down iconChevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.

[8]ページ先頭

©2009-2025 Movatter.jp