Copying excel worksheets around is actually a piece of cake for a VBA developer (or so they/we think). Mainly because you can record the actions and then “learn” from them, editing a bit the code and etc. Well, there is …

VBA – Copying Excel worksheet to a new workbook without leaving the old Excel reference Read more →

In the previous article for abstraction and inheritance I wrote some classes, showing the basics of these two programming concepts. In this one, I will write unit tests for one of the classes, written before. Software testing is an important …

Python – Writing Unit Tests with unittest library – Video Read more →

The Bayes’ theorem is interesting, as far as it is both quite challenging to understand and shocking once you really realize the simplicity of the numbers behind it. It describes the probability of an event, based on prior knowledge of conditions that …

Python – Bayes’ theorem – Drug testing example. 99% is not enough! Read more →

Working with python, pandas and dataframes is quite challenging even for experienced Excel & VBA developer, as I love to consider myself for one. Thus, today I was fighting for quite some time to add new columns to a dataframe, …

Python – Building New Columns in a Dataframe, Based on Other Columns Read more →