Please watch always in HD and try to watch at least two times to practice and then utilize it with your own code... Comment below after watching this. I will be waiting for your comments about the special Faisalabadi thing in the video.
@ahmadanas1772 жыл бұрын
joke punjabi men funny tha 😂😂
@saleemkhattak36712 жыл бұрын
😅 joke funny tha but Punjabi may
@ecsuae2 жыл бұрын
#0:15 Basic data structure in python #0:25 1-Tuple #11:40 2-List #22:20 3-Dictioaries #34:44 4-Set
@Muhammad_Aftab_ahmad_972 жыл бұрын
Timestamp 19:25 List1=["Aftab","Aftab","Mehtab","Hasnain","Mohsin",2,5,5] List1.count("Aftab") output: 2. The count function is used to show how many times the string or integer is repeated in the list.
@muhammadsohaibraza2 жыл бұрын
0:38:26 Boolean operators are allowed in sets. The only thing is, sets do not accept duplicates. We also know that in boolean language "True" represents "1" and "False" represents "0". Now if you define a set as s1={1, 2.5, 5.5, "Python", True} The output will be always {1, 2.5, 5.5, "Python"}. Because "1" and "True" are the same things and we already know that sets do not accept duplicates. That's why it will not show "True" in the output. However if you define set as s1={2, 2.5, 5.5, "Python", True} The output will be {2, 2.5, 5.5, "Python", True}
@anaszaheer69153 ай бұрын
good work brother
@naturelearning84162 жыл бұрын
Assalam o alaikum Ammar bhai, this is Junaid from India,,,few days back I was searching python course in urdu/hindi and found this one "python ka chilla by baba Ammar. I am commenting after 5 days of learning because its take time to give a gunuine and honest comment. Sir, honestly I found it's superb an amazing concept of teaching.,,i never found such style of teaching style in very fascionate manner. I am very thankfull to you for providing such type of contents in free. Allah will give you better jaza for this kind act. I am learning with your video one by one in professional way and also giving look on all comments.
@azkajunaidlife2 жыл бұрын
joke funny tha .or lecture halwy ki tarah paish kr diya ap ne ..yumm zabardast! hazamshudd!
@muhammadawais53772 жыл бұрын
sir ap k sath seekhne me ye bhi faida ha k with passage of time coding me interest barh rahaa haa
@Codanics2 жыл бұрын
Good to know keep working hard
@MySelfPathan4 ай бұрын
@@Codanics sir G as video ka list,tuple , Jupiter file ? needed kya sir ap dengi sir......plz sir
@iammusman2 жыл бұрын
Joke funny tha
@faizanmustafakhan81672 жыл бұрын
18:57 Assignment: list.count counts a specific element's number of entries in that list, for example if a list is: Input: list1=[4, 6, 7, 8, 4, 2, 9, 5, 6, 8, 1, 8, 0] list1.count(8) Output: 3 This is because 8 appears in the list1 for 3 times.
@syedabdulwahabshah32802 жыл бұрын
list3=list1+list2 list3 output [1, 'hello', True, 1, 'python', 9.0, False, 'Ammar'] list3.count("o") list3.count(o) both give output zero(0)
@naumanejaz88612 жыл бұрын
We are very thankful to you for making our new year special by encouraging us to enter to the world of programming which is the need of the day.
@kahkashankanwal2 жыл бұрын
i am doing everything and thoroughly enjoying doing the course. Wish could have joined earlier
@faizaafzal1212 жыл бұрын
Done all... Great effort 👌 and thank you so much .Dr Aammar
@programmingholic Жыл бұрын
Thanks for sharing, following done
@sahabkausar30972 жыл бұрын
Done allll Thank you brother
@ThinkCode- Жыл бұрын
thankyou i am new student which is seeing your videos. and learning+enjoying alott.. thanks
@muhammadsohail19662 жыл бұрын
Joke funny tha :-) or samjh bhi agai hy, thanks for easy explanation.
@AnsKhan2 жыл бұрын
Done with this video too. Alhamdulillah typed and practiced. and yeah JOKE FUNNY THA !!!
@muhammadzeeshanafzal19962 жыл бұрын
Urdu me interperate krny sy joke thnda tha... lekin data structures ki achy sy smj aai hai. #Baba_Ammar sir JazakAllah.
@Lahori3692 жыл бұрын
Superb teaching...we love you BaBa G
@muhammadlatif13893 ай бұрын
Subscribed and Codanics is the first channel where i Click the Bell Icon. and JOKE funny tha,
@abdurrasheed29382 жыл бұрын
wow.. very very well explained the difference.. i had too much confusions before watching this video.. JazakaAllah baba g
@faizanmustafakhan81672 жыл бұрын
33:18, lols, Baba G kia sense of humour ha ap ka coding ka, maza a geya yar. Salamat rahen
@mansoorhayat45762 жыл бұрын
AWESOME, main apka fan ho gya sir
@baqirrajpoot5971 Жыл бұрын
Thanks baba for teaching us in this interesting way.
@Muhammad-nl6vw2 жыл бұрын
Jazakumullaha khaira
@nida78252 жыл бұрын
#Assignment list1.count() # function how it works? list1 = [1,2,3,3] list1 list1.count(3) #count the occurrences in a list #output was 2 list3 = [1,2,3,"hello", ["flower"], {1:4}, "hello"] # we can count numbers, strings, list etc. list3 list3.count("hello") #output was 2
@m.khazranshabbir29572 жыл бұрын
passed.
@muhammadzeeshanafzal19962 жыл бұрын
Time stamp [22:00] to count the number of values in list we use len(list1) and to list1.count() is used to find that how many number of times a letter or a value in used in the list like to count "a" from list. we use list1.count(a)
@junaidkhalid24122 жыл бұрын
Sir aammar your way of teaching is excellent. Ma sha Allah.
Thank you Ammar Bai my name is khizar from gujwaranwala
@faizanmustafakhan81672 жыл бұрын
Time 9:51, tup3+2 gives an error because 'tup3' is a tuple while '2' is an integer, so a tuple can't be intersected/concatenated with an integer
@360_Gammer2 жыл бұрын
#Assignment list = [0,1,2,3,4] list list.count(1) output:1 list1=["apple", "banana", "cherry"] list1 list1.count("apple") output:1
@apnipiyaaskospritekar5107 Жыл бұрын
I like this man he has lot of skills of Python
@hassaanbutt672 жыл бұрын
#Assignement #Count List Elements Inside List exp = ['a', ('a', 'b'), ('a', 'b'), [3, 4]] count = exp.count(('a', 'b')) print("The count of ('a','b') is:", count)
@muhammadhannanyaqoob60182 жыл бұрын
Valuable information 👌.....
@SajidSpeaks52 жыл бұрын
It's a really wonderful masterpiece, by the way, we've the same preference for food like Biryani and Samosa.
@ThinkCode- Жыл бұрын
اسلام علیکم۔ سر جی آپ کا مقصد بہت بلند ہے۔ جزاک اللہ
@sultanmuhammad5952 жыл бұрын
#Assignment listOne=[1,1,1,1,1] #count returns the count of an element in a list listOne.count(1) # output: 5
@excellenteduinfo78942 жыл бұрын
@14:52 yes very imprtant
@tariqmahmood92782 жыл бұрын
All your methods of teaching and knowledge is amazing Dear Sir. Joke hot tha ham nay punjabi translation ki.
@taimoorsk2 жыл бұрын
# 10:00 we can concatenate a tuple by a tuple only. If we try to concatenate a tuple by an integer. it create Error
@Codanics2 жыл бұрын
Similar data type ko mind myn rakhen
@struggleprogramming2 жыл бұрын
😊 First time I understand the Data Structures. { Data Structures ka Halwa Really Sir } Chicken ka Joke bohot funny tha. Thank you Sir
@huzefadatasci84112 жыл бұрын
✍ Assignment for count() #18:21 =================== How to use count( arg ) on List count(arg) -> takes an argument for counting that particular element in list age_list_of_student = [12,10,6,23,11,18,13,16,7] I used my own variable name, anyone can use his/her own variable name age_list_of_student.count(16)¶ here we passed 16 to count in age_list_of_student list. ✍ Output: 1
@mizuins7 ай бұрын
Joke funny tha or smj bhe a gaye
@dawood_analytics2 жыл бұрын
Joke funny tha. Dr>Great AAmmar
@aminaabdulrehman19232 жыл бұрын
@19:03 list.count() is used to determine how many times an element exist in that list
@sultanmuhammad5952 жыл бұрын
again learned python with baba aammar
@technoo20862 жыл бұрын
Learned python with baba aammar
@kahkashankanwal2 жыл бұрын
time stamp 19:09 count function takes one argument which is specific member of list you want to count so if I write list1= [4, False, 'python_charm', 'kehkashan'] list1.count(False) output will be 1, because False appears once in the list1, list1.count(True) will output zero list1.count(4) output is 1
@junaidlatif28812 жыл бұрын
Amazing... ❤. Brother. Joke funny tha.
@SaleemKhan-vv3ks2 жыл бұрын
Outstanding
@SameerTanoli-12 жыл бұрын
Geo ustad g
@zohaibmanzoor3173 Жыл бұрын
Extraordinary explaination sir. Tbh i didn't show interest in coding but since i started make learning from u, my frustration converted to interest. and sorry sir joke thanda laga mujhy🤣
#sorting a list in descending order (ascending is in by default) list8=[-90,20,98,25,36,49,15,2.08] list8 [-90, 20, 98, 25, 36, 49, 15, 2.08] list8.sort(reverse = True) list8 [98, 49, 36, 25, 20, 15, 2.08, -90]
@Codanics2 жыл бұрын
Thank you for mentioning it here
@rajakhizar88582 жыл бұрын
My way of practice is. I watch the entire video and make notes. At night I practice them on laptop and save it in Jupyter Notebook. And Yes Joke Funny Tha 🤣
@misshaswholecrush3692 жыл бұрын
Best
@S_rehman2 жыл бұрын
Joke was funny but lost in translation. aur mujhe samajh agai hai. Thank You Baba_G
@Codanics2 жыл бұрын
😂
@taqi_haider2 жыл бұрын
in list.count() function we have to put full value not a single digit like we are doing in string method i.e: name= (" katherine Allen") name.count(a) here it will count the specific alphabet which is in the string.
@saadulhassansyed96862 жыл бұрын
Joke funny tha aur keep it entertaining like that If you would have told comparison in between these structures, it would have been a lot better . like when to use tuples and when to use dict
@FAIFACTS2 жыл бұрын
# joke funny tha. I have learnt all the things
@syedadilali54852 жыл бұрын
MASHA ALLAH Apny kafi acha sekhayaa Literally joke samj aya mgr funny bilkul nae tha Mgr mai phr b hasa q k apny samjaya acha tha 😆😉
@ahsanzafar49212 жыл бұрын
Why we cant add integer to tuple? Because tuple are immutable data types, in order to add values to tuples add values in this format tup3 + (10,), just use brackets around the value you want to ad to tuple and use a comma before right parenthesis.
@hyderali2092 жыл бұрын
thank you baba jee. lots of prayers for you. and joke funny nhe tha ,lekin smajh agya :D
# How list count function works list1.count(value_you_want_to_count), e.g # How list count function works list1.count("mobile"), it will count how many times word mobile is present in our list
@muhammadawais53772 жыл бұрын
completed this lecture and you make it very easy to understand joke heavy tha sir , punjabi me bhi suna diya karein :p JazakAllah 26 june 2022
@mugheezAhmed2 жыл бұрын
In dictionaries update() function is not working . I am trying the same
@naumanejaz88612 жыл бұрын
37:41 minutes the joke was nice. When you are doing the work on weekend and time is 4am and you feel hungry and you listen the story of hungry man then you will not control your lauguing.
@withrija65272 жыл бұрын
Baba g I tried this for addition tup1[2] + tup2[2] Out 4.5
@baoogi65322 жыл бұрын
thank you
@FaizanKhan-dw4kf2 жыл бұрын
Joke funny tha.
@linuxs4s2 жыл бұрын
09:43 touples immutable hotee ha, iss lia inn ko change nahi kr satka. I think iss lia error dee reha ha.
#Assignment: list1= ["jahanzaib", 3.0, False] list1 list1.count("jahanzaib") output is 1
@jahanzaibmukhtar93192 жыл бұрын
Idk why I must have to write "list1", that mostly used to print function, in 2nd row. otherwise errors were popping up. anyone who could elaborate me this? otherwise i always placed list1 after writing function
@hamidwasif4489 Жыл бұрын
Timestamp 20:54 How did all elements appear in 1 column?
@gamesden8021 Жыл бұрын
sir plz explain in 0:25 Tuple i observe in self practice i write a code : tup=(20) gives output 20 and then cheak type give int type why plz explain why change tuple into int and second is subtraction of two tuple give an error unsuported operand type why plz explain??
@everythingabouthongkong33262 жыл бұрын
Just ordered Baryani 😋,
@Codanics2 жыл бұрын
Bhookay kahin k sulaah b maaar letay hyn
@habibkhan9602 жыл бұрын
Done
@withrija65272 жыл бұрын
Joke was good baba g
@latestitems85312 жыл бұрын
Sir g joke funny tha ;)
@rahatnaqvi2 жыл бұрын
Joke was new and funny 😆
@muhammadasif8342 жыл бұрын
Joke funny tha 😄
@jmych2 жыл бұрын
list1.count() works similarly as food.count()
@jmych2 жыл бұрын
"Pain Tuadi Chatt tey Saada Udd K Aya Aey" :D samajh agayi