Speaker
Fredo Erxleben
(Helmholtz-Zentrum Dresden-Rossendorf)
Description
During the last day of this course, you will be dealing with the following aspects:
- Tuples: Tuples are a great way to bundle up multiple values. Learn how to employ them and take advantage of Python's automatic Packing/unpacking feature.
- Lists: Another very useful data type is the List, a sorted collection of data. In this section we introduce some basic functionality and learn where to find more detailed information for this data type and many others.
- Finalizing the project: We will put some finishing touches on our example project to make it ready for a first release. Further, possible future learning paths will be outlined.