• Aucun résultat trouvé

Introduction and purpose of the tutorial series Python for Research in Psychology

N/A
N/A
Protected

Academic year: 2022

Partager "Introduction and purpose of the tutorial series Python for Research in Psychology"

Copied!
2
0
0

Texte intégral

(1)

¦ 2020 Vol. 16 no. 5

Python for Research in Psychology

Introduction and purpose of the tutorial series Python for Research in Psychology

Damien Rolon-M´ erette

a

B , Kinsey Church

a

, Matt Ross

a

& Thadd´ e Rolon-M´ erette

a

aUniversity of Ottawa

Abstract In the era of advanced computers and state-of-the-art software, there have been great strides in the domains of research and engineering. These advancements have been made possible through the popularity, accessibility, and integration of computer programming. This has made au- tomating tasks, analysing results through complex statistical analysis, and the development of more advanced artificial intelligence possible. However, in psychology, computer programming is still be- ing underutilized. A major factor contributing to this is the steep learning curve for programming that is compounded by a lack of tutorials and knowledge specifically geared towards psychology.

Thus, the purpose of this series is to bridge this gap and lower the learning barrier for researchers.

This series invites anyone to send their own tutorials and contribute towards building a compre- hensive guide to programming for psychological research in one of the most versatile languages:

Python! For submission details, please see the guidelines below.

Keywords Python, Psychology. Tools Python.

B

drolo083@uottawa.ca 10.20982/tqmp.16.5.S001

Editorial.

Purpose of thePython for Research in Psychologyse- ries

The word “research” is often accompanied by the con- cept of experiments, which require an individual to cre- ate and implement different research designs to capture the essence of the world through small instances. As any scientist may testify, this process can be at times daunting and mundane. In the field of psychology, research may involve repeating stimuli presentations manually to par- ticipants, manually recording and analyzing interviews, and creating and scoring questionnaires. This is the way these research methods have been conducted over the past decades, but these tiresome tasks could be expedited through automation and computer science.

Currently, most software is expensive and only offers a limited approach when it comes to capturing and ana- lyzing data. With its versatility, open-source nature, and widespread community, Python has become one of the most popular programming languages to learn. Python can be used to build, collect, and automate projects of all sizes.

This coding language allows users to build elaborate re- search designs, automate data collection through machine learning, and perform advanced statistical analysis with ease. By learning Python, you are not only learning a valu- able skill, but it can also lead to increased research produc- tivity.

So why is programming in psychology not more widespread? Unfortunately, most researchers are unsure of where and how to get started. They may not see the po- tential applications for their own research or how to get help if things go awry. They are intimidated by the learn- ing curve and do not know where to get concrete exam- ples and practice material related to psychology. These doubts are often hard to overcome because there are so many resources related to Python for engineering and other fields. Finding the right materials for psychological research can be overwhelming. This special Python tuto- rial series has been created to remedy this, to facilitate the learning curve, and to regroup relevant concepts related to psychology. With a range from novice introductory tu- torials to more advanced topics, such as implementations

TheQuantitativeMethods forPsychology

2

S1

(2)

¦ 2020 Vol. 16 no. 5

of machine learning algorithms for data analysis, this se- ries will provide an ideal space for any researcher to learn and perfect their Python programming skills. These tutori- als will save researchers valuable time by giving them the tools to automate daunting tasks as well as create more sophisticated research designs and analyses. Following Python’s open-source qualities, this series invites anyone to submit relevant and important concepts related to psy- chology and Python.

Submitting to this tutorial series

If you are interested in submitting a tutorial to be consid- ered for this series, please ensure it meets the following criteria:

• The tutorial is related to research in Psychology and in Python

• Each submission must follow the APA format (see My- ers et al.,2019, for additional guidelines)

• Each tutorial must also be transmitted in LATEX format

• All submissions must be in English

• The maximum submission length is 20 pages

• If a tutorial on a similar topic has already been pub- lished in TQMP, motivate in your cover letter why a sec- ond paper should be considered by the editorial team

Authors’ note

The authors can be contacted by email at (Damien Rolon-M´erette) drolo083@uottawa.ca, (Kinsey Church) kchur026@uottawa.ca, (Matt Ross) mross094@uottawa.ca, or (Thadd´e Rolon-M´erette) trolo068@uottawa.ca.

References

Myers, M., Paiz, J., Angeli, E., Wagner, J., Lawrick, E., Moore, K., . . . Keck, R. (2019). APA style workshop //

Purdue Writing Lab. Retrieved December 12, 2019, fromhttps : / / owl . purdue . edu / owl / research _ and _ citation/apa_style/apa_formatting _and_style_guide/

general_format.html

Citation

Rolon-M´erette, D., Ross, M., Rolon-M´erette, T., & Church, K. (2020). Introduction and purpose of the tutorial series python for research in psychology.The Quantitative Methods for Psychology,16(5), S1–S3. doi:10.20982/tqmp.16.5.S001

Copyright © 2020,Rolon-M´erette, Ross, Rolon-M´erette, and Church.This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) or licensor are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

Received: 11/08/2020

TheQuantitativeMethods forPsychology

2

S2

Références

Documents relatifs

Dans la minute qui suit la première bouffée de cigarette, le coeur se met à battre plus rapidement. Les vaisseaux sanguins se contractent, entraînant un plus grand effort

In each case the focus is not on the transmission of existing civic identities so as to reproduce the existing socio-political order, but on far more difficult and, in the eyes of

that the students would take on the platform. This «journey» had to promote the acqui- sition of instrumental skills when deducing the procedure for obtaining the results

The Independent Review Panel on the State ofthe Northern Cod Stock (1990j, known hereafter as The Harris Report, is one of the most comprehensive analysis conducted on the science

(.tbereallllrltetforldf'-directedieaminginaworid with values largely framed within a formal context? A5educaton,exploringooD- forma1 autonomous leaming, weseek clues 10

using other records in the lake sediment, including pollen (vegetation change), diatoms (lake water pH and chemistry), SOOt (coal combustion), charcoal (wood combustion),

from sklearn.ensemble import GradientBoostingClassifier from sklearn.cross_validation import train_test_split digits = load _digits(). X = digits.data y