Author name: Erik Marsja

PhD in Psychology, Linköping University. Main interest is experimental and cognitive psychology. Enjoy programming in Python and R.

How to Use Binder and Python for Reproducible Research

In this post, we will learn how to create a binder so that our data analysis, for instance, can be fully reproduced by other researchers. That is, here we will learn how to use a tool called Binder for reproducible research. In previous posts, we have learned how to carry out data analysis (e.g., ANOVA)

How to Use Binder and Python for Reproducible Research Read More »

9 Data Visualization Techniques You Should Learn in Python

With the ever-increasing volume of data, it is impossible to tell stories without visualizations. Data visualization is an art of how to turn numbers into useful knowledge. Using Python we can learn how to create data visualizations and present data in Python using the Seaborn package. In this post we are going to learn how

9 Data Visualization Techniques You Should Learn in Python Read More »

OpenSesame Tutorial: How to use Image Stimuli

In this OpenSesame tutorial,l we will learn how to use images as stimuli and how to load the trials, including filenames, correct responses, and conditions, from a pre-generated CSV file. To follow this tutorial, you don’t need to know Python programming. However, we will generate the CSV file using a short Python script. This can

OpenSesame Tutorial: How to use Image Stimuli Read More »

exploratory data analysis in Python with Pandas

Exploratory Data Analysis in Python Using Pandas, SciPy, and Seaborn

In this Python data analysis tutorial, we are going to learn how to carry out exploratory data analysis using Python, Pandas, and Seaborn. The data we are going to explore is data from a Wikipedia article. In this post, we are actually going to learn how to parse data from a URL using Python Pandas.

Exploratory Data Analysis in Python Using Pandas, SciPy, and Seaborn Read More »

Scroll to Top