Python Basics: Objects, Classes & Instances

Опубликовано: 26 Октябрь 2024
на канале: Coding is for girls
34,503
707

Today we will talk about classes and objects in Python. Object oriented programming is something that every programmer knows quite well, however it is something that is a bit complicated and not always easy to grasp at the first time. We will use the program we wrote in previous videos (check my videos here:    • Python Basics: Reading Data From CSV ...   and    • Python Basics: Sending E-mails  ) as a base to refactor the code to use classes.

Here are links to Python documentation you could check out if you want to learn much more about classes and objects in Python:

🐍📖 https://docs.python.org/3/tutorial/cl...

💁💻 My social media:
Twitter:   / codingisforgirl  
Facebook:   / codingisforgirls  

🐍📖 Check these resources to learn more:
Django Girls Tutorial: http://tutorial.djangogirls.org/

🎬🐍 Python Basics Playlist (if you want to start from the very beginning):
   • Python Basics