About 1,240 results
Open links in new tab
  1. Built-in Types — Python 3.13.3 documentation

    1 day ago · Built-in Types ¶ The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, …

  2. Welcome to Python.org

    Apr 3, 2025 · Lists (known as arrays in other languages) are one of the compound data types that Python understands. Lists can be indexed, sliced and manipulated with other built-in functions.

  3. Welcome to Python.org

    Lists (known as arrays in other languages) are one of the compound data types that Python understands. Lists can be indexed, sliced and manipulated with other built-in functions.

  4. 5. Data Structures — Python 3.13.3 documentation

    1 day ago · Tuples and Sequences ¶ We saw that lists and strings have many common properties, such as indexing and slicing operations. They are two examples of sequence data …

  5. Data Types — Python 3.13.3 documentation

    2 days ago · Data Types ¶ The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, double-ended queues, …

  6. The Python Tutorial — Python 3.13.3 documentation

    1 day ago · It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its …

  7. 3. An Informal Introduction to Python

    1 day ago · Python knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as a list of comma-separated values …

  8. 1. Whetting Your Appetite — Python 3.13.3 documentation

    2 days ago · The rest of the tutorial introduces various features of the Python language and system through examples, beginning with simple expressions, statements and data types, …

  9. BeginnersGuide/Overview - Python Wiki

    Dec 5, 2024 · A variety of basic data types are available: numbers (floating point, complex, and unlimited-length long integers), strings (both ASCII and Unicode), lists, and dictionaries.

  10. 9. Classes — Python 3.13.3 documentation

    1 day ago · Python classes provide all the standard features of Object Oriented Programming: the class inheritance mechanism allows multiple base classes, a derived class can override any …

Refresh