Python Programming Essentials Myanmar (8): Learn Str Methods Easy (2)

preview_player
Показать описание


ဒီ Lecture Series မှာ Python Programming Basics ကို Full Course အပြည့်အစုံ အခမဲ့ သင်ယူခွင့်ရမှာပါ။ ဗွီဒီယိုအားလုံး အောက်က လင့်ခ်တွေ မှာ ကြည့်ပါ။

1. What is Computer Programming?
Computer Programming ဆိုတာဘာလဲ?

2. How to understand Jupyter Environment

3. How to format a string in Python, Str Part 1

4. How to format a string in Python, Str Part 2

5. How to check data class and subclass

6. How to check Object Id

7. How to change case and adjust str

8. Python Programming Essentials Myanmar: Learn Str Methods Easy (2)

9. Python Programming Essentials Myanmar: Learn Str Methods Easy (3)

10. Python Programming Essentials Myanmar: Learn Str Methods Easy (Final)

11. Python Essentials Myanmar (11): How to understand Data Structures

Music track: Technology Corporate by Aylex
No Copyright Music (Free Download)
Рекомендации по теме
Комментарии
Автор

Just a quick correction here 😊
"\u00BD" is unicode str for fraction 1/2 and "\U00B2" is unicode str for superscript 2. So, correspondingly, the logical check results are as follows:
unicode isdecimal() isdigit() isnumeric()
"\u00BD" False False True
"\u00B2" False True True

clicktopengg
visit shbcf.ru