In this tutorial, we'll learn how to test complex data structures in Python. Examples of such data include images, nested dictionaries, dictionaries of numpy arrays and even file contents. Learning how to test complex data is a very helpful skill, es... (more…)
Read more »
Dinamopy is a python helper library for dynamodb. You can define your access patterns in a json file and can use dynamic method names to make operations. - GitHub - rasimandiran/dinamopy: Dinamopy ... (more…)
Read more »
When we study history in high school, we read about the history of machine guns, cars, printing press, etc. I imagine that some time in the future, students may sit down and read about the early progr... (more…)
Read more »
Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them will (more…)
Read more »