Changes

Jump to navigation Jump to search
69 bytes added ,  19:15, 21 January 2021
no edit summary
Line 1: Line 1:  +
{{mbox
 +
| type = content
 +
| text = '''This page is outdated.'''
 +
| image = {{{image|}}}
 +
}}
 +
 
{{Infobox software
 
{{Infobox software
 
| name                  = Psychopy
 
| name                  = Psychopy
Line 34: Line 40:  
   }}
 
   }}
 
}}
 
}}
 +
PsychoPy is an alternative to Presentation, e-Prime and Inquisit. It is a Python library and application that allows presentation of stimuli and collection of data for a wide range of neuroscience, psychology and psychophysics experiments. When used on DCC computers PsychoPy is guaranteed to be millisecond accurate.
   −
'''Psychopy on the labcomputers'''
  −
  −
PsychoPy is an alternative to Presentation, e-Prime and Inquisit. It is a Python library and application that allows presentation of stimuli and collection of data for a wide range of neuroscience, psychology and psychophysics experiments. When used on DCC computers PsychoPy is guaranteed to be millisecond accurate.
      +
== Upgrade ==
 
Since Python version 2.7 has reached end of life since January first 2020, this version is no longer installed on the PCs in the labs. Standard is now: Python 3.7 64-bits.
 
Since Python version 2.7 has reached end of life since January first 2020, this version is no longer installed on the PCs in the labs. Standard is now: Python 3.7 64-bits.
 
If you still have scripts written in Python2, the scripts should be upgraded to Python 3. Most changes are probably the print statements. Print statements should always have parentheses: print('some text')
 
If you still have scripts written in Python2, the scripts should be upgraded to Python 3. Most changes are probably the print statements. Print statements should always have parentheses: print('some text')
Line 50: Line 55:  
On the labcomputer, there is support for Spyder, PyCharm and Psychopy.  
 
On the labcomputer, there is support for Spyder, PyCharm and Psychopy.  
    +
'''The information below is obsolete'''
   −
'''The information below is outdated.'''
      
== Installation ==
 
== Installation ==

Navigation menu