High Definition Standard Definition Theater
Video id : NQsY6YSdnbc
ImmersiveAmbientModecolor: #7d748a (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: 3f37b916317f20fa38f751bbcae7e2da1b94767f7a958ed857cfff1f34fd2c3437dee20eef19cb3bf6688570839fda3b
Proxy : eu-proxy.poketube.fun - refresh the page to change the proxy location
Date : 1732475279136 - unknown on Apple WebKit
Mystery text : TlFzWTZZU2RuYmMgaSAgbG92ICB1IGV1LXByb3h5LnBva2V0dWJlLmZ1bg==
143 : true
240,792 Views • Mar 7, 2023 • Click to toggle off description
In this Short I discuss 3 Python features: value swapping, join method, and line continuation.

Background Music:
Gentle Lo-Fi Vlog Background Music | Cookies by Alex-Productions | onsound.eu/
Music promoted by www.free-stock-music.com/
Creative Commons / Attribution 3.0 Unported License (CC BY 3.0)
creativecommons.org/licenses/by/3.0/deed.en_US
Metadata And Engagement

Views : 240,792
Genre: Education
License: Standard YouTube License
Uploaded At Mar 7, 2023 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.847 (696/17,555 LTDR)

96.19% of the users lieked the video!!
3.81% of the users dislieked the video!!
User score: 94.28- Overwhelmingly Positive

RYD date created : 2024-06-20T04:06:00.050541Z
See in json
Connections
Nyo connections found on the description ;_; report an issue lol

118 Comments

Top Comments of this video!! :3

@SovereignElite97

1 year ago

Question.. so if you mistakenly put the value 45 and are trying to replace it with its correct value why not just erase the wrong value and put the correct one??

224 |

@ProfRoxas

1 year ago

First one is technically tuple unpacking, the right side actually becomes a tuple of that two variable and you unpack it into the two values on the left
Swap is a specific use case but if learnt, you can use it in many good cases

46 |

@atridott

1 year ago

The second can also be realized as follows:
print(*data, sep=", ")

42 |

@Native_love

1 year ago

Excellent tips! Thank you!

|

@zebramc3693

1 year ago

Thank you for your demonstration!

|

@lily_littleangel

1 year ago

for the third one, I usually just used brackets.

38 |

@sekki2554

1 year ago

„Value swapping“ must be a april fools joke

2 |

@skviknesh

1 year ago

Love this 1min videos ❤️❤️❤️

|

@J1Jordy

1 year ago

For the first one I prefer using the method where you solve the problem that's causing the misnamed values in the first place.

2 |

@LaniakeaArmstrong

1 year ago

I didn't know about line continuation. Thanks

|

@georgeg.5602

1 year ago

Can you make a video with the shortcuts that you make brackets etc.??

|

@relims

1 year ago

Here is another: Instead of using an f-string to concat, you can separate them with a comma and it print() will print them with a space in between (unless you set the sep arg)

1 |

@gingerphoenix10

1 year ago

If var == True. I feel the pain in that

1 |

@CLove511

1 year ago

That third one should be baked into every python dev, that's a whole standard python formatting to not have your lines extend past a certain column

|

@Thekingslayer-ig5se

1 year ago

Great one brother

|

@kalidasans3031

1 year ago

Really helpful❤

|

@orentroyer112

1 year ago

For the inventory you can just do
print (inv)

|

@AquaQuokka

1 year ago

I knew 1 and 2 but 3 really got me interested...

|

@lolslim690

1 year ago

I have used parenthesis ( ) before when I wanted to do multi line if statement for better readability, not sure if its a universal solution or it just happened to be fine for my use case.

5 |

@mrudulashah4389

10 months ago

Which theme are you using on vs code

1 |

Go To Top