Strings in Python - Advanced Python 05 - Programming Tutorial

preview_player
Показать описание
Strings in Python - Advanced Python 05 - Programming Tutorial

In this Python Advanced Tutorial, we will be learning about Strings in Python. A String is an ordered, and immutable collection data type that is used for text representation, and it's one of the most used data types in Python. We will go over how you can use them and some advanced techniques that can be applied to strings.

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~

📚 Get my FREE NumPy Handbook:

📓 Notebooks available on Patreon:

A written Tutorial can be found here:

You can find me here:

#Python

----------------------------------------------------------------------------------------------------------
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

Frankly, I have seen a lot of python training videos on Youtube, and non of them made me comment on the work quality. The points that you cover are amazing. Well Done!

alirezama
Автор

I realized in youtube tutorials it is not only about explanation style but also the voice is very import. your explanation and voice is the best

keihansafi
Автор

Great to have discovered a channel that teaches advanced python

uploadvoice
Автор

while True:
mystring = input("Enter a sentence ı will reverse it for you: ")
substring = mystring[::-1]
print(substring)

spy
Автор

The video was great, i could now understand the difference of the good and bad code.Thank You!

saivamsi
Автор

Thank you for tutorial..you are good programmer

optimusPrimeOne
Автор

Really helpful to learn basic to advance pythom.

gello
Автор

On the last point using the f-Strings method, how do you reduce the number of digits after the decimal point with that?

shawnkshatriya
Автор

Awesome bro. All of your videos are great. What a content! What a way of explanation. I am subscribing you. Hats off brother!

anuragmishra
Автор

Strings: test your comprehension:

- what will happen if we run: `string[0] = "h"` ? why?
- how to count all NON-overlapping occurrences substrings in a string?
- find() vs index() do the same except for one thing. What is it?
- how to replace a substring with another text?
- how to split a string by commas?
- when building a string out of an array, should we use `for` or `join`? explain
- what does `f` do before the string, like `string = f"..."`?

ronyut
Автор

Thank you for your course🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰

jackieli
Автор

One thing I missed in this tutorial was how to format f-strings: :f'{val:.2f}' ie same as with .format()

RodrigoGandalf
Автор

If you could upload a video, to give a perfect guide to become a software engineer it would be great 😊

saivamsi
Автор

if the string is immutable, then why this is possible? my_string = my_string.strip()

vimalpatel
Автор

Being new to python, the last part was difficult to understand.

jihadshah
Автор

Change the name for this video series. This is beginner stuff. Don't
lie to people by calling it advanced. You lose your credibility from
the start when you LIE to people right from the start.

drnotebook