R vs. Python for Data Science [video]

What open source programming language is the best for data science, R or Python?

Similar

Python and Lambdas

I come from a functional programming background, so I a lot of love for functions and so-called anonymous functions or lambdas. However, I have realised that I don't make use of Python's lambda syntax... (more…)

Read more »

Python Print() and Beyond

Beyond the print() function in Python Hey guys, today I am going to talk about some features of the print() function in python. You will probably have come across some of these functions while others could seem new. Let's start by understanding the b... (more…)

Read more »