Filter Function: Python tutorial 154

preview_player
Показать описание
Guys please help this channel to reach 20,000 subscribers. I'll keep uploading quality content for you.

Python is easy programming language to learn and anyone can learn it, and these tutorials are 100% free in hindi.

You can share this playlist with your brother, sisters and friends. This will surely add some values to their life.

If you follow this complete playlist of python tutorial surely you will learn everything about python programming language.

This video is all about filter function.

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

Sir is everything is alright after 6:03 in this video. Or something is missing

shreymittal
Автор

sir python me web application banane ke liye kya kya requirements hain please bata de me ne kai bar poocha hai agar nahi pata to phir bi jawab dena me aap ke jawab ka intzar karon gq

jhonjhon
Автор

sir! please recommend some websites to do more practice these concept you taught us.

zeeshanakram
Автор

Sir we are really excited but also very disturbed about what is the benefit of learning python, i.e what is the ending result of this course ? are we will be able to make windows software, android apps, web sites or web apps ?

zeeshanakram
Автор

kya hum python ka use eCommerce jesi website develop karne m kar sakte h ek alge se video uplode krna iske liye

azeemali
Автор

Sir there is empty part at the end of this video before regular subscription message.

zeeshanakram
Автор

Sir, if we use Map function then it is giving what our function returned but how filter function is giving what is not even returning ??
Please reply.

pawanbhatt
Автор

Jo kam humne yha filter function is kra h...vo kam hum map se bhi to kr skte h.
Vo bhi 2 parameters leta h (func name, iterable).

Phir in dono m diff. Kya hua??

kartikmathur
Автор

Sir at 3 min the function 'is_even' is returning the boolean value i.e. true or false than how is the number itself is being stored!

sabyasachisarkar
Автор

bro advance tutorials kab bnao gay ? ye pora course to pehly bhi uplooad kiya tha ...

myphotos
Автор

fir map aur filter mein difference kya huya..?

raghavmahajan
Автор

Sir app python k interview question bhi add kar dijiye kyuki September se campus placement start honge

dheerajrayakwar
Автор

# Storts input string, spaces removed, special
# characters first, numbers second, letters last,
# ignoring case

s = input()

# create lists of sorted characters based on ascii
# values all letters sorted on lowercase ascii value
# using 'key='

symbols = sorted(
i for i in s
if 32 < ord(i) < 48
or 57 < ord(i) < 65
or 90 < ord(i) < 97
or 122 < ord(i) < 127
)

digits = sorted(i for i in s if 47 < ord(i) < 58)

letters = sorted(
(i for i in s
if 64 < ord(i) < 91
or 96 < ord(i) < 123),
key=lambda x: x.lower()
)

# combine the lists and join into a string
print("".join(digits + letters+ symbols))
I can't understand this plz

devbhoomidrshan
Автор

bhai mere isme no such file aise aa rha
$ python hello.py
can't open file 'hello.py': [Errno 2] No such file or directory
pls solve as soon as it can be

physicsandtechnology
Автор

hello sir please upload the videos very quikely

shubhamsoni
Автор

Sir aap sirf concept smja raha ho sir aap thoda or hard work kero or yeh bhi smjo ke how python work i means that how memory is created how the all function work in memory location these are important ..yeh concept to hum log net pe bhi smj skte ...sorry sir mai yeh nhi bol raha hu ke aap aacha kam nhi ker raha ho ..sir aapke jitna aacah content python in hindi on YouTube not available. ....

YuvrajSingh-pzwt
Автор

sir python me web application banane ke liye kya kya requirements hain please bata de me ne kai bar poocha hai agar nahi pata to phir bi jawab dena me aap ke jawab ka intzar karon ga

jhonjhon
Автор

sir python me web application banane ke liye kya kya requirements hain please bata de me ne kai bar poocha hai agar nahi pata to phir bi jawab dena me aap ke jawab ka intzar karon ga

jhonjhon
Автор

sir python me web application banane ke liye kya kya requirements hain please bata de me ne kai bar poocha hai agar nahi pata to phir bi jawab dena me aap ke jawab ka intzar karon ga

jhonjhon
Автор

sir python me web application banane ke liye kya kya requirements hain please bata de me ne kai bar poocha hai agar nahi pata to phir bi jawab dena me aap ke jawab ka intzar karon ga

jhonjhon
welcome to shbcf.ru