Tech With Tim Logo
Go back

Moving away from the basics and into more complex topics. Learn about object oriented programming in python.

Overview

Learn about object oriented programming (OOP) in python. This tutorial will break down what an object is and how you can create your own. It will cover creating, implementing and using classes in an effective manner. It will go over methods, inheritance and all other important OOP concepts.

What You’ll Learn

You will learn and understand the following after this tutorial:

  • All of the topics in the menu bar –>
  • Data Types and Objects
  • Creating and Using Classes
  • How to Structure your Programs
  • Methods and Advanced Techniques With OOP

Prerequisites

This is NOT a beginner tutorial. It is highly recommended that you understand the following:

  • Basic Python Syntax (Up to Objects and Classes)

If you have yet to learn the basics of python click here for a beginner tutorial…

Design & Development by Ibezio Logo