Coding best practices – Part 2

The idea of this article is to clearly explain a difficult concept in object-oriented programming named SOLID. it’s an acronym that I’m going to detail here. There are allready a lot of articles explaining this term, but I find that the way it’s presented isn’t very clear generally. It’s a concept that talks about abstraction, […]

Read More Coding best practices – Part 2
November 18, 2024

Tags: ,

OOP in Python

I have to switch temporarly, I hope, to a Python project in my company. Syntax of the language has been learned very quickly so I tried to use Object Oriented concepts. I’ve constated that many people using Python are “Data scientist/analyst”, people with maths background but not necessarly aware of these methods of conception. I’ve […]

Read More OOP in Python
July 28, 2022

Tags: ,