December 11, 2019 in Learn
What is OOP?
As anyone working in software could tell you, coding can get really complicated really quickly. Luckily for them (and us!), OOP is there to make things simpler—and, ultimately, to make apps and sites run better. What is OOP? OOP stands…
October 27, 2014 in Learn
Operator Overloading in Python
Operator Overloading in Python Python is an interesting language. It’s meant to be very explicit and easy to work with. But what happens when how you want or need to work with Python isn’t just what the native types expose?…