Lesson 1: Setting up Python and VS Code
Lesson 1: Setting up Python and VS Code Overview Here in this lesson, we are gonna be downloading, installing and configuring Python and VS Code. We will be installing plugins or extensions which would make programming python for us much easier. Introduction to Python Python is a dynamically typed, General Purpose Programming Language that supports an object-oriented programming approach as well as a functional programming approach. Python is also an interpreted and high-level programming language. It was created by Guido Van Rossum in 1989. We need not worry about what is Object Oriented Programming or what is a high level language yet, we will be discussing that in future lessons. Introduction to VS Code Visual Studio Code is one of the free source code editors used for Linux, Windows, and macOS. Several features are supported by Visual Studio Code, such as syntax highlighting, snippets and intelligent code completion. The users have the option to change the keyboard shortcuts, ...