Thank you so much for all the lovely comments folks! I'm off to a Canada day camping trip deep in the wilderness, will catch up with all your messages once I'm back! 😃 (including on Twitter, LinkedIn and Discord 😉)
Как же приятно, когда англоговорящий человек произносит все слова чётко и внятно. Частая проблема при восприятии носителей — зажеванные слова, проглатывание окончаний и нераздельная речь, звучащая как непрерывное заклинание. В этом видео шикарно всё!
Some additional things I find useful: For more complicated list comprehensions, create a function that takes the list item as a single argument, and returns the result, then use that in the list comprehension in much the same way as you used print(). If you have a really huge list, I sometime deal with lists that have 10m+ items in them, then instead of using list comprehension, use multiprocessing.Pool().map(function,list) to use all of your available CPU cores. This doesn't seem to work so well in Windows, but works very well in Linux and FreeBSD.
One should learn from her how to teach to viewers or students offline or online, she got a gift of smile on her face, that makes her more beautiful in teaching, she is so passionate in teaching.
Python Simplified is the top python programming Youtube channel and Mariya is the greatest teacher of the world. Greetings from Argentina.
I stopped using python for almost 2 months(not really long) but I was looking for some quick refresher with the language, and your videos really helped me a lot. I just want to say thank you so much!!!!.
You are a life saver. It is so much easier learning Python with your fantastic tutorials. Keep em coming! Cheers from Montreal.
I have read and watched a lot of tutorials about Python list comprehension. This was the best. I think now I can write a list comprehension without copying somebody else's code.
I love the way you speaking with face expressions...
This is the best tutorial about list comprehension, we need the dictionary comprehension
Absolutely a fantastic teacher. I like the way you explained it. Thank you!
Excellent. The way you covered the example's, just mind blowing.
I'm following you and watching your video to improve my Python, I'm using Py since 2 years every day with AWS-Lambda functions but there are always something new to learn! And you have an awesome voice so I improve my English too. Hello from Italy.
This is EXACTLY what I need to get through a coding test! They asked to turn every other letter in a string from kwargs into upper, and every other lower. Thanks, Mariya! Perfect help, perfect timing!
Your style of teaching is tremendously calming to mind, inner members and easy to grasp cause you add the extra effort to breakdown each step with mutual inclusive perspicuous/crystal clear processes. You understand the wisdom of patience of endurance and self-control in increase and kindness of absolute words of hope and encouragement. I may be very old than but I must say I love you, meaning i cant stop being explicitly patient and kind with my words toward you. I got this idea of love and trust in 1 Corinthians 13: 4-8 with Heading or subheading of ''the way of love.'' You solved a serious problem I was having in my mind - i had sleepless nights for close to one week trying to solve the PE1 Tic Tac Toe game.
Yeah, mom I am just learning python.
You make complicated things look easy. You are amazing!
Excellent! And yes, dictionary comprehension would be greatly appreciated.
I just used list comprehension for my huffman coding project, works so fast I love it!!
@patricklehmann24