6 Python Tips and Tricks YOU Should Know

preview_player
Показать описание
Today I will be showing you some handy Python tips and tricks to improve your productivity. These shortcuts will help you code faster and smarter in Python in just 5 minutes. The most powerful of these tips will be towards the end of the video so make sure you stick around to really see how to make your code shorter and more efficient.

***************************************
Timestamps:

0:35 - Swapping variables
1:58 - Creating lists
3:22 - List manipulation
6:00 - Lambda functions

#tipsandtricks #pythontutorials #python

***************************************
Additional Python Resources

Read and Write to CSV with Python ►

Web Scraping Baby Yoda ►

Best IDEs for Python ►

***************************************
Be sure to subscribe for tutorials, project breakdowns and more!

STAY TUNED:
Рекомендации по теме
Комментарии
Автор

Underrate levels:

Underrated
Very underrated
Extremely underrated
This channel

werlokcf
Автор

list(range(0, 21, 2)) seems a bit easier for the third task

orctoloston
Автор

Very instructive and clear video. only thing is, is that if you are speaking and not programming then it appears more natural and engaging for you to look at the camera. I think it would make the video seem more down-to-earth :)

cameronairlie
Автор

Subscribed!! Useful and helpful content!! TY

hoangvanhao
Автор

I just found the most underrated channel... Subscribed and notifications turned on! 😊 This video is so helpful (Hope you do morr basic stuffs for beginners like me) RESPECT

Ramdinpuia
Автор

The first trick was enough for me to subscribe.

oscwavcommentaccount
Автор

woooow cool, I loved the switch trick Thank you subed :)

thegame
Автор

You are awesome dude...
Please make more videos on python . You are just wow!!!
Thank you

SatyamKumar-rmgq
Автор

Really helpful for me...just I subscribed to your channel after watched this video

sudeepdeep
Автор

except reduce function i know all tricks but still it is good keep going man

nikhilpatil
Автор

Great topics.Thanks. Do you have videos on python

paula
Автор

Which extension do you use in lighting the code?

ajay
Автор

hei! just wondering> what theme do you use? :)

octaviandatcu
Автор

Another way with list comprehension

instead of map -> square_list= [x**2 for x in numbers]
instead of filter. -> evens_list= [x for x in numbers if x % 2 ==0]

fgomez
Автор

Omg how come this channel is not on top yet, tysm for teaching tricks, 👍gonna watch all your python videos cause you really teach Nicly 😊.

bimalkumarsingh
Автор

Hi bro thanks for video I have question what theme you are using ? Please Reply

darkhackr
Автор

Thumbnail: _exists_
Python Linter: _siren_

AquaQuokka
Автор

is cramming everything into one line more efficient? is readability taken into account ?

BenHindle
Автор

The tricks were nice but heres a tip, try setting up the camera so that you face it.

Smittel
Автор

know keep going I will tell every python developer about your channel, I did know about this things bout it costs too much time

Mohammad-bblp