💻
Python Zero to Hero
  • Python Zero to Hero
  • What is Python?
    • What is Python?
      • High Level
      • Intrepreted
      • General Purpose
    • Tooling
    • Hello, World!
    • Variables
    • Operators
    • Object Orientated Programming
    • Boolean Values
    • If Statements
    • Loops
    • Functions
      • Scope
    • Python Libraries
    • Virtual Environments
      • PyEnv
  • Advanced
    • Introduction
    • Set Theory
Powered by GitBook
On this page

Was this helpful?

  1. What is Python?

What is Python?

Python is a programming language created by Guido (pronounced gree-do) Van Rossum. Specifically, Python is an intrepreted, high-level, general purpose programming language.

Let's talk about what these mean.

PreviousPython Zero to HeroNextHigh Level

Last updated 4 years ago

Was this helpful?