10 Python Tips & Tricks That You Do Not Know || Python Clever Tips || Learn Python Shortcuts

preview_player
Показать описание
Programming becomes enjoyable when we know some tips & tricks. If you're a new python developer and want to learn cool and clever python tips & tricks, this video is for you.

WHAT IS THE VIDEO ABOUT?
• 10 Clever Hacks To Make You A Smarter Developer
• And, Shortcuts To Make Your Life Much More Fun And Easier As A Programmer

Now, if you're new to the programming world and don't know what to do, go check out our app and build your own game immediately while learning.

If you've much more important works than this (to call your significant other), we're here for you:
TIMESTAMPS
Tip & Trick 1: 0:28
Tip & Trick 2: 2:33
Tip & Trick 3: 5:02
Tip & Trick 4: 6:44
Tip & Trick 5: 8:44
Tip & Trick 6: 10:25
Tip & Trick 7: 12:00
Tip & Trick 8: 14:47
Tip & Trick 9: 16:56
Tip & Trick 10: 17:49

OUR SOCIAL MEDIA

Try these tricks and make your friends jealous. 😁

#python #learnpython #pythondeveloper
Рекомендации по теме
Комментарии
Автор

Trick 10: You can also write: print(name == name[ : : -1])
And one bonus trick: one can check odd even using just this line
print('odd' if int(input('Enter a number: '))%2 else 'even')

syedshubha
Автор

I was Praised by the subject teacher during practicals due to this trick 💖💖🙌😁 thank you very much!!

sahilrawat
Автор

"Many of you guys might know this but I want to give you guys since points as well". ♥️ Such a sweet wholesome guy! I love how encouraging and friendly his videos are! Also he has really cute ways of asking for likes and subscribes and shares haha.

curiousnerdkitteh
Автор

One good channel that makes us novice programmers learn actual stuff. I binged your channel for hours today since morning. Absolutely loved your content, keep doing em more! Good luck to you!

alexmercer
Автор

I love the way you teach! Very engaging. Didn't feel like I watched a 20 minutes video. Keep it up sir! Would love to see more such videos🔥🎉

tanmaytiwari
Автор

Such a good vibe You have my friend, keep on the good job

robertoamarillas
Автор

Trick 7 can even be simplified
odd_sq=[i*i for i in range(1, 11, 2)]

rgk
Автор

One more trick:
*you don't need indentation after if condition*
Ex:
if n==3:print('number is 3')

gamert
Автор

This video is very much awesome video because it gives lots of new tricks to learn easy and efficient way with less line of code

anandkashyap
Автор

Hello on trick 8 you can do the following code

def add(*a):
return sum(a)

you have not to use for loop and keep track of the resultvariable

rajendranaik
Автор

WoooW! I knew like Maybe 2/3 the other 8/7, I was aware of half the methods!! Brilliant!!

robinpipslayertekprofitsfa
Автор

Keeping Tricks aside, You have so much Positive Energy ✨️ Sending Tons of Thanks !!! Thank You 👍

GreenCheese
Автор

How simplified way you shown tricks and tips or hacks to minimize coding in python from 5 to 10 lines of code in other pragramming language or few lines in python which you shown in 1 line of code only. Great!!
Many of them are interview questions as well

riyaanshkarwa
Автор

I knew 6 tricks outta them .... thanks for putting a great effort for us

Sugar.
Автор

I didn't know about putting conditionals in a list. Thanks!

johnnycastillo
Автор

short code of clever no. 8
def add(*num):
return sum(list(num))

print(add(5, 6, 4))
output :- >>> 15

mr.explorer
Автор

Am I the only one who thinks he needs to do part-2? This is insanely awesome :)

abhishekchamp
Автор

These were simple but also clever and useful. Exactly the kind of tips and tricks that are interesting to learn. Thanks!

bendirval
Автор

Thanks from Australia. God bless. Brilliant and simple spot on. Keep going. This is my favorite python channel

photosynthesis_by_pete
Автор

Thank you for the video. I am grateful for your time and contribution. Kind regards, Akira.

akira_asahi