1
00:00:00,480 --> 00:00:06,270
So now that we have installed Python on our PC, we can actually get started within the Merrick's and

2
00:00:06,270 --> 00:00:07,020
with the physics.

3
00:00:07,770 --> 00:00:10,980
But before we do this, I want to get you all on the same level.

4
00:00:11,490 --> 00:00:16,950
So especially if you do not have so much experience with Python or if you are complete new beginner,

5
00:00:17,280 --> 00:00:20,040
then this optional crash course is for you.

6
00:00:20,340 --> 00:00:25,740
So here we will really cover all of the Python basics that are required for the following lectures.

7
00:00:26,720 --> 00:00:33,950
So we will start with Mumbai, which is a module that helps us enormously operating with numbers, but

8
00:00:33,950 --> 00:00:37,580
of course, we will also talk about other data types like streams, for example.

9
00:00:38,480 --> 00:00:44,210
Then we will discuss lists and arrays and how we can use them as vectors and matrices, which we will

10
00:00:44,210 --> 00:00:46,880
obviously need for the physics part later on.

11
00:00:47,750 --> 00:00:54,470
We will discuss the fundamental concept of loops of if statements and how we can operate data files

12
00:00:54,470 --> 00:00:58,670
so we can save our results or how we can load a measurement, for example.

13
00:00:59,450 --> 00:01:06,110
And of course, it's also very important to visualize our results, so I will discuss plots using ModCloth.

14
00:01:07,600 --> 00:01:13,180
So as I said, this whole crash course is optional, so if you already have experience with Python,

15
00:01:13,180 --> 00:01:15,970
you can just skip ahead or if you are unsure.

16
00:01:16,150 --> 00:01:23,800
Please have a look at the quizzes that I have implemented here and at the coding practice sections where

17
00:01:23,800 --> 00:01:29,020
you will code a few lines and you can check if you understood the Python basics or not.

18
00:01:29,830 --> 00:01:35,140
So please go ahead either with this optional crash course or if you feel confident, just skip to the

19
00:01:35,140 --> 00:01:38,410
next section where we will go right into the topic.

