Section Overview
Instructions
Q&A (0)
Notes (0)
Resources (0)
Saving Progress...
Resources
There are no resources for this lesson.
Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.
About your instructor
Paul Hill
Expert IT Instructor
Paul is an IT Professional with over 14 years of experience currently working as a Network Administrator in contract support of various Federal Agencies in the United States.
He has been teaching online courses for the past 5 years and taught over 250k students in 195 countries.
What skills will I learn in this course?
- Install Python on Windows
- Learn Python syntax
- Install and manage Python modules
- Learn Python Variables
- Write your own Python Classes and Objects
- Learn conditional statements and loops
- Create, read, write and delete Files in Python
In this section you will install Python and Visual Studio Code. The version of Python that you chose to install doesn't matter too much as we've done our best to make this course version agnostic, but we will be installing version 3.10.
Visual Studio Code is an IDE (interactive Developer environment) that you can use to write your Python code. It has tons of useful features and extensions like syntax autocompletion, debugging, linting and much more!