1 00:00:00,000 --> 00:00:02,700 Hi, welcome to a new section of the course. Here 2 00:00:02,701 --> 00:00:06,200 you will learn about the very basics of Python and 3 00:00:06,210 --> 00:00:10,530 that is data types and variables. Now, data types 4 00:00:10,560 --> 00:00:13,680 are different types of values which you can have 5 00:00:13,681 --> 00:00:16,590 in Python. For example, you can have texts, and 6 00:00:16,591 --> 00:00:20,760 you can have numbers. And then you store these 7 00:00:20,790 --> 00:00:24,720 values in variables. Actually, variables are just 8 00:00:24,721 --> 00:00:28,050 names that you can associate to each of these 9 00:00:28,051 --> 00:00:31,500 values. But you will learn more of that in this 10 00:00:31,501 --> 00:00:34,620 section, and you will learn how to code those 11 00:00:34,621 --> 00:00:38,610 things in Python programming language. So I'll see 12 00:00:38,611 --> 00:00:39,390 you in the next video. 13 00:00:39,391 --> 00:00:40,633 [No audio]