I learned a lot of new things, thank you so much !
@nathanielthomas44377 ай бұрын
I was unaware of single dispatch before this. One of my gripes with python when compared to other languages (like C/C++) was the lack of function overloading. I thought it was inevitible because of the dynamic type system, but it's good to know that it can still be done! I certainly will be adding that to my Python toolset!