Ratings & reviews

4.8146 ratings

Chris P.

78 days ago

Great!

berbecel O.

92 days ago

asdasd

昀瑶 徐.

170 days ago

79%
17%
3%
0%
0%
info

Complete all chapters to get certificate

0%

Basic Concepts

chevron

In this section you will be introduced with the basic concepts of strings in Python, such as creating, indexing, and slicing.

Creating a String

Multiline Strings

Accessing String Elements

String Slicing

Advanced Slicing

Negative Indexing

Challenge

Strings Concatenation

String Methods

chevron

In this section we will learn important strings methods, like .split, .count, .strip and so on...

Counting

Replacing

Trimming

Splitting

Splitting the Lines

Joining

Strings Formatting

chevron

In this section we will learn how to format strings, learn about f-string conception, replacing particular parts of strings, splitting string by lines and so on...

f-strings Conception

Positional Formatting

Formatting with Ordering

Formatting by Keys

Challenge

Advanced Formatting: Positioning

Advanced Formatting: Sign

Advanced Formatting: Float, Round, and Percent

Calculating and Formatting Dynamics