About 116,000 results
Open links in new tab
  1. Tuple - Wikipedia

    Tuple In mathematics, a tuple is a finite sequence (or ordered list) of numbers. More generally, it is a sequence of mathematical …

  2. Python Tuples - W3Schools

    Tuple is one of 4 built-in data types in Python used to store collections of data, the other 3 are List, Set, and Dictionary, all with …

  3. Python Tuples - GeeksforGeeks

    Jun 9, 2026 · We can access the elements of a tuple by using indexing and slicing, similar to how we access elements in a list. …

  4. Tuple Operations in Python - GeeksforGeeks

    Jul 23, 2025 · Python Tuple is a collection of objects separated by commas. A tuple is similar to a Python list in terms of indexing, …

  5. Python Tuple: How to Create, Use, and Convert

    Sep 16, 2025 · Learn how to create a Python tuple, how to use tuples, how to convert them to lists and strings, and how tuples differ …

  6. Tuple: the best remote pair programming app on macOS and Windows

    Tuple allows me to thrive as an independent developer, easily chatting with freelance clients, mentoring others, and collaborating on …

  7. Tuple - Simple English Wikipedia, the free encyclopedia

    Tuples are used to describe mathematical objects that are made of certain, well-defined components. They are also used very …

  8. What is A Tuple in Python

    You can create an empty tuple by typing in a variable name and adding parenthesis at the end. Alternatively, you can use the tuple () …

  9. Python Tuples - Programiz

    We generally use tuple for heterogeneous (different) datatypes and list for homogeneous (similar) datatypes. There are some …

  10. What is a tuple? | Definition from TechTarget

    May 31, 2023 · Some programming languages include a data element referred to as a tuple, which is similar in concept to the tuple …