I am making a presentation about PsychoPy and what does someone needs to know to start with PsychoPy. I am writing it from the beginning (Installing) hopefully all the way to running a successful experiment.
If there’s one piece of advice you’d give, what would it be?
If there’s a common bug that you always encounter? What is it? and what is a good solution for it?
If there’s a good really simple experiment you can run in PsychoPy to see the inner workings of the software, what is it?
I recently did a presentation on the psychopy builder for beginners. If you want i can send you my slides. They are in Italian, but it should be clear what topics i presented.
I learnt pretty late that you can copy and paste components as well as whole routines saves a lot of time… For troubleshooting printing current values of some variables can be really helpful. And as for common bug I pretty frequently forget to set constant to set every repeat whenever I use a variable as text or image component…
I’ll add one that made me lose so much time. When I started using code components I always forgot to ad “:” at the end of if statements and averytime it took me ages to realize what the error was
If there’s one piece of advice you’d give, what would it be?
Don’t be afraid to break things - when you break something you learn something new (or find a bug that you can report on github and contribute to the project!)
If there’s a common bug that you always encounter? What is it? and what is a good solution for it?
If you are taking a study online, most bumps people encounter is because PsychoJS is younger than PsychoPy and not every component exists in PsychoJS yet.