About 18,200,000 results
Open links in new tab
  1. What is Python? Its Uses and Applications - GeeksforGeeks

    Apr 4, 2025 · Python is a high-level, interpreted, and general-purpose dynamic programming language that focuses on code readability. It generally has small programs when compared to Java and C. It was founded in 1991 by developer Guido Van Rossum.

  2. Python (programming language) - Wikipedia

    Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. [33] Python is dynamically type-checked and garbage-collected.

  3. Introduction to Python - W3Schools

    Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: system scripting. What can Python do? Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files.

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

    Jan 21, 2025 · Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn’t specialized for any specific problems.

  5. 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 binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.

  6. Learn Python Programming Language - GeeksforGeeks

    5 days ago · Python is an object oriented programming language which encapsulates code within object. Python is cross-platform which works on Windows, Mac and Linux without major changes. Python is used by big companies like Google, Netflix and NASA. Here is a simple Python code, printing a string. We recommend we to edit the code and try to print our own name.

  7. Python For Beginners | Python.org

    Fortunately an experienced programmer in any programming language (whatever it may be) can pick up Python very quickly. It's also easy for beginners to use and learn, so jump in! Installing Python is generally easy, and nowadays many Linux …

  8. What is Python? - Codecademy

    Jun 22, 2023 · Python is a powerful, general-purpose programming language with a wide range of applications. It was mainly used for scripting after its release in 1994, but updates and new technologies in recent years have expanded its utility.

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

    Oct 17, 2022 · Python is a high-level programming language designed to do many tasks. It's based on the CPython interpreter which translates the Python code into something the machine can read. Python gives us the ability to use a lot of modules and packages with our code, which are standard libraries built in with the interpreter.

  10. What is Python? - Python Coding

    May 24, 2024 · Python is a high-level, interpreted programming language known for its readability, simplicity, and versatility. Created by Guido van Rossum and first released in 1991, Python has grown to become one of the most popular programming languages in the world.

Refresh