课程: Python Essential Libraries

What you should know

- [Instructor] There are some important concepts that you should already be familiar with in order to get the most out of this course. First, you should be familiar with using common developer tools such as text editors, or integrated development environments. We're going to be writing Python code in this course and Python is just a text format so you can use any text editor that you want. But for this course, I'm going to be using Visual Studio code. It's a free tool from Microsoft that has great support for Python. It runs on Mac, Windows, and Linux and you can download it from code.visualstudio.com. It also has a rich ecosystem of plugins available which we will take advantage of in this course. If you'd like to learn more about Visual Studio code, you can check out the course, Visual Studio Code for Python Developers. You should also already be familiar with Python programming. This course assumes that you already understand the fundamentals of the Python language. I'm going to assume also that you have Python 3 installed on your computer and that you have at least version 3.7 installed. If you feel like you need to brush up on your basic Python skills, you can check out Learning Python or the more comprehensive Python Essential Training. When you're comfortable with these subjects, you're ready to proceed with the course.

内容