Python Strings Tutorial for Beginners! (Explained Simply)

preview_player
Показать описание
Strings in Python is important to learn because because strings are one of the most common and versatile data types you'll encounter in programming. We'll cover basics such as functions, defining variables, certain syntax and more. Python strings come with a variety of method functions that can be used to manipulate and interact with the string data, and several are covered in this video including Upper, Lower, Capitalize, Title, and Replace.

Let’s talk about it in the comments section…

Connect with us here:

0:00 Python Coding Intro
1:06 String Types
2:08 PyCharm
2:43 Functions in Python
3:00 Print Function
5:40 Backslash for escaping
8:25 Multiple lines
11:28 Len Function
12:44 Defining Variables
14:15 Writing a Program
17:40 Assigning Variables
18:08 Indexing
20:50 Comparison Operator
23:00 String Methods

#python #coding #pythontutorial
Рекомендации по теме
Комментарии
Автор

Great intro to Python! Looking forward to some more tutorials on this in the future

iameverywhere
Автор

Print("Scratch Cat \n Under \n Chin")

SilentFoxBB