Map, Filter, and Reduce Functions || Python Tutorial || Learn Python Programming

preview_player
Показать описание

This video was made possible with the help of our Patrons on Patreon! We would especially like to recognize the generosity of our VIP Patron, Carlos A. We are so happy you are on the Socratica Team, Carlos!

To learn Python, start our Python Playlist HERE:

♦♦♦♦♦♦♦♦♦♦

We recommend:
Python Cookbook, Third edition from O’Reilly

The Mythical Man Month - Essays on Software Engineering & Project Management

Shop Amazon Used Textbooks - Save up to 90%

♦♦♦♦♦♦♦♦♦♦

Ways to support our channel:

► We also accept Bitcoin @ 1EttYyGwJmpy9bLY2UcmEqMJuBfaZ1HdG9

Thank you!

♦♦♦♦♦♦♦♦♦♦

Connect with us!

♦♦♦♦♦♦♦♦♦♦

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

Python should be a comedian because it is full of one liners.

kailashprasad
Автор

It's official! The Socratica Python Kickstarter was a success! Thank you to all of our supporters. Because of you, many more Python videos coming soon!! 💜🦉

Socratica
Автор

I am currently attending a university master in data science. These videos are 100 times Better than the slides I got from my professor. Clear and Easy to apply. Thank you

Terniedintorni
Автор

Wonderful stuff. Sharp, professional and lively. The humorous delivery takes the edge off. At the same time, the presentation is carefully scripted to teach clearly and efficiently. No hesitations, no mistakes, no confusion. Just fast and pleasant learning. The code animation is easy on the eyes and so is she!

rweaver
Автор

if brevity is the soul of wit, then python is in a class by itself !! Wow

rojanshrestha
Автор

I generally don't comment but I am really amazed by this awesome video is. One word Awesome.... !! loved the way the concept was taught and delivered...

ARJUN-opdh
Автор

I have never seen tutorials this amazing. Its like I traveled back in time 30-40 years when people still made sense - could think and communicate. I enjoyed these so much. Thank you for all the hard work and long hours you guys put into this series. You are hands down the best! Can't wait to see the next one.

eppotamus
Автор

list comprehension is also a good option instead of map function:
areas_lst = [ area(r) for r in radii ]

also for filter:
filtered_lst = [ d for d in data if d > avg ]

juanmosca
Автор

I can't stop thinking of GLaDOS while listening to this.

instant_mint
Автор

Moment I heard the last line. Paused. Liked. Subscribed. Turned on notification. Too good.

myroncarvalho
Автор

At this very moment, you are the most engaging python teacher on YouTube. Goes down mainly to the tone and style/theme and covering so much in one small video.

hmak
Автор

Loving the hate for Fahrenheit :) "How could this happen"

pranjalable
Автор

From a Haskell programmer: Great introduction! In addition, script provides a nice, subtle sense of humor. Ms. Castro has superb enunciation.

stevejohnson
Автор

Just started studying python a month ago, after almost 20 years of java programming language and I've just fallen in love with it.
Great programming language.
Very cool and attractive presentations Socratica.

doviche
Автор

You are in a class by yourself Socratica! The way you teach is simply superb!

KADESH
Автор

This is by far the most clear explanation of filter/map/reduce! Thank you very much!

kennymccormic
Автор

Extremely well done series. The best way to learn in my opinion. Short, to the point, engaging, code examples and awesome jokes. Using a one-liner one-liner joke... beautiful!

jeffbarrett
Автор

Best map, filter, reduce explanation i've seen for any language! Thx!

cruepprich
Автор

This is by far the best explanation of map, filter & reduce in Python ever.

jeffm
Автор

Till now I haven't seen a video being posted like this, great with differences that making this playlist and channel different from others, keep it up

AjaySharma-pgcp