Uploaded November 2015 | Updated September 2026, 2 weeks ago
See the OpenSesame playlist for more tutorials: youtube.com/playlist?list=PLR-r0edywujfPLKZi7VQtFu0QY3Bzkzt4
OpenSesame is an open-source tool to create behavioral experiments for psychology, neuroscience, and experimental economics. This screencast explains the basics of using Python inline script in OpenSesame. For more information, see http://osdoc.cogsci.nl/
See the OpenSesame playlist for more tutorials: youtube.com/playlist?list=PLR-r0edywujfPLKZi7VQtFu0QY3Bzkzt4
OpenSesame is an open-source tool to create behavioral experiments for psychology, neuroscience, and experimental economics. This screencast explains the basics of using Python inline script in OpenSesame. For more information, see http://osdoc.cogsci.nl/

![Visual debugging in Python with PDB and Rapunzel
[https://www.buymeacoffee.com/cogsci] In this video, I show how to use PDB, the standard Python Debugger, and Rapunzel, a code editor, for visual debugging. This allows you to inspect the state of your code after it has crashed (post-mortem debugging) or when it has paused at a breakpoint. See also: https://rapunzel.cogsci.nl/ Visual debugging in Python with PDB and Rapunzel](https://i.ytimg.com/vi/t8wo4dTkUJA/mqdefault.jpg)





![Set comprehensions in Python [Python comprehensions #3]
[https://www.buymeacoffee.com/cogsci] In this video, I demonstrate set comprehensions in Python. This is a way to build set objects with a single expression. The notebook for this video is available at https://osf.io/2b8wz/. For more tutorials, visit https://python.cogsci.nl/. Set comprehensions in Python [Python comprehensions #3]](https://i.ytimg.com/vi/uTUV2eONqSQ/mqdefault.jpg)

![Application logging in Python | Python tricks
[https://www.buymeacoffee.com/cogsci] In this video, I demonstrate the Python logging module, which is a powerful way to log application messages, mainly for debugging purposes. The code for this video is available from: https://osf.io/4wjv9/. Application logging in Python | Python tricks](https://i.ytimg.com/vi/vJunFjlIJ6Y/mqdefault.jpg)
