← All Languages
Python

Python

It's Powerful and Easy to Learn

First appeared: 1991Designed by: Guido van Rossum

A high-level, interpreted language praised for readability and versatility in web, data science, and automation.

Links

Paradigm

Multi-paradigmOOPProcedural

Hello, World

print("Hello, World!")

About

Created by Guido van Rossum in 1991 as a successor to ABC. Python 2 (2000) and Python 3 (2008) split the community until Python 2 sunset in 2020.

Type system: Dynamic

Ecosystem

Package Managers
pipCondaPoetryuv
Frameworks
DjangoFlaskFastAPIPyTorchTensorFlowPandas

Learning Resources

Official TutorialReal Python