How to write generators in Python | generators in python | generators and iterators in python

preview_player
Показать описание
How to write generators in Python | generators in python | generators and iterators in python

Hello ,
My name is Aman and I am a Data Scientist.

About this video,
In this video, I explain about generators in python. I explain both the theory and give demo in python for generators. I also explain how generators work with next statement in python. Below topics are discussed in this video.
1. How to write generators in Python
2. generators in python |
3. generators and iterators in python
4. generators in python telugu
5. generators in python tamil
6. generators and iterators in python hindi

About Unfold Data science: This channel is to help people understand basics of data science through simple examples in easy way. Anybody without having prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at high level through this channel. The videos uploaded will not be very technical in nature and hence it can be easily grasped by viewers from different background as well.

If you need Data Science training from scratch . Please fill this form (Please Note: Training is chargeable)

Book recommendation for Data Science:

Category 1 - Must Read For Every Data Scientist:

Ctaegory 2 - Overall Data Science:

Category 3 - Statistics and Mathematics:

Category 4 - Machine Learning:

Category 5 - Programming:

My Studio Setup:

Join Facebook group :

Follow on twitter : @unfoldds

Follow on Instagram : unfolddatascience

Watch python for data science playlist here:

Watch statistics and mathematics playlist here :

Watch End to End Implementation of a simple machine learning model in Python here:

Learn Ensemble Model, Bagging and Boosting here:

Build Career in Data Science Playlist:

Artificial Neural Network and Deep Learning Playlist:

Natural langugae Processing playlist:

Understanding and building recommendation system:

Access all my codes here:

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

Iterators are used mostly to iterate or convert other objects to an iterator using iter() function.
## Program
lst = iter([11, 22, 33, 44])
print(lst)
Output :- <list_iterator object at
so we use next function
next(lst)
output :- 11
using for loop:-
for i in lst:
print(i)
Output :-
22
33
44

So informative video 🙂... Thank YOU Aman Sir 🙂 ...!!!

sanketadamapure
Автор

Shaandaar, ye jo small concept you choose, these are awesome .

ajaykushwaha
Автор

Thank You Aman for producing quality content.
I follow your video tutorials on data science. I had attended your live session you gave me chance to be part of it during July of last year. If you have remember I discussed many points in this session.
You clear my doubts.
After 16 months unemployment I got job in last August. I joined job in data analyst profile.

Thank you for your guidance.

Best

Rajesh

exploreData
Автор

Thanks for your video Aman sir. Can you please upload one video to understand the data distribution and how it place a major role to decide the ML model pls. Many thanks in advance.

radhakrishnanananthan
visit shbcf.ru