Six Ways to Reverse Pandas dataframe
Learn how to reverse pandas dataframe by rows or columns.
Six Ways to Reverse Pandas dataframe Read More »
Learn how to reverse pandas dataframe by rows or columns.
Six Ways to Reverse Pandas dataframe Read More »
Spyder is the best Python IDE that I have tested so far for doing data analysis, but also for plain programming. In this post I will start to briefly describe the IDE. Following the description of this top IDE the text will continue with a discussion of my favorite features. You will also find out how to
Why Spyder is the Best Python IDE for Science Read More »
This post aims to show why you, as a psychology student or researcher (or any other kind of researcher or student) should learn to program. The post is structured as follows. First, I start by discussing why you should learn to program and then give some examples of when programming skills are helpful. I continue
Every Psychologist Should Learn Programming Read More »
Good resources for learning R as a Psychologist are hard to find. By that, I mean that there are so many great sites and blogs to learn R. Thus, it may be hard to find learning resources that target Psychology researchers. Outline The structure of this post is as follows. First, we start by getting
R Resources for Psychologists Read More »
I recently wrote a post on the RStudio like Python IDE Rodeo (RStudio-like Python IDEs – Rodeo and Spyder). In that post, I installed and tested Rodeo 0.44. However, Rodeo 1.0 was released in October. Rodeo 1.0 cannot be installed using Pip. Therefore, I wrote a bash script for downloading and unzipping Rodeo. Note, the
Installing Rodeo IDE on Linux Read More »
In this post I will discuss two Python Integrated Development Environments (IDE); Rodeo and Spyder. Both Python IDEs might be useful for researchers used to work with R and RStudio (a very good and popular IDE for R) because they offer similar functionalities and graphical interfaces as RStudio. That is, Rodeo and Spyder can both
RStudio-like Python IDEs – Rodeo and Spyder Read More »
Recently, we bought 10 coin like vibrating motors from Precision Microdrives. In the following video you will one of them in use. It is connected to an Arduino Uno micro controller. Update: Now we have built some wrist bands/straps using the vibrating motors, velcro, silver tape, arduino, batteries and more. Hopefully, we will have a
Arduino plus a vibrating coin motor Read More »
I recently asked which programming language I should learn next year (i.e., 2016). In this post I will evaluate the alternatives that I have by asking the question in different places around the internet. The post will end with the choice I made and how to install the language To summarize my earlier post, I
What programming language should I learn – 2 Read More »
In this tutorial, you will learn how to use the PsychoPy function TrialHandler to create trials and correct responses to your targets in these trials. PsychoPy is an application for creating experiments for Psychology experiments. The application is written in Python, an easy programming language to learn. You can learn more about PsychoPy in my
TrialHandler – a PsychoPy tutorial Read More »
This tutorial covers the integration between R and Python using the rpy2 package. Discover how to bridge the gap between these two languages, enabling you to harness both strengths for enhanced data analysis and visualization. This rpy2 tutorial guides you through its installation, configuration, and practical usage. Outline In this tutorial, we will learn how
R from Python – an rpy2 tutorial Read More »