Class Concepts: Object-Oriented Programming in Python

Python includes mechanisms for doing object-oriented programming, where the
data and operations on that data are structured together. The class keyword
is how you create these structures in Python. Attributes are the data
values, and methods are the function-like operations that you can perform
on classes. In this course, you’ll explore writing code using class and its
associated attributes and methods.

In this video course, you’ll learn about:

  • Why you write object-oriented code
  • How to write a class
  • What attributes and methods are
  • How to use the descriptor protocol

This course is the first in a three-part series. Part two covers how to
write reusable hierarchies of classes using inheritance, while part three
dives deeper into the philosophy behind writing good object-oriented code.


Download

Sample Code (.zip)

5.2 KB


Download

Course Slides (.pdf)

1013.9 KB


[ Improve Your Python With ? Python Tricks ? – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]

\"IT電腦補習
立刻註冊及報名電腦補習課程吧!

Find A Teacher Form:
https://docs.google.com/forms/d/1vREBnX5n262umf4wU5U2pyTwvk9O-JrAgblA-wH9GFQ/viewform?edit_requested=true#responses

Email:
public1989two@gmail.com






www.itsec.hk
www.itsec.vip
www.itseceu.uk

Be the first to comment

Leave a Reply

Your email address will not be published.


*