Python OOP Tutorial (Object Orientated Programming ) - Intro

Profile Picture
- Published on Dec 5, 2018馃審 Public

Welcome to my python oop tutorials! Learn Intermediate/Advanced object orientated programming in python. Everything in python is an object , strs, int, floats... You name it, it's probably and object. When you create variables of certain types you are essential creating an object of that class. This is what allows you to use methods like .lower(), .split(), .append(), etc. In the future videos I will be showing you how to create your own classes and data types in python. WEBSITE: https://techwithtim.net/tutorials/pyt... ** Support the Channel: https://www.patreon.com/techwithtim Twitter: https://twitter.com/TechWithTimm Join my discord server: https://discord.gg/pr2k55t ** Please leave a LIKE and SUBSCRIBE for more content! Tags: - Tech With Tim - Pygame - Python Tutorials - Object and Classes Tutorial - Objects and Classes Python - OOP Python - Object orientated python