-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
area:dbPRs with DBPRs with DBarea:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Description
We need to add a new chapter to the Python tutorial titled "String in Python". This chapter should cover the basic and advanced concepts of string handling in Python with examples and explanations.
Expected Topics to Cover:
- What is a String in Python
- Creating Strings
- String Indexing and Slicing
- String Methods (
upper(),lower(),strip(),replace(), etc.) - String Concatenation and Repetition
- Using
inandnot inoperators - String Formatting (
f-string,format(),%operator) - Escape Sequences (
\n,\t, etc.) - Multiline Strings
- Use Cases and Examples
Suggested Format:
- Use Docusaurus markdown syntax
- Include code blocks and output examples
- Organize content using headings and subheadings
- End with a small quiz or practice task
Metadata
Metadata
Assignees
Labels
area:dbPRs with DBPRs with DBarea:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code