Language | English |
---|---|
Cost | Free of charge |
Level | Beginner |
Registration Period | 2021-09-20 to 2021-10-01 |
You do not need to set up an Indico account to register.
Please note: To allow for a fairer distribution of seats across the various centres, the initial seat count per centre has been limited. We encourage those that want to register after the seats for their centre have been taken, to register on the waiting list instead. Remaining seats will be distributed among the waiting list according to first-come-first-serve. Persons on the waiting list will be notified regarding their registration on the work day after the end of the registration period.
We adhere to the Software Carpentries' Code of Conduct.
You can report violations to
This workshop is conceptualised as a two-day event that will help you to understand basic concepts in programming languages using Python:
In this workshop, we will be using Python 3 and Spyder or Thonny as code editor. Please follow the instructions below to install the tool of your choice.
Please make sure you use an up-to-date operating system. If you experience issues during the installation, especially permission issues, please contact your local IT support.
Whether you want to install Spyder or Thonny is up to you. Both applications are IDE's (Integrated Development Environment) and are available for Windows, Mac and Linux.
Thonny is a very basic IDE specifically targeting Python beginners. Thonny will provide you with a ready-to-use Python environment.
In contrast, Spyder is more sophisticated and more tailored to scientific applications. For Spyder, you will have to download and install Python first, before installing Spyder itself.
See the instructions below on how to proceed.
In this workshop, we will be using Spyder with Python 3. The minimum requirements are that you have installed the following:
If you do not know how to start, we suggest you to install Miniforge. Miniforge is available for Windows, MacOS and Linux. To install miniforge, please open https://github.com/conda-forge/miniforge and download an appropriate installer from section Download - Miniforge3. For more detailed instructions, please visit this page.
Navigate to https://thonny.org and download the latest version for your operating system. Open the executable and follow the instructions of the installer. To install the required packages, please follow the instructions on this page.
Download the required datasets and setup a working directory following these steps:
You should now see two folders called data and code in the swc-python directory.