JesúsLearning about classmethod in PythonIn Python, classes serve as blueprints for objects. Within these classes, methods are often defined using self, which refers to the…Nov 301
TEJESWAR REDDYunderstanding object-oriented programming (oop): a comprehensive guide for developersNov 20Nov 20
Hudson BrendonInheritance, Polymorphism, and the super() function in PythonWhen working with Object-Oriented Programming in Python, many people have doubts about the real function and usage of super(). In this…Jun 9Jun 9
JesúsLearning about classmethod in PythonIn Python, classes serve as blueprints for objects. Within these classes, methods are often defined using self, which refers to the…Nov 301
TEJESWAR REDDYunderstanding object-oriented programming (oop): a comprehensive guide for developersNov 20
Hudson BrendonInheritance, Polymorphism, and the super() function in PythonWhen working with Object-Oriented Programming in Python, many people have doubts about the real function and usage of super(). In this…Jun 9
Christine HeartWhat if my greatest art ever made was poo?It’s magical and I think you will agree.Nov 152
Mohamed GaddourThermal printer, SMS and QrCode tickets for queuing system using Laravel POO.In a project, I should generate tickets for queuing system. Tickets can be printed (via thermal printer), sent by SMS or scanned via…Nov 20, 2022
Mohamed GaddourPHP Anonymous functions and Closure class.Anonymous functions, also known as closures, allow the creation of functions which have no specified name. They are most useful as the…Feb 17, 2023