PsychoPy

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 81.99.252.127 (talk) at 16:36, 8 November 2016 (Updated outdated links with current discussion forum (discourse, not google mailing list) and releases page (github, not google code)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PsychoPy
Developer(s)Jonathan Peirce
Initial release2003
Stable release
1.83.04 / 4 February 2016; 8 years ago (2016-02-04)
Repository
Written inPython
Operating systemCross-platform
LicenseGNU GPL v3+
Websitewww.psychopy.org

PsychoPy is an open source software package, written in Python programming language, for the generation of experiments for neuroscience and experimental psychology.[1][2]

Unlike most packages it provides users with a choice of interface; generate experiments by writing Python scripts or through a graphical interface which will generate a script for them (or by a combination of the two).

Its platform independence is achieved through the use of the wxPython widget library for the application and OpenGL for graphics calls.

History and versions

  • 2003: PsychoPy was originally written by Peirce as a proof of concept - that a high-level scripting language could generate experimental stimuli in real time (existing solutions, such as Psychtoolbox, had to pre-generate movies or use CLUT animation techniques).
  • 2003-2005: this was extended to be able to generate experiments in the author's lab at Nottingham University and made available as an open source project on the internet. At this time PsychoPy was a library (Python package) that could be imported by Python scripts. Installing was complex because of the dependencies.
  • 2006: An editor was added, so that users could use PsychoPy as an 'application' rather than a library
  • April 2009: Version 1.0 released, including all main features of the library (but with some bugs in the win32 installer)
  • September 2009: Version 1.50 released, including various bug fixes to the underlying library and preview of new GUI interface, to become PsychoPy2. This new interface, the Builder view, allowed users to generate a very wide range of experiments without a knowledge of programming.
  • April 2011: Used for both research and undergraduate teaching at various universities. Over 1500 users per month worldwide.[3] Still at Version 1.64 (not yet v2.00), due to remaining issues especially with the Builder interface.
  • October 2012: Version 1.75.01 released

Key people

  • Jonathan Peirce
  • Jeremy Gray
  • Yaroslav Halchenko

References

  1. ^ Peirce, J.W. (2007). PsychoPy - psychophysics software in Python. Journal of Neuroscience Methods 162:8-1
  2. ^ Peirce, J.W. (2008). Generating stimuli for neuroscience using PsychoPy. Frontiers in Neuroinformatics, 2: 10
  3. ^ Peirce "'PsychoPy usage", PsychoPy usage, accessed April 26, 2011.

External links

See also