Create .gitignore
Python
Python
Install pre-requisites
Install
Python virtual environments provide a way to isolate the Python versions and packages that comprise your project.
pip is the package installer for Python. It is a common way to install Python packages, or "libraries", into a project.
"pyenv is a command line tool that lets you switch between multiple versions of Python." It allows you to create one project with Python 3.8, and another with 3.9, for example.
Pylint is a Python source code analyzer looking for bugs and signs of poor quality.
Python is a dynamically typed programming language. Its clean syntax is easy to learn, understand, and use.