↓ 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

Month: March 2020

Home › 2020 › March
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 →

Python – Permutations and Combinations Made Easy with Itertools
Python

Python – Permutations and Combinations Made Easy with Itertools

Vitosh Mar 8, 2020 Tagged with Combinations, lottery numbers, permutations, product, Python

Long time ago, various people, including me, were trying to make permutations and combinations with nested loops and various other “heavy” structures. Anyway, in Python there is a library, which does this for us and sets the end of the …

Python – Permutations and Combinations Made Easy with Itertools Read more →

Python – Defining Classes and Methods with Python – LiveCoding Video
Python

Python – Defining Classes and Methods with Python – LiveCoding Video

Vitosh Mar 2, 2020 Tagged with classes, define class, define methods, live coding, live coding video, Python

Today I have decided to check whether I can pass the first homework from SoftUni OOP with Python, through a live coding session. I have not read the problem before the video, thus I may say it took me exactly …

Python – Defining Classes and Methods with Python – LiveCoding Video Read more →

Copyright © 2026 VitoshAcademy