1
00:00:00,720 --> 00:00:06,480
Hi and welcome to a new section in this course in this section and help you learn the basics of the

2
00:00:06,480 --> 00:00:09,600
Python programming language in case you totally nitwit.

3
00:00:11,370 --> 00:00:17,970
Python is a hugely popular general-purpose language, you can use Python in a huge array of applications,

4
00:00:18,120 --> 00:00:25,050
such as Web application development, data science develops, desktop applications and of course, microcontroller

5
00:00:25,050 --> 00:00:26,220
application development.

6
00:00:27,810 --> 00:00:33,930
Michael Python is a version of Python, developed specifically to work with microcontrollers, regular

7
00:00:33,930 --> 00:00:37,050
Python is often referred to as C Python.

8
00:00:37,260 --> 00:00:39,440
C stands for the programming language.

9
00:00:39,450 --> 00:00:44,270
C Micro Python is designed to work like Python.

10
00:00:44,970 --> 00:00:50,720
If you already know at least a little C python, you'll be able to use micro python without much effort.

11
00:00:52,660 --> 00:00:58,330
The examples that I have prepared in this section work exactly the same for both kinds of python.

12
00:00:58,750 --> 00:01:05,680
In fact, I'll be doing the demos on the thorny Python interpreter and help you learn the absolutely

13
00:01:05,680 --> 00:01:10,780
essential python so that you are comfortable with the micro python scripts that will be playing with

14
00:01:10,780 --> 00:01:12,550
in the second part of this course.

15
00:01:14,590 --> 00:01:22,090
Some of the things you learn include reserved keywords, variables, types, sequences, dictionaries,

16
00:01:22,210 --> 00:01:25,480
control structures, functions and objects.

17
00:01:27,230 --> 00:01:33,230
But in the very last lecture, I'll talk about the subtle differences between see Python and micro python

18
00:01:33,500 --> 00:01:34,970
that you should be familiar with.

19
00:01:35,700 --> 00:01:36,220
Let's do it.
