3 min read
python Description of how you should organise a Python executable application to publish and generate an executable
Description of how you should organise a Python executable application to publish and generate an executable
I'm doing a side project using golang, and I have a use case where I'd use an abstract class in Java. Unfortunately, in golang the concept of classes does not exist. In this article I describe how can I implement the behaviour I want without abstract class.