Python Sets (When to use it?) #18

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

In this video, we will learn to create, manipulate, perform various operations, and iterate over sets in Python. We will also cover numerous built-in methods that make working with sets much easier.

~

Watch our videos and revise them with our Python App!

Timestamps:
0:00 Intro
0:26 Creating Sets
3:56 Add Items to a Set
6:22 Remove Items from a Set
8:18 Check if an Item is in a Set
9:00 Iterating Through a Set
9:30 Python Set Operations
12:56 Programming Task
13:12 Recap

Find Programiz elsewhere:
-------------------------------------------------

Python Sets (When to use it?) #18

#python #learnprogramming #programiz #pythonsets
Рекомендации по теме
Комментарии
Автор

🔥Finding it Damn Hard to Understand Python?
Learn to code—the right way—with interactive lessons, quizzes & challenges. Build a strong programming base; it's IMPORTANT!

programizstudios
Автор

I am Patrick I'm a PYTHON beginners but I really like how you guys explain and give details . Thank you for your hard work.

patrickniyibizi
Автор

it is hard to believe this content is for free, yet thanks for the great tutorial <3

ritaviksakpal
Автор

Honestly your videos have helped me so much to understand concepts that I come across that were either not covered by other beginner courses, or not explained well enough. I'm now going to use your website + videos to fill in my knowledge gaps! Thank you so much, all your videos are really clear and detailed yet straight to the point. Amazing stuff, please keep it up, really appreciate it.

allyeatworld
Автор

Thank you for posting these extremely easy to understand tutorials. Helps immensely for beginners like me with absolutely no background of computer science!

patilshubham
Автор

Really enjoyed how you present the content in a very understandable way. The flow/framework you adopt to present the info is also VERY helpful in understanding the basics before building upon them. Really appreciate the help.

coolhandluke
Автор

Damn, can't believe this is free. Amazing content, better than a course that I purchased.

sarbajitmaitra
Автор

Hello to all the people who are work in in Programiz, I am really thankfull for your trying and your learning. I have a question, how can I take the elements of a set by user?

sultanhussainnajafi
Автор

Thank you for uploading this. Your videos are very well organized and clear.

JH-KU
Автор

this video deserve more likes so people can see this

bxrbloxx
Автор

I love how you were continuously mistaking the word animal 😂

IDKWHATISTHIS_
Автор

Your channel is awesome! <3 I love it, thank you for this!

kellybmackenzie
Автор

1. {'cat', 'dog', 'tiger', 'elephant'}
2. {'tiger', 'elephant'}
3. {'snake', 'tiger', 'elephant'}
4. {10, 5}

joyceadhiambo
Автор

Thank you so much for your help on this!

Zerback
Автор

Sir tell me if u want to take inputs from user in sets. How we have take with out defining the number of inputs will be..? Plz reply soon

GoliBodhini
Автор

Make video on hindi you are great explanation 👍👍👍

harshalbadgujar
Автор

For me it says you cannot do
visitedSet = {}
visitedSet.add('k')
it says you cannot use.add on sets

josephferraro
Автор

How to add multiple strings or multiple arguments to a set in python

ravisastry
Автор

What code is required to generate the set of all sets that do not contain themselves?

hoey
Автор

1. {'cat', elephant', ‘tiger', 'dog'}
2. {'elephant', ‘tiger')
3. {' snake', 'elephant', 'tiger'}
4. {10, 5}
Is the answer

swarnaakshayastudio