List Comprehension in python| List Comprehension || Python Tutorial || Learn Python Programming

preview_player
Показать описание
List Comprehension in python| List Comprehension || Python Tutorial || Learn Python Programming
#ListComprehension #UnfoldDataScience
Hello ,
My name is Aman and I am a Data Scientist.

About this video:
A list comprehension is a way to construct a list in Python using a single line of code. The pattern of creating an empty list, setting up a for loop, and then using several if-then clauses to determine which data should appear in the list can all be done in a single line in Python. Below topics are discussed in this video:
1. List Comprehension in python
2. Python List Comprehension
3. Python Tutorial
4. Learn Python Programming
5. What is List Comprehension in Python

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:

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

Thanks for starting python programming aman sir

billinioreteachings
Автор

If u tell . how to start syntax and end it in paths would help so much

vKNemesis
Автор

Wow! Very helpful when to use List Comprehensions and when not to!
Sir, it'd have been even better if we would have known if we can use 'elif' conditions in List Comprehensions.
Example:

if condition1:
statement1
elif condition2:
statement2
else:
condition3

Can this be done in List Comprehensions? If yes, can you tell how?

gauravkamble
Автор

Hi Aman, May I know have you participated in hackathons/kaggle competitions while you have started your journey & if yes, how was your experience & how did you improve day by day, can you please share it.
Thanks

akhileshgandhe