About 35,300,000 results
Open links in new tab
  1. Python (programming language) - Wikipedia

    Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional …

  2. What is Python? Executive Summary | Python.org

    Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic …

  3. Introduction to Python - W3Schools

    Python relies on indentation, using whitespace, to define scope; such as the scope of loops, functions and classes. Other programming languages often use curly-brackets for this purpose.

  4. What Is Python Used For? A Beginner’s Guide | Coursera

    May 20, 2025 · Python is a general-purpose language, which means it’s designed to be used in a range of applications, including data science, software and web development, automation, and …

  5. What is Python

    To develop a Python program, you write Python code into a file called source code. To execute the source code, you must convert it to a machine language the computer can understand.

  6. What is Python Programming? Understanding the Basics and …

    Apr 9, 2025 · From web development to machine learning, data science, artificial intelligence (AI), and even scientific research, Python is everywhere. It’s known for its simplicity and versatility, …

  7. What is Python and Why Learn It? - OpenPython

    What is Python? Before we jump into writing code, let’s answer the obvious question — what actually is Python, and why should you even bother learning it? Python is a programming …

  8. What Is Python and What Is It Used For? What You Should Know

    Jun 17, 2025 · Python is open-source software, meaning that it is publicly available and free. A high-level programming language, the features of Python include: With Python, most tech …

  9. Introduction to Python for Absolute Beginners - GeeksforGeeks

    Jul 15, 2025 · Python is a programming language that lets developers work quickly and integrate systems more efficiently. Why learn Python as an absolute beginner ? Before exploring …

  10. What is Python? How the Interpreter Works and How to Write …

    Oct 17, 2022 · In this article, I am going to explain what Python is and how the Python interpreter works. Then you'll write your first "Hello World" program. What is Python? Python is a high …