Skip to content

Feature Request: Add New Chapter - Tuples in Python #134

@codewithdhruba01

Description

@codewithdhruba01

Add a new chapter to the Python tutorial section titled "Tuples in Python" that introduces tuples, explains their properties, and demonstrates common operations with examples.

** Expected Content Structure:**

  1. Introduction to Tuples

    • What is a tuple?
    • Tuple vs List (immutability)
    • Syntax and creation examples
  2. Tuple Operations

    • Accessing elements
    • Concatenation and repetition
    • Checking membership
  3. Tuple Methods

    • count(), index()
  4. Immutability Explained

    • Why tuples are immutable
    • Real-world use cases
  5. Tuple Packing and Unpacking

  6. Nested Tuples

  7. Use Cases

    • Where and why to use tuples in Python

Metadata

Metadata

Labels

area:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final code

Type

No fields configured for Bug.

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions