1
00:00:00,000 --> 00:00:08,820
Welcome to Python Essentials.

2
00:00:08,820 --> 00:00:13,820
In this lesson, you'll learn about different features that are provided by Python scripting.

3
00:00:13,820 --> 00:00:17,900
The focus is not on teaching you how to write Python scripts, but on skills you need to

4
00:00:17,900 --> 00:00:20,860
know about for administering Linux with Python.

5
00:00:20,860 --> 00:00:25,059
I'll first tell you about setting up virtual environments, and next you'll learn about

6
00:00:25,059 --> 00:00:27,940
the Python Package Installer PIP.

7
00:00:27,940 --> 00:00:33,299
Then we'll explore using modules, which is followed by a video about data types and structures.

8
00:00:33,299 --> 00:00:37,860
And after that, we'll explore modules and packages, and I'll tell you about PEP.

9
00:00:37,860 --> 00:00:42,099
In the end of the lesson lab, you'll work on an example where Python virtual environments

10
00:00:42,099 --> 00:00:42,700
are used.

