1
00:00:00,720 --> 00:00:02,850
This is mentioned in the first lecture.

2
00:00:03,180 --> 00:00:10,420
So the idea is able to work with multiple Python interpreters, not at the same time, of course, but

3
00:00:10,710 --> 00:00:17,640
it does give you the ability to select which interpreter you want to use next, also which device that

4
00:00:17,640 --> 00:00:19,320
interpreter is installed on.

5
00:00:19,560 --> 00:00:25,320
So in this lecture, I want to quickly show you how you can switch between interpreters to do that will

6
00:00:25,320 --> 00:00:27,190
be using this show exclusively.

7
00:00:27,690 --> 00:00:35,970
So if you go through tools and then options, you will see that under the interpreter to expand that

8
00:00:35,970 --> 00:00:41,430
drop down menu and you'll see that then it comes equipped with a variety of interpreters.

9
00:00:41,850 --> 00:00:48,240
There's an interpreter, that -- with itself, which is part of the environment.

10
00:00:48,510 --> 00:00:54,820
But you can also choose to use the python instance that is installed on your computer.

11
00:00:55,320 --> 00:01:02,640
Of course, you can run micro python on a variety of devices, including Acrobat Raspberry Pi picture,

12
00:01:02,640 --> 00:01:09,960
and it's better to have already selected to be reduced since we installed the micro python firmware

13
00:01:10,020 --> 00:01:16,040
on my brand new device here and we tested it as well.

14
00:01:16,050 --> 00:01:18,980
I just did a simple calculation a second ago.

15
00:01:19,050 --> 00:01:21,740
So we've got the micro python print.

16
00:01:22,050 --> 00:01:28,260
This is information about the Python interpreter that we are using at the moment.

17
00:01:28,830 --> 00:01:34,770
So if I do a little calculation like that, you'll see that it works from here.

18
00:01:35,000 --> 00:01:37,770
I want to switch to the only built in.

19
00:01:38,980 --> 00:01:39,800
Environment.

20
00:01:39,820 --> 00:01:41,490
I can just do that for you.

21
00:01:41,510 --> 00:01:50,230
That's only option it and go for the same interpretor which runs with Tony and do the same calculation

22
00:01:50,830 --> 00:01:52,570
and the result, of course, the same.

23
00:01:52,840 --> 00:01:58,030
So you can see that the name of this environment they're working on right now is Python three point

24
00:01:58,030 --> 00:01:59,140
seven point nine.

25
00:01:59,290 --> 00:02:01,300
But it's not micro python.

26
00:02:02,140 --> 00:02:02,500
All right.

27
00:02:02,500 --> 00:02:04,250
But how about something else?

28
00:02:04,270 --> 00:02:09,620
How about we try micro python on the new Raspberry Pi pickle?

29
00:02:09,640 --> 00:02:12,490
So this came out recently, about a month ago.

30
00:02:12,820 --> 00:02:14,950
And I got a hold of a couple of those.

31
00:02:15,340 --> 00:02:20,170
And it's a Raspberry Pi microcontroller that runs Micro Python.

32
00:02:20,410 --> 00:02:24,850
I've got an letter here which is just showing me when power is connected.

33
00:02:24,880 --> 00:02:28,360
This is this is not connected to a GPO.

34
00:02:28,780 --> 00:02:35,740
So I'm just going to disconnect my inability to connect the Raspberry Pi pickle.

35
00:02:37,540 --> 00:02:39,200
Is on indicating this power.

36
00:02:40,530 --> 00:02:45,330
Let's see if we can use Microplace and it will go to two swaptions.

37
00:02:46,510 --> 00:02:49,750
Select my out the Raspberry Pi pickled.

38
00:02:50,630 --> 00:02:52,570
There's support for the picture.

39
00:02:52,760 --> 00:02:57,150
OK, now I've got a new project here for Python.

40
00:02:57,240 --> 00:03:02,420
This is Michael Python on a Raspberry Pi pickled with this C.P.U.

41
00:03:02,420 --> 00:03:08,330
This microcontroller senior should say it are two zero four zero and.

42
00:03:09,400 --> 00:03:19,990
That's one plus one two, so I was able to switch from the HP to microcontroller interpretor to the

43
00:03:19,990 --> 00:03:25,780
Raspberry Pi pickle microcontroller inhibitor, and that's how you can switch from one device to the

44
00:03:25,780 --> 00:03:26,110
other.

45
00:03:26,410 --> 00:03:32,560
I've got a couple of lectures later on in this section where do a little bit more experimentation with

46
00:03:32,560 --> 00:03:34,170
the Raspberry Pi pickle.

47
00:03:34,330 --> 00:03:40,450
And I also got a micro bit here to show you how you can run the micro python on the micro bit as well

48
00:03:40,450 --> 00:03:45,100
and use phony and easy to program these two devices.

49
00:03:45,700 --> 00:03:46,210
All right.

50
00:03:47,110 --> 00:03:52,740
Let's move on to the next election and we'll show you how to execute your first simple program, the.
