News

Python method overloading Basic proof of concept that it is in fact possible to work with some kind of type polymorphism in Python While learning Python, coming from Java, C# and C++ i tend to favor ...
README Function overloading for python This is a small script that allows C++ style function overloading, meaning there can be multiple functions with the same name but different parameters in the ...