Python Tutorial - append vs extend methods

  Рет қаралды 40,623

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 49
@ulfsjodin7872
@ulfsjodin7872 6 жыл бұрын
Hello. Nice tutorial of what extend and append can be used for. It was also good that you showed what not will work on extend function.
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@syedkhadarvalli2232
@syedkhadarvalli2232 5 жыл бұрын
One of the great explanation when i have seen Thanks u amuls acadamy
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@royalhamza3579
@royalhamza3579 3 жыл бұрын
dont know if you guys gives a shit but if you are stoned like me atm you can watch all of the new movies and series on InstaFlixxer. Have been binge watching with my gf during the lockdown :)
@angeltanner7863
@angeltanner7863 3 жыл бұрын
@Royal Hamza Yup, have been watching on instaflixxer for since december myself =)
@ihaveacannon9170
@ihaveacannon9170 6 жыл бұрын
Thanks for help ,I already spent the hall night to work out the question which you teach in the video .And now I know how to use it now
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Welcome:)
@khaledbasha3434
@khaledbasha3434 2 жыл бұрын
Really thank you I was about to stay all the night at home as frustrated with not understanding the differences before watching your video 😅
@Spratik1_2_6
@Spratik1_2_6 2 жыл бұрын
Awesome tutorials👌 plz add advance python tutorials 😊
@jayabose490
@jayabose490 3 жыл бұрын
Right of for loop is iterables right?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Yes 😊
@deepakteja2758
@deepakteja2758 6 жыл бұрын
nice video ....good explannation
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@bestofpubg9601
@bestofpubg9601 4 жыл бұрын
Your teaching way is awesome and if you will teach in hindi then i am sure that your channel will be at top.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
I will try my best :)
@dailyfx4319
@dailyfx4319 3 жыл бұрын
Learn ingles
@buddikod
@buddikod Жыл бұрын
Thank you so much🙏
@familyofpraise3179
@familyofpraise3179 Жыл бұрын
Thanks you explained well
@alexsnowy2669
@alexsnowy2669 3 жыл бұрын
Thank you very much!🤩
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊
@SuperMechtronics
@SuperMechtronics 3 жыл бұрын
Nice tutorial
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@sugavaneshwarang2570
@sugavaneshwarang2570 5 жыл бұрын
Nice teaching
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@tejasmankar9082
@tejasmankar9082 7 жыл бұрын
Can you plz make a video of the python interview question...
@ihaveacannon9170
@ihaveacannon9170 6 жыл бұрын
Yap,I think we need that.
@shraddhap
@shraddhap 4 жыл бұрын
Yes. That will be helpful
@domillima
@domillima Жыл бұрын
nice job thank you
@A_man_
@A_man_ 2 жыл бұрын
500th liked ☺️🙌
@shuvendratripathy2483
@shuvendratripathy2483 7 жыл бұрын
Please make video on list comprehension......
@gunarakulangunaretnam3353
@gunarakulangunaretnam3353 5 жыл бұрын
Thank you so, And how old are you?
@baliswathi8452
@baliswathi8452 7 жыл бұрын
thank you mam
@maaaaaass
@maaaaaass 3 жыл бұрын
Kindly share software copy of python.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I don’t have :(
@varinder5002
@varinder5002 5 жыл бұрын
thanks
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Welcome :)
@devashishghosh7497
@devashishghosh7497 Жыл бұрын
Add element to the end of list
@yashkaliapiano
@yashkaliapiano 5 жыл бұрын
Nice video
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@yashkaliapiano
@yashkaliapiano 5 жыл бұрын
Can you please explain what this piece of code does? N: int = 100 b = [2, -1, 2] xx = [1, 2, 3, 2, 1, 1] xx.extend([1]*(N - 6))
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
N: int = 100 b = [2, -1, 2] xx = [1, 2, 3, 2, 1, 1] xx.extend([1]*(N - 6)) print(len(xx)) print(xx) This program will extend the list by adding 1 , (N-6) times. N: int = 100 # N value is 100 and here we are explicitly defining its datatype, that is int. :)
@Superbustr
@Superbustr 4 жыл бұрын
Good tutorial. Please just work on your english PRONUNCIATIONS!
@bilalhassankhan221
@bilalhassankhan221 3 жыл бұрын
please make your video in Pycharm .... this editor is bakwas
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Noted 😊
@bilalhassankhan221
@bilalhassankhan221 3 жыл бұрын
@@AmulsAcademy thank you. I hope you will upload complete Python series and data structures again in Pycharm. This time plz prefer Hindi if you can because you already uploaded in English so, no need to upload it again. I know quite difficult to re-upload but, it's a request don't ignore it.
@davechoi6274
@davechoi6274 Жыл бұрын
quite bad. Why do you keep repeating the same example? use example of iterables of integers rather than repeating yourself with just string iterables.
@patelhardik2505
@patelhardik2505 4 жыл бұрын
thank you mam
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome 😊
Python Tutorial - input vs raw_input function | Python 2 | python 3
9:25
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 54 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 38 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Advent of Code 2024 Day 15 - 2nd Place!
28:37
Neil Thistlethwaite
Рет қаралды 1,5 М.
List Comprehension - BEST Python feature !!! Fast and Efficient
14:51
Python Simplified
Рет қаралды 198 М.
Python Tutorial - Filter and Reduce Function
11:49
Amulya's Academy
Рет қаралды 45 М.
Easy Syntax in Python : Append() Vs Extend() Methods
4:33
Bek Brace
Рет қаралды 1,8 М.
String methods in Python are easy 〰️
12:06
Bro Code
Рет қаралды 123 М.
P_32 List in Python and List Functions | Python Tutorials for Beginners
29:01
Jenny's Lectures CS IT
Рет қаралды 186 М.
Expert Python Tutorial #3 - Metaclasses & How Classes Really Work
20:41
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 362 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН