SETS INTRODUCTION - PYTHON PROGRAMMING

  Рет қаралды 48,876

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 68
@akashjulius4445
@akashjulius4445 2 жыл бұрын
love love love love love your teaching style and personality love u from pakistan
@ganeshsongala1011
@ganeshsongala1011 3 жыл бұрын
sir creation of empty set is by using function set( ) s = { }--- mostly taken as dict
@anithaanitha5414
@anithaanitha5414 5 жыл бұрын
Ur explanation is neatly and correct... Awesome
@ajaymaharYT
@ajaymaharYT 5 жыл бұрын
3.16 need some correction, in python we don't have any symbol representation to create EMTPY SET, the example you gave will created EMTPY dict not the empty set. If you want create empty set you have to use s = set() ..
@Chandinidadu
@Chandinidadu 5 жыл бұрын
Great
@shaikhsanah3087
@shaikhsanah3087 4 жыл бұрын
I was gonna say the same. Thank you
@Lyrik-Klinge
@Lyrik-Klinge 4 жыл бұрын
You have a very nice handwriting.
@anithaanitha5414
@anithaanitha5414 5 жыл бұрын
Everyone understood ur videos.. Do more videos in python.. Now python is trending
@sciencesconnectus7001
@sciencesconnectus7001 3 жыл бұрын
Your explanation is very nice and useful to my career
@dnaquarcoo8848
@dnaquarcoo8848 2 жыл бұрын
I enjoyed your called class.
@deepthi6054
@deepthi6054 Жыл бұрын
Ur explaination is awesome ❤
@sushantjain1559
@sushantjain1559 4 жыл бұрын
Sir pop() function remove elements randomly in case of set because , in set elements are arrange randomly
@KanhaiyaLal-ep8cb
@KanhaiyaLal-ep8cb 2 жыл бұрын
In most cases, it removes the first integer. I tried it with string and float, but It removed the first integer even if you write string and float before an integer.
@vannaluaruna1096
@vannaluaruna1096 4 жыл бұрын
Excellent 😊
@karthickrajavelou1832
@karthickrajavelou1832 2 жыл бұрын
clear explanation.👏
@addulaambikareddy6518
@addulaambikareddy6518 2 жыл бұрын
Why we use dot in while writing the set operations
@priyankaGupta-pg3wb
@priyankaGupta-pg3wb 3 жыл бұрын
you are awesome teacher
@viktorromanyuk2801
@viktorromanyuk2801 Жыл бұрын
using pop() on sets returns a random item, not the first item. Will small numbers, usually it returns the first item, but not take for granted
@anithaanitha5414
@anithaanitha5414 5 жыл бұрын
Superb sir
@udayasrireddie
@udayasrireddie 4 жыл бұрын
Sir pop operation will remove the last elemnt in list and tuple right?..how it will be remve the frst element in set????.....
@priyankaGupta-pg3wb
@priyankaGupta-pg3wb 3 жыл бұрын
sir you make these thing so easy
@udayasrireddie
@udayasrireddie 4 жыл бұрын
Sir sum operation cannot be performed when the strings are present in the set right?
@ayushshukla7724
@ayushshukla7724 4 жыл бұрын
Sir sets are ordered ....... I want example of who say that sets are unordered .. whyy?????
@anbarasugr3283
@anbarasugr3283 5 жыл бұрын
superb sir, tq..
@13naaz
@13naaz Жыл бұрын
pop() function .. will not remove the first element exactly.. although it will return the element whichever was removed
@funnyrapcomedy3711
@funnyrapcomedy3711 7 ай бұрын
Pls sir I am watching from Nigeria and I am a newbie in Python trying to learn, how can I create set in dict and access the values
@arjunworld1263
@arjunworld1263 4 жыл бұрын
Super sir...
@dancerprakhar1052
@dancerprakhar1052 5 жыл бұрын
Sr how you explain pop it is correct can you please help me
@sankarduraiswamy6615
@sankarduraiswamy6615 3 жыл бұрын
When 'update' is used, the elements of two sets are given in ascending order.
@ganeshsongala1011
@ganeshsongala1011 3 жыл бұрын
in set no sort function becoz immutable
@kirtikaushik4331
@kirtikaushik4331 2 жыл бұрын
yes exactly
@naveenkumarreddy1559
@naveenkumarreddy1559 4 жыл бұрын
Pop operation doesn't performance in set sir(give the clarification sir)
@harishrepalle1334
@harishrepalle1334 3 жыл бұрын
How to pick one element from set
@rakshithagond278
@rakshithagond278 Жыл бұрын
Thank youhhh ❤
@story_teller_Is
@story_teller_Is Жыл бұрын
creation of empty set toh ye h na sir--> S=set() S={} ye to empty dicctionary hota h na.
@ABHI-oj6um
@ABHI-oj6um 2 жыл бұрын
Tqu sir
@vicky2890
@vicky2890 5 жыл бұрын
pop() function used to remove last element
@kavyasan4782
@kavyasan4782 5 жыл бұрын
No it remove element randomly because set is unordered collection of dataitems
@jayakadiyam1960
@jayakadiyam1960 4 жыл бұрын
sir u had explained in list that pop will remove last element in list here in set uar telling the first ele is removed let me clarify
@narasimharajuballapura1
@narasimharajuballapura1 4 жыл бұрын
but in sets pop removes any random element
@ishwaryan738
@ishwaryan738 4 жыл бұрын
Now only i am clear after in this session
@sandhyab.sandhya2600
@sandhyab.sandhya2600 4 жыл бұрын
Pop() function doesn't remove first element sir it will remove randomly
@sankarduraiswamy6615
@sankarduraiswamy6615 3 жыл бұрын
I tried. It removes first element. pl check
@diloginisutha7788
@diloginisutha7788 4 жыл бұрын
Sir pop function remove the last elements
@sudhakarivfhao
@sudhakarivfhao 2 жыл бұрын
empty set declaration is wrong sir if we specify like that it will consider as a dictionary
@mohanm6959
@mohanm6959 4 жыл бұрын
Please explain real time and pc
@nayananeha1284
@nayananeha1284 Жыл бұрын
Sir important programs
@kavyasan4782
@kavyasan4782 5 жыл бұрын
S.update (t) and t.update(s) Results are same i.e {1,2,3,4,5,6}
@laggamerz1517
@laggamerz1517 2 жыл бұрын
talk in your desi language
@prabhatganveer4456
@prabhatganveer4456 3 жыл бұрын
S ={} is Dictionary S = set() is a empty set
@signedin0099
@signedin0099 4 жыл бұрын
S = { } will give you empty dictionary not a set please correct that
@varunrithvikgudluru4904
@varunrithvikgudluru4904 3 жыл бұрын
set cant be created by s={ } ..this creates a dictionary to create a set , s=set() ..should be used
@AshishKumar-ux9jg
@AshishKumar-ux9jg 3 жыл бұрын
hey you done a mistake in creating a empty set it should be like a=set() a = {} in this the type of a is dict ,
@kushaldas8496
@kushaldas8496 4 жыл бұрын
S={} Print(S) Print(type(S)) Output will be {} Sir please remove it because many students learn from your python series so it may be possible that they will learn wrong.
@varunrithvikgudluru4904
@varunrithvikgudluru4904 3 жыл бұрын
Yes
@prabhatganveer4456
@prabhatganveer4456 3 жыл бұрын
Right bro 💫
@BN-hy1nd
@BN-hy1nd Жыл бұрын
s.update(t) will give you the output as None
@sudheerkondapalli2125
@sudheerkondapalli2125 5 жыл бұрын
Pop() function is used to remove elements randomly not the first element ...
@sundeepsaradhi
@sundeepsaradhi 5 жыл бұрын
hi sudheer just now I have checked with pop() operation in sets and it will remove the first element in the set but not randomly. please check once and if you find the same let me know. thanks for your interest and support towards our channel.
@QuixoteDoflamingo
@QuixoteDoflamingo 5 жыл бұрын
Yes right...that is the same i know
@dancerprakhar1052
@dancerprakhar1052 5 жыл бұрын
@@QuixoteDoflamingo can you please help me please
@dancerprakhar1052
@dancerprakhar1052 5 жыл бұрын
@@QuixoteDoflamingo can you please
@ishwaryan738
@ishwaryan738 4 жыл бұрын
Sir mobile num please
@sourabhjain4384
@sourabhjain4384 3 жыл бұрын
Example of empty set is wrong. Please don't teach wrong to students. First research it thoroughly then update video. It's about future of group. It's a request.
@చైతన్య_మిక్కిలినేని
@చైతన్య_మిక్కిలినేని 5 жыл бұрын
S={ } ,this is not set,it is dict
@kushaldas8496
@kushaldas8496 4 жыл бұрын
Yes empty curly braces is dictionary is not set.
@bharathdynamo9351
@bharathdynamo9351 Жыл бұрын
Yes set should contain alteast one element
SET OPERATIONS - PYTHON PROGRAMMING
16:09
Sundeep Saradhi Kanthety
Рет қаралды 27 М.
DICTIONARIES (CREATION AND ACCESSING) - PYTHON PROGRAMMING
20:54
Sundeep Saradhi Kanthety
Рет қаралды 77 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Вопрос Ребром - Джиган
43:52
Gazgolder
Рет қаралды 3,8 МЛН
DECISION CONTROL STATEMENTS - PART 1 (SIMPLE IF, IF ELSE) - PYTHON PROGRAMMING
22:22
Sundeep Saradhi Kanthety
Рет қаралды 117 М.
DICTIONARIES(ADDITION,MODIFY&DELETE) - PYTHON PROGRAMMING
22:44
Sundeep Saradhi Kanthety
Рет қаралды 29 М.
FILES (OPEN,CLOSE,ACCESS MODES) - PYTHON PROGRAMMING
22:59
Sundeep Saradhi Kanthety
Рет қаралды 132 М.
TYPES OF ARGUMENTS IN FUNCTIONS - PYTHON PROGRAMMING
20:56
Sundeep Saradhi Kanthety
Рет қаралды 120 М.
METHODS IN DICTIONARY | DICTIONARY METHODS - PYTHON PROGRAMMING
37:30
Sundeep Saradhi Kanthety
Рет қаралды 45 М.
BASIC OPERATIONS ON TUPLES - PYTHON PROGRAMMING
12:25
Sundeep Saradhi Kanthety
Рет қаралды 45 М.
This AI Robot Is Doing the Impossible - Unitree x ElizaWakesUp
9:30
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН