Skip to main content

10 docs tagged with "python"

View All Tags

What is pip?

pip is the package installer for Python. It is a common way to install Python packages, or "libraries", into a project.

What is pyenv?

"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.

What is Pylint?

Pylint is a Python source code analyzer looking for bugs and signs of poor quality.

What is Python?

Python is a dynamically typed programming language. Its clean syntax is easy to learn, understand, and use.