Advanced Python - List Comprehension and Mapping #02

preview_player
Показать описание
This is a python tutorial for everyone who already knows the basics!
Welcome to Advanced free course, where you can further polish your programming in Python on your own! Begin your adventure with Software-Engineering now!

Advanced Python Course:

Channel Page:

Outro Music:
Outro Music License:

Timecodes
00:00 - Intro
00:06 - What is List Comprehension
01:07 - Using List Comprehension
02:08 - Modifying List Comprehension
02:38 - Mapping Lists in Python
04:02 - Mapping using List Comprehension
04:38 - Outro

#coding #programming #python #tutorial #course
Рекомендации по теме
Комментарии
Автор

Perfect videos for watching on the way to work!

AssassinsHelper
Автор

Great channel Noah! You’ll have thousands of subscribers in no time. I was lucky to be early.

lawniczakjohn
Автор

As much as I love compressing some one-line elements (making my code unpythonic, but who cares :D), understanding syntax of list comprehensions is always extremely rough for me. I'm kinda grateful for your example where you put +"text", as this actually made it a bit clearer because I saw where this part is iterated, and where this part is operated.

On the other hand, mapping is amazing feature! I'd add that - according to some comments - it is supposedly also faster/more efficient from "for" loops, so it's good to use it on big iterations.

tom_stephen
Автор

Just wanted to say, your videos are amazing, literately better than my lectures at uni haha :D, I used yield for the first time today in advent of code, .

fredericateather
Автор

I'm probably gonna watch that more again when I forget all of it.

pristine-crumb
Автор

Thank you for the video! Your explanation is easy to follow ✨☺️

hiutale