PsychoPy - Easy Introduction (#1)

Опубликовано: 16 Март 2025
на канале: Susan B.
4,270
67

This is the first video in a series that covers building experiments using PsychoPy. In this first video, I cover installation and then explain the difference between the two main modes of designing experiments:

1. Using the Coder View where you write the entire experiment in Python code
2. Using the Builder View where you build an experiment using a visual interface

As an example, I show a basic lexical decision task experiment.

NOTES with examples: https://codewithsusan.com/notes/psych...

PsychoPy download: https://psychopy.org/download.html

SERIES PLAYLIST:    • PsychoPy - Easy Introduction SERIES  

=== CHAPTERS ===
00:00 Introduction
00:14 Installing PsychoPy
03:14 Views: Coder, Builder, Runner
04:44 Code experiment example
09:12 Builder experiment example
15:34 Coder vs. Builder