In this post we look at reading different file types including text, CSV and Excel files into NumPy and Pandas.
Read More →In this post we take a look at list comprehension, dictionary comprehension and generator expressions including their differences and use cases.
Read More →Take a deep dive into functions in Python. This post covers: basics, nested functions, scope, *args & **kwargs, lambdas and anonymous functions and finishes on using functions within a Pandas DataFrame.
Read More →