COG Summer Workshop 2020
Intermediate
PsychoPy Tutorial
Description
This workshop will cover how to use PsychoPy to build psychological experiments using both the Builder and the Coder. The Builder does not require any coding knowledge, so this can be done with no real experience in Python.
Prerequisites
- Basic knowledge of Python (for the Coder portion - no experience required for the Builder!)
- A computer with PsychoPy installed (see below for instructions on downloading)
- It is recommended for the Coder portion that you have Anaconda downloaded, as well as a Python IDE (our recommendation is spyder, which comes with Anaconda)
Before the Workshop
- Install PsychoPy either through the command line, or as a standalone. There are instructions for both methods on the linked PsychoPy download page.
- Install the required packages for the Coder portion of the workshop - ‘pip install’ random, os, PIL, pandas
- Download the ‘stim’ folder from the TU COG Github. This is the folder containing the necessary files for creating our example tasks in both the Builder and Coder.