An Introduction to Apache Airflow

An Introduction to Apache Airflow

I am starting a series of content regarding Apache Airflow. In the first part we will be looking on the basics.

Using pyenv with poetry

Using pyenv with poetry

I played around with poetry, another different library for dependency management in python. In case you don't know it, feel free to get updated.

An Introduction to Apache Spark

An Introduction to Apache Spark

An overview about Apache Spark and hints with debugging it in case your code is not working

Prepare for data science interview with this questions

Prepare for data science interview with this questions

You want to go for a job interview or want to check your knowledge in data science questions? Try out this interactive quiz I made. Happy quizzing!

Predicting Salary based on Stackoverflow Survey Data

Predicting Salary based on Stackoverflow Survey Data

Predict your salary by a model build based on stackoverflow survey data - Is your income ok?

Preventing Underfitting and Overfitting

Preventing Underfitting and Overfitting

Summary of methods to prevent overfitting

Pixelart using Javascript

Pixelart using Javascript

generating pixel art from small functions in javascript

How to make developers happy

How to make developers happy

I analysed if a model is able to predict the job satisfaction based on different programming languages and frameworks using stackoverflow 2020 survey data.

3 ways to handle missing data

3 ways to handle missing data

How to handle missing values in a column that you want to use for training a machine learning model.

Using pyenv with pipenv

As with a lot of programming languages, you sometimes need software that can only be executed in a particular combination or dependencies and a specific version of the programming language. To handle this issue in python, I prefer the pyenv and pipenv combination.