Python Tutorials

On this page, you will find a short introduction to what Python is and links to the Python tutorials on this site.

FAQ About Python

Before going on with describing the Python tutorials, found on this site, you’ll find answers to some questions:

  • Save
Anaconda scientific Python distribution

Python Distributions

Here are some examples of Python distributions that will come with Python packages and Interactive Development Environments (IDEs):

  • Save

Python Tutorials

There are many useful Python packages to use. On this site the main applications of this programming language are carrying out descriptive statistics, data visualization, data collection (e.g., scraping, programming of Psychology experiments), and data analysis. Thus, this section will be divided into tutorials with this as the main focus.

Installing, Using, and Updating Python Packages

First, there are some more general Python tutorials that cover more basic concepts such as how you install, use, and update Python packages using pip, pipx, and conda:

how to install Python packages using pipx
  • Save
Pipx install poetry example

Second, sometimes when you’re installing, or upgrading, Python packages using pip you will notice that pip needs an upgrade. Thus, there’s a post on how to upgrade pip.

Reading a File in Python

Most of the Python tutorials, on this site, is focused on how to use Pandas to import data. That is, these Pandas tutorials focus on how to read files in formats such as CSV, Excel, SPSS, and JSON. However, using Python’s open() function it is, of course, possible to read files (e.g., .text files) in Python without loading, or installing, any libraries:

In some cases, the data we work with is stored in Excel (xlsx) files. There’s a recent guide on this blog about reading xlsx files in Python using the openpyxl module. In that post, you will learn how to read an Excel file as well as reading multiple files.

Simple example of how to read a file in Python
  • Save
Reading a file in Python

Renaming a File

Now, sometimes you have a large number of files that need to have their names changed. Luckily, renaming a file (or many files) is something you can do with Python. To rename a file with Python you just import the os module and use the rename() method.

Now, you will also find some simpler math-related Python tutorials on this site.

Python Absolute Value

For instance, in the post about how to get absolute value in Python with abs() and Pandas, you will learn how to do exactly that, get the absolute values of numbers.

How to Work with Jupyter Notebook

In this subsection, you will find all the tutorials related to working with Jupyter notebooks. Right now, the focus is on how to convert HTML to Jupyter notebooks in one post. However, there is also a post on how to use Binder, git, and Jupyter notebooks for reproducible research. In that post, you will learn how to work with Binder to create a reproducible environment. Moreover, you will learn how to use git (which is a requirement to create a Binder) to get a Jupyter notebook that is runnable online, in a browser.

Python Interactive Development Environments (IDES)

If you are programming in Python you may want to use a Python IDE. There are, of course, plenty of choices and here you will find articles describing, and comparing, different IDEs to make it easier for you to find the best Python IDE for your purpose.

Data Collection using Python Tutorials

In the behavioral sciences (e.g., Psychology, Neuroscience, Economics) data is often collected using computerized tasks. For instance, one simple, and commonly used, psychology task is the Flanker task. There are, of course, also other ways to collect data such as scraping keywords from scientific journals, or information from HTML tables (e.g., on Wikipedia). This site hosts a range of tutorials with a focus on using programming, mainly in Python, for data collection.

OpenSesame - Psychology experiments tutorials
  • Save
OpenSesame Interface

Data Manipulation, Descriptive Statistics, & Data Visualization

In this section, there are links to different tutorials found on this site. These are divided into different sections (e.g., data manipulation, descriptive statistics, and data visualization tutorial). The tutorials are, in general, focused on packages such as Pandas, NumPy, Matplotlib, Statsmodels, and Seaborn.

Python Pandas Tutorials

In this section, you will find the link to the page containing all the Pandas tutorials on this site. Note, the link is in the final paragraph of this section.

Pandas is a very easy-to-use open-source Python package that will provide high-performance, data structures, and descriptive data analysis as well as data visualization tools. If you are familiar with R statistical programming environment Pandas will be easy to learn.

  • Save

If needed, here are the links to the Pandas dataframe tutorials. In these tutorials, you will learn how to group data using Pandas groupby(), take random samples of a dataframe, removing columns, do descriptive statistics, and many more.

Data Visualization in Python Tutorials

In this section, you will briefly learn about the packages that enable data visuzulation in Python. Naturally, being a very popular programming language, there are a plethora of different packages for visualizing data in Python. Thus, the list below is not complete but covers the ones that are used in the data visualization in Python tutorials on this site. First, here are all the Python data visualization tutorials.

  • Matplotlib is a data visualization library that is quite easy to use and the plots are very modifiable.
  • Seaborn is based on Matplotlib and is easier to use.

Parametric Statistics in Python Tutorials

In this section, you will briefly learn about the packages that you can carry out data analysis in Python with. Of course, as in the case with data visualization in Python, here are a lot of different packages for doing data analysis in Python. Now, the most commonly used ones on this site are the following Python data analysis packages.

Scroll to Top
Share via
Copy link
Powered by Social Snap