Comprehensions In Python? List, Dict, Set & Generator Comprehension | Python Interview Ques - 3

  Рет қаралды 4,684

NitMan Talks

NitMan Talks

Күн бұрын

#pythoninterview #pythoninonevideo #pythoninterviewquestions
How to Create Comprehensions in Python
Why do we use Comprehensions in Python?
Comprehensions in Python Interview Questions | List Comprehensions in Python | Dict Comprehensions in Python | Set Comprehensions in Python | Generator Comprehensions in Python
What Are Comprehensions In Python? Explain List, Dict, Set & Generator Comprehension In Python with example.
Comprehensions in Python provide us with a short and concise way to construct new sequences (such as lists, set, dictionary, etc.) using sequences that have been already defined.
We can create new sequences using a given python sequence. This is called comprehension.
In this video, I will first explain the whole concept and then will tell you how you can answer during your interview process and also what are the expected questions that the interviewer can ask you further.
So don't miss any part of the video and watch till the end!
Python series
Python series by Nitman
Python Interview series by Nitman
Python series interview questions
Python series interview questions and answers
What is Comprehension in python
What are Comprehensions in python
What is Comprehension in python in Hindi
Python interview series
************************************************
Chapters:
00:00 - Start
00:13 - Concept Overview
13:29 - Expected Interview Questions Answers
************************************************
52 Python Developer Interview Questions
52 Python Developer Interview Questions and Answers
Top 10 Python Developer Interview Questions
Mostly asked Python Developer Interview Questions
Commonly asked Python Developer Interview Questions
Tricky Python Developer Interview Questions
Advanced Python Developer Interview Questions
Python Interview Questions
************************************************
Watch the video till the end, hope you enjoy the video.
If you enjoy this video, please give it a like, comment, share, and don't forget to SUBSCRIBE!
#nitinmangotra #nitman Nitin Mangotra | Nitman Talks
************************************************
Stay Connected!! Connect with me:
Instagram: / nitinmangotra
LinkedIn:
Facebook: / nitmantalks
Twitter: / nitinmangotra07
Telegram: t.me/nitmantalks/
************************************************

Пікірлер: 45
@narendraparmar1631
@narendraparmar1631 5 ай бұрын
Good explanation , Thanks
@csb7562
@csb7562 2 жыл бұрын
I am fallowing your each and every video of python, It's very helpful for me. Even I am attending python developer interviews most of the questions asked this type only. So I am thinking I'll get my dream job as soon as possible.
@NitManTalks
@NitManTalks 2 жыл бұрын
Surely bro!!! All the very best 💖
@BeautybyJyoti423
@BeautybyJyoti423 4 ай бұрын
Thank you so much 😊 for valuable knowledge
@NitManTalks
@NitManTalks 4 ай бұрын
Keep watching
@TeluguYogi13
@TeluguYogi13 3 ай бұрын
@4:44 you can simplify that. list3=[i*j for i,j in zip(list1,list2)] @5:43 list4=[[i,j] for i,j in zip(list1,list2)]
@vidya-laxmi
@vidya-laxmi 2 жыл бұрын
Great effort, u r doing for us! Thnkuuu...
@sanskargawade7667
@sanskargawade7667 11 ай бұрын
Really appreciate your efforts..Thankyou sir for sharing valuable knowledge in detail.
@theraizadatalks14
@theraizadatalks14 2 жыл бұрын
Nicely explained. Thank you ❤️
@abhinaysingh800
@abhinaysingh800 2 жыл бұрын
Thank you so much sir 🙏
@sagargohil9823
@sagargohil9823 Жыл бұрын
Explain 💯
@pranshu_tiwari
@pranshu_tiwari 2 жыл бұрын
Nice explained
@supriyainamdar1555
@supriyainamdar1555 2 жыл бұрын
client interview experience ka ek vedio banao
@NitManTalks
@NitManTalks 2 жыл бұрын
I shared many interview experience! And in some interviews, I share client discussion as well! So yu can refer that!
@sushmitha8247
@sushmitha8247 Жыл бұрын
Tqsm snr
@agreshraghuwanshi
@agreshraghuwanshi 2 жыл бұрын
Great 👍👍make more videos
@dark_legions2227
@dark_legions2227 2 жыл бұрын
👍👍👍👍
@SSingh51993
@SSingh51993 2 жыл бұрын
I follow each and every video of yours.I just wanted to know that are u aware why there are so less interview calls through Naukri nowadays. Please try to cover and make a video regarding this topic.
@Harsh-vl5mr
@Harsh-vl5mr 2 жыл бұрын
@ nitman talks plz do reply my previous comments on list vs tuple video.(The video just before this video.)
@NitManTalks
@NitManTalks 2 жыл бұрын
I already replied!
@Harsh-vl5mr
@Harsh-vl5mr 2 жыл бұрын
No just before this video I think it's of decorators I don't remember just before this video I have asked you something
@Rkreddy123
@Rkreddy123 2 жыл бұрын
Please make discussion channel for our telegram group so that we can share doubts and other things...like this if you also want this
@souravbarua3991
@souravbarua3991 Жыл бұрын
Pla make a video on streamlit.
@stockobsession
@stockobsession 2 жыл бұрын
please make a video , list of campany who hire for fresher django developer
@mayurgawand1390
@mayurgawand1390 2 жыл бұрын
While Using Set Comprehension, Output should be in curly braces {1,3,5} by the way your efforts are really appreciable...
@NitManTalks
@NitManTalks 2 жыл бұрын
My bad! Thanks for correction!!!
@sayyadsharif164
@sayyadsharif164 2 жыл бұрын
Nice explained . could you plz make next video on iterators, custom iterator and generator
@NitManTalks
@NitManTalks 2 жыл бұрын
Yes sure! But I will make videos in sequences of 52 Python Questions Answers!!!
@faizakhan7073
@faizakhan7073 2 жыл бұрын
Next video please explain generators hmko b mangta ..✋ Enjoyed watching you ...😊
@urveshgodhani4542
@urveshgodhani4542 Жыл бұрын
oops ke par bhi video chahiye
@lyrafiel76
@lyrafiel76 2 жыл бұрын
Nice explanations but I think it still doesn't explain why comprehensions are faster than the common way. You have demonstrated with an example showing the time difference, but it doesn't explain the "why" behind the comprehension way being faster. Or may be I am thinking too much, lol. Thanks for the video.
@narendraparmar1631
@narendraparmar1631 5 ай бұрын
Why List Comprehension is faster ?
@adityadeep108
@adityadeep108 2 жыл бұрын
Bro I left Python just because of bad Logic building and problem solving skills. I'm more into frontend development now. Have I done justice to myself ?
@dark_legions2227
@dark_legions2227 2 жыл бұрын
Yes bro.. you made the biggest mistake of life. It will cost u so mch.. Avi v mauka h apne glti ko sudhar lo or phir se python pdhna start kr do.. Subah ka Bhola agar sham ko laut aaye to use bhoola nahin kahte...
@stockobsession
@stockobsession 2 жыл бұрын
​@@dark_legions2227kyu bhai ye tho bta usse
@dark_legions2227
@dark_legions2227 2 жыл бұрын
@@stockobsession apne nitin bhai ko hi dekh le aaj honeywell m h paiso ki Barrish babu bhaiya...
@adityadeep108
@adityadeep108 2 жыл бұрын
@@dark_legions2227 Frontend matlab Full Stack JavaScript development Jisme tumhara React JS, Node JS, Express JS, Vue, JavaScript, HTML, CSS, WordPress Postman aur bhi bht kuch hai. Frontend development me hi hu but Full Stack hai. Aur Full Stack developers ki bhi salary bht achhi hai.
@dark_legions2227
@dark_legions2227 2 жыл бұрын
Or h bro frontend sikhte rho use mt leave kro python or django saath m sikh lo is se tmhara field bdh jyega or ache job opportunities milega..
@swapnasurve8929
@swapnasurve8929 2 жыл бұрын
𝙿𝚕𝚣 𝚖𝚊𝚔𝚎 𝚟𝚒𝚍𝚎𝚘 𝚘𝚗 𝙳𝚁𝙵
@rohankumar8643
@rohankumar8643 2 жыл бұрын
Hi, Nitin bhai. Bhai can I get your number? Mujhe aapse kuch baat karni hai personally?
@NitManTalks
@NitManTalks 2 жыл бұрын
You can connect with me on Instagram to talk!
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 6 МЛН
Python List Comprehensions Made Easy!!
11:50
Travis Media
Рет қаралды 14 М.
Beginners Introduction to Python List Comprehensions (TUTORIAL)
14:03
Brendan Metcalfe
Рет қаралды 22 М.
Why I Chose Rust Over Zig
33:18
ThePrimeTime
Рет қаралды 42 М.
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН