Python Integer Trick?? #python #coding #programming

preview_player
Показать описание
Did you know you could add underscores in integers in Python to improve readability?
Рекомендации по теме
Комментарии
Автор

for C++ coders, you can use ' instead of _

orangenostril
Автор

The first tip is not only for Python, almost every language supports this

floskater
Автор

I generally hate Youtube shorts, and wish they didn't exist, but this one is actually useful, and I wish there were an easy way to save it to "watch later" or another playlist. I'm always forgetting how to format numbers when printing.

eric_d
Автор

Program: Visual Studio Code (VS Code)
Theme: Synthwave '84. I need the name of that type of font

JonathanSandoval-cwpu
Автор

I really love your shorts. I do learn a lot in 5 secs with them.

mubarakdederi
Автор

The first tip I knew from Rust, but the second tip is useful! Thanks!

cerulityk
Автор

after years of random "tips" online finally i have learn something new and cool!!!!

keene
Автор

this actually works for nearly all programming languages. java, javascript, ruby, etc

root
Автор

Dude you open my eyes to so much useful shit, i love it! Thank you

gdzilla_au
Автор

.... had need this 4 months ago - welll .. i did just learn it now - thanks mate.

balduron
Автор

Really good tip for long and complex constants, but as a general rule of thumb, if you’re dealing with a simple value like 1000, it’s cleaner to just use scientific notation and write 1e3.

yeehaw
Автор

Thanks🎉! it helps make code cleaner and better to understand. That's what i like 🙂 I wish for more shorts like this one😊

Blaxolot
Автор

This especially helps with readability of hexadecimal integer literals, when you commonly only care about 2 or 4 digits at a time.

JordanMetroidManiac
Автор

I’m a beginner and dealing with numbers has been pretty rough, this trick is gonna help out a lot thank you 🙏🏽

masenko_yt
Автор

This is great! Thank you for this useful trick!!

lvplvp
Автор

Saved holy moly. I hate having to strain my eyes looking at code so this is gonna make ut so much easier. Thank you!!!

wartorky
Автор

That is really nice to know. This will make things so much easier to read. Thanks for the tip!

EricOnline
Автор

These are really good. Keep them coming!

gallonramekin
Автор

The formated string tip was just awesome! Thank u very much. ..

youtuber-tcyk
Автор

I like how because I’m learning python I actually understand what he’s saying now in this video and what he’s doing

yuratripwire