Lesson Link for Introduction To Python

Overview

Teaching: 10 min
Exercises: 0 min
Questions
Objectives
  • Gain basic knowledge of the Python programming language and assigning variables before starting with galah-python

What do you recommend as a starting point?

I would recommend this lesson from the Programming with Python Software Carpentries workshop:

https://swcarpentry.github.io/python-novice-inflammation/01-intro.html

In it, it covers the basics of variables and in-built Python functions, which is what you will need for this workshop

Key Points