↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: oop

Home › Posts tagged oop
Object Oriented Programming with Python – YouTube video
Python

Object Oriented Programming with Python – YouTube video

Vitosh Jun 15, 2024 Tagged with ABC, classes, inheritance, manning, math, object oriented programming, oop, orland, Python

Object oriented programming (OOP) in general is a huge topic, but I have decided to make a 30 minute video, based on the book Math for Programmers, as I liked the way it was explained there: Generally, in the video, …

Object Oriented Programming with Python – YouTube video Read more →

Python OOP – Classes, Methods, Attribures, Composition, Inheritance
Python

Python OOP – Classes, Methods, Attribures, Composition, Inheritance

Vitosh Nov 25, 2023 Tagged with Attributes, classes, composition, debugging, inheritance, Methods, oop, Python

Have you ever dreamt about coding classes like a pro? No? You had “normal” dreams? Anyway, in the video below, I am solving 3 exercises with a lot of debugging and some basic tests. Exercises are from the book Python …

Python OOP – Classes, Methods, Attribures, Composition, Inheritance Read more →

Python – Class Variable vs Instance Variables
Python

Python – Class Variable vs Instance Variables

Vitosh Mar 28, 2021 Tagged with Class Variable, Instance Variables, oop, Python

Class variables vs instance variables could seem a bit strange, if you have no OOP experience, but after a few thausand lines of code they become logical. So, in around two days of programming you will be getting it intuitively …

Python – Class Variable vs Instance Variables Read more →

Django – CRUD application with Python
Python

Django – CRUD application with Python

Vitosh Nov 10, 2020 Tagged with application, CRUD, django, forms, GET, oop, POST, Python

Making a CRUD application with Python is actually one of the basic thing a Python Developer should be able to do. Although some may argue it is extremely basic – it is not. Requirements The basic requirements for this one, …

Django – CRUD application with Python Read more →

Python – Closure
Python

Python – Closure

Vitosh Mar 29, 2020 Tagged with closure, oop, Python

In this article I am planning to give an answer of the following two questions: What is a closure? A closure is a function, inheriting variables from enclosing environment. Operationally, a closure is a record storing a function together with …

Python – Closure Read more →

Python – Abstract Methods and Abstract Class – Live Coding Video
Python

Python – Abstract Methods and Abstract Class – Live Coding Video

Vitosh Mar 22, 2020 Tagged with Abstract Class, Abstract Method, oop, Python

Abstract class and abstract methods are one of the pillars of Object Oriented Programming. In Python, an abstract class is a class, inheriting from Abstract Base Classes (ABC) library. And an abstract method is a method of this class, which …

Python – Abstract Methods and Abstract Class – Live Coding Video Read more →

VBA – Attributes. The high-end in VBA.
VBA \ Excel

VBA – Attributes. The high-end in VBA.

Vitosh Dec 14, 2017 Tagged with classes with default procedure, classes with default property, oop, VBA

You have probably noticed, that whenever you export a class module from the Visual Basic Editor, you get some strange lines in the exported file, above the Option Explicit. This is something, that you have not written, but it is …

VBA – Attributes. The high-end in VBA. Read more →

Copyright © 2026 VitoshAcademy