Writing a Simple CLI Program: Python vs. Go

You can also view this post on my blog. As I mentioned in a previous post, I’m currently the Scrum M… Read more

Similar

Python’s data model by example

After last post on OOP a logical follow-up is Python's data model. We use the great Fluent Python book to code up an example of our own, showing the powerful way you can levarage this data model.

Read more »