Changes

Jump to navigation Jump to search
1,265 bytes added ,  16:02, 21 January 2021
no edit summary
Line 29: Line 29:  
}}
 
}}
   −
[[wikipedia:Python_(programming_language)|Python]] is a general-purpose, high-level programming language. It is also a [[wikipedia:Python_%28genus%29|type of snake]], but one is arguably more relevant to your research than the other.
+
[[wikipedia:Python_(programming_language)|Python]] is a general-purpose, high-level programming language. It is also a [[wikipedia:Python_%28genus%29|type of snake]] and it is also a rollercoaster, but one is arguably more relevant to your research than the others.
    
<!-- Table of Contents will be generated here -->
 
<!-- Table of Contents will be generated here -->
 +
 +
 +
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')
 +
Key differences between Python 2 and Python 3 are here: https://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html
 +
 +
Psychopy 2020.2.10 has been installed in the root of the Python3.7 64-bit version. This is also the default version when 'psychopy' is typed from the command prompt. It is also the default that opens when a .py file is double-clicked. It also can be started by clicking the appropriate icon on the desktop.
 +
There is also a Psychopy 2020.2.10 installed on Python3.6 32-bits. This version has its own icon on the desktop and should be used when you are using a TOBII Eyetracker.
 +
 +
When your script fails to load in Psychopy, because you need packages that are not installed on our labcomputers, please contact TSG.
 +
 +
On the labcomputer, there is support for Spyder, PyCharm and Psychopy.
 +
 +
'''The information below is outdated'''
 +
    
==Installation==
 
==Installation==

Navigation menu