-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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:
.lower(), .upper().strip().replace().split()
String formatting:
f-stringsformat()
Goals
- Provide clear intro to workin with strings in Python
- Help understand text manipulation
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed