File: coder.rst

package info (click to toggle)
psychopy 1.73.06.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,900 kB
  • sloc: python: 29,941; makefile: 153; sh: 20
file content (42 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. _coder:

Coder
================================================

.. note::

    These do not teach you about Python /per se/, and you are recommended also to learn about that (`Python <http://www.python.org/>`_ has many excellent tutorials for programmers and non-programmers alike). In particular, dictionaries, lists and numpy arrays are used a great deal in most PsychoPy experiments.

You can learn to use the scripting interface to PsychoPy in several ways, and you should probably follow a combination of them:

	- :ref:`concepts`: some of the logic of PsychoPy scripting
	- :ref:`tutorials`:  walk you through the development of some semi-complete experiments
	- demos: in the demos menu of Coder view. Many and varied
	- use the :ref:`builder` to :ref:`compile a script <compileScript>` and see how it works
	- check the :ref:`api` for further details
	- ultimately go into PsychoPy and start examining the source code. It's just regular python!

.. _concepts:

Basic Concepts
~~~~~~~~~~~~~~~~~~~~

.. toctree::
   :maxdepth: 2
   :glob: 
   
   codeStimuli
   codeLogging
   code*
	
.. _tutorials:

PsychoPy Tutorials
~~~~~~~~~~~~~~~~~~~~

.. toctree::
   :maxdepth: 2   
   :glob: 
   
   tutor*