List Comprehensions - Python Tips and Tricks #1

preview_player
Показать описание
This new tutorial series is about tips and tricks for the Python language. Some of the things will be fancy and beautiful and others will be very useful and efficient. In this first episode we talk about list comprehensions, which are a concise way to create lists in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

🖥️ My Coding Setup 🖥️

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

I like these short, simple videos. They are a good replacement for other entertainment and I can watch them while cooking, cleaning, working out, etc.. Thanks😊

flashlightwashcloth
Автор

This is hidden gold. Very helpful thanks man

ankitkondilkar
Автор

This is the first tutorial from which I understood the actual meaning and use of List comprehension in python After watching several videos on youtube. Thanks a lot buddy🥰

dangerhere
Автор

Perfect! Just what a practioner needs so as not waste hours for code to run. Comparing to other similar content on youtube, it's like taking a sleeping pill vs firing a guided missile.

aborucu
Автор

Nice tips man. Really usefull info. Thanks!

ionelcarasca
Автор

Its going to be super interesting.. love your content :)

salikmalik
Автор

words = [word.upper() if word.startwith("a") else word]

wongkingshun
Автор

thanks this was great, i learnt a new thing

PlvntainPapi
Автор

keep them coming! Why do people usually use list comprehensions over a much more readable, and simple, loop? Is speed improved with list comprehensions over a two line loop?

Thanks!

goebify
Автор

dude, your video are wicked good, could you do a playlist on regex?

jedininja
Автор

this was beneficial but i wonder how nested conditional or loops will look like in comprehension

orchidx
Автор

Will you make cryptography series in future?

elearningforall
Автор

Your content is pure gold, I'm getting your books with my first salary for sure.

MIDOOSAIDI
Автор

I challenge you to make a program where we type countries name and it give us its capital name please help me I am making this program but it is working in line if 1 st no. Was india and I type America but it still print India capital please help me

slggaming
Автор

Can we use elif condition in list comprehension?

hellobro