Skip to content

Add "String" Section #2

@danielcristho

Description

@danielcristho

The "String" section is currently marked as Coming Soon. Strings are a fundamental concept in Python and should be introduced early to help learners understand text processing and basic data manipulation.

Scope of Material:

  • What is a string
  • String literals ('...', "...", """...""")
  • concatenation
  • indexing & slicin

Introduce string methods like:

  1. .lower(), .upper()
  2. .strip()
  3. .replace()
  4. .split()

String formatting:

  1. f-strings
  2. format()

Goals

  • Provide clear intro to workin with strings in Python
  • Help understand text manipulation

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions