Тёмный

Python f-Strings - Advanced String Formatting tutorial for beginners 

Dave Gray
Подписаться 337 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

13 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@ahmad-murery
@ahmad-murery Год назад
The string interpolation using f"string" way is very similar to the way dotnet do it, anyway, it uses the $ symbol instead of the F I think numbers will be automatically converted to strings inside a formatted string so no need to str() them Thanks Dave
@utinthein7274
@utinthein7274 Год назад
Thank you, Sir. I'm waiting.
@igwekennedy3033
@igwekennedy3033 Год назад
Thanks dave
@NewsChannel-y4g
@NewsChannel-y4g 4 месяца назад
Looking at the 8:30 could it be true to say that Dave is a player? If player in Dave: "playa gunna play"...Thanks for the video
@muzhaffarhaydar7928
@muzhaffarhaydar7928 Месяц назад
18:15 all i see is emojis 🤣. thanks btw dave
@lowcodehub
@lowcodehub Год назад
It's almost like template litterals in Javascript. Great tutorial btw
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Yes, it is and thanks!
@mohammadnabil6556
@mohammadnabil6556 Год назад
Thank you Dave ❤❤when will be the next video released?
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
One per week.
@LeonelLopezBorbon
@LeonelLopezBorbon Год назад
person = "Dave" word = "amazing" message = " {name} is {quality} .".format(quality=word, name=person) print(message)
@user-vp3vs6ey3r
@user-vp3vs6ey3r 5 месяцев назад
print("Very clever and very true.") print("Just discovered Dave and his explanations are very clear.")
@utinthein7274
@utinthein7274 Год назад
Sir, in your python tutorial, Lesson 13 line number 33 and 34 print(' You chose ' + str(RPS(player)).replace("RPS.", '').title() + '.') print('Python chose ' + str(RPS(computer)).replace("RPS.", '').title() + '. ') In this line of code that where from come .title( ) method. You never explained previous tutorial. a little confusion. It start from tutorial 8 , rps2. I also asked this question in your discord channel.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
In lesson 4, Python Data Types, string methods are covered - but not every string method. I left a link in the references to look up more as stated here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-INGJh9DEaBM.html
@mioszkordaczuk5475
@mioszkordaczuk5475 Год назад
Hello Dave Create Video in Blog page thank you Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Maybe you are asking for something not in Python? That is what this video is about. If you want a video in a blog page, view the final project in my Next.js video series. It was just published last Tuesday.
@mioszkordaczuk5475
@mioszkordaczuk5475 Год назад
@@DaveGrayTeachesCode but I would ask dave to create such a video I would like to learn also I use Virtual Studio Code how to do it in turn
@LeonelLopezBorbon
@LeonelLopezBorbon Год назад
@@DaveGrayTeachesCode why not in Django after Python Tutorial?
@thesorus
@thesorus Год назад
I cry a little bit when I see a range from 1 to 11... lol.
@omarhashem818
@omarhashem818 21 день назад
what 😂
@khalilbenmeziane8836
@khalilbenmeziane8836 Год назад
thank you dave
Далее
Python Modules for Beginners
18:03
Просмотров 9 тыс.
Python Closures for Beginners | Python tutorial
19:32
БЕЛКА РОЖАЕТ?#cat
00:28
Просмотров 314 тыс.
F-strings In Python: Everything You Need To Know
23:29
Python User Input & Control Flow | Python tutorial
22:42
5 Really Cool Python Functions
19:58
Просмотров 61 тыс.
Python File Handling for Beginners
22:40
Просмотров 13 тыс.
The Most Important Skill You Never Learned
34:56
Просмотров 202 тыс.
10 Important Python Concepts In 20 Minutes
18:49
Просмотров 101 тыс.
Python string format 💬
12:47
Просмотров 31 тыс.
Python Command Line Arguments tutorial for Beginners
21:25