Thu, Dec 12, 2019, 6:30 PM: Join us for our next Web Meetup! We'll have food, two talks, and socializing/networking afterwards. Note: there will be a sign-in form with NDA at the event. Also, message (more…)
Read more »
There were several moments over the last few weeks when I heard people discuss differences between Python lists and dicts and one of the first ones mentioned was that lists are ordered and dicts are not. (more…)
Read more »
As a follow up to Python Mocking 101: Fake It Before You Make It, this post covers some higher-level software engineering principles demonstrated in our Python testing over the past year and half. In particular, the idea of patching mock objects in unit t... (more…)
Read more »
Circular visualization in Python (Circos Plot, Chord Diagram, Radar Chart) - moshi4/pyCirclize... (more…)
Read more »
Learn how to implement one of the core Machine Learning algorithms and its big brother from scratch. (more…)
Read more »