# 102 | Copy Vs Shallow Copy vs Deep Copy in Python | Python Tutorial in Tamil

  Рет қаралды 7,542

SANTRA TECHSPOT

SANTRA TECHSPOT

Күн бұрын

Пікірлер: 42
@poorni.c4102
@poorni.c4102 4 ай бұрын
This video watch again and again..finally clear understand about this
@haris4192
@haris4192 3 ай бұрын
Clear and cut explanation bro
@sriramss4664
@sriramss4664 Жыл бұрын
It's very clear and I will never forget this concept after watching this video.
@jacobdarwin2032
@jacobdarwin2032 Жыл бұрын
Anna super teaching anna
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
thanks keep supporting
@samusathish2991
@samusathish2991 Жыл бұрын
Superb explanation sir. Got confusion with copy and deepcopy. Watched many videos. My doubt got cleared only after watching your video. Well explained patiently. Thank you sir.
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
Really thanks for your comment please keep supporting our channel and also share with your friends
@saisuba-v6y
@saisuba-v6y 9 ай бұрын
i watched many videos about this topic but i didn't get any idea....then i thought okay lets watch motherlanguage(tamil) then only i will get idea...after that i searched ..i saw ur video.....adipoliiii explanation bro...mass.....upload many videos plzzzzz
@SANTRATECHSPOT
@SANTRATECHSPOT 9 ай бұрын
Thanks sis keep supporting
@006arungopi4
@006arungopi4 Жыл бұрын
I'm understanding brother .tq
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
thanks for your comment keep watching our videos
@dharanivijayakumar2258
@dharanivijayakumar2258 3 жыл бұрын
Anna super Ennakku clear ra understand panni kitta ....tq so much Anna
@SANTRATECHSPOT
@SANTRATECHSPOT 3 жыл бұрын
tnx keep suuporting bro
@tamildubbedmovies4054
@tamildubbedmovies4054 3 жыл бұрын
I understood clearly
@SANTRATECHSPOT
@SANTRATECHSPOT 3 жыл бұрын
thanks keep supporting
@s.priyadharshinibca5316
@s.priyadharshinibca5316 2 жыл бұрын
@@SANTRATECHSPOT bro 1 help entha compiler la poi neega entha program poringa konjam sollunga bro romba urgent ennaku 🙏🙏🙏
@deborahj2892
@deborahj2892 Жыл бұрын
Confused pls explain much clearly
@balaganesanmb
@balaganesanmb 2 жыл бұрын
Super 👌
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
thanks for your comment keep watching our videos
@DilakshanVasan-x5b
@DilakshanVasan-x5b Жыл бұрын
Nice Explanation sir
@narakavidk5845
@narakavidk5845 Жыл бұрын
Clear and cut explanation.. didn't expect
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
thanks keep supporting our channel
@swathimanimaran6231
@swathimanimaran6231 2 жыл бұрын
Thanks bro
@hanush08
@hanush08 2 жыл бұрын
ithu list la mattum tha implement panna mudiyuma ?
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
aama. thanks for your comment keep watching our videos
@theyaghu
@theyaghu 4 жыл бұрын
I understand this copies Anna oru help pls tell me the difference between append and extend because both are able to insert more then 1 elements in a list then what is difference between them ?
@SANTRATECHSPOT
@SANTRATECHSPOT 4 жыл бұрын
sure will post a video soon
@SANTRATECHSPOT
@SANTRATECHSPOT 4 жыл бұрын
kzbin.info/www/bejne/g6q7d2iqeM1rrJI
@naveen.a4216
@naveen.a4216 4 жыл бұрын
Bro python la threading puriyala bro enoru video potuka bro pls 🙏🙏🙏🙏🙏
@SANTRATECHSPOT
@SANTRATECHSPOT 4 жыл бұрын
bro namma channel la detail ah explain paniruken bro video iruku parunga
@naveen.a4216
@naveen.a4216 4 жыл бұрын
@@SANTRATECHSPOT bro threading ethugu bro use pannuvaka oru introduction soluga bro pls 🙏 🙏🙏
@SANTRATECHSPOT
@SANTRATECHSPOT 4 жыл бұрын
kzbin.info/www/bejne/d5DFmIenmNF9rMk watch this video
@naveen.a4216
@naveen.a4216 4 жыл бұрын
@@SANTRATECHSPOT bro threading video ok bro /bro python program nama oru app read pannala bro
@MegaRaja-ei5lw
@MegaRaja-ei5lw Жыл бұрын
Sir please explain the deep copy once again
@tamiltomboydev_836
@tamiltomboydev_836 Жыл бұрын
Screen sariya theriyala bro increase the font size and focus the cam on the area where you are typing
@sudhaishainfo
@sudhaishainfo Жыл бұрын
Letters not visible
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
thanks for your feedback. will improve the quality in upcoming video's keep supporting please subscribe to our channel
@naveen.a4216
@naveen.a4216 4 жыл бұрын
Bro python la threading basic soluga bro
@SANTRATECHSPOT
@SANTRATECHSPOT 4 жыл бұрын
video channel la iruku bro check panunga
@premkumarms7607
@premkumarms7607 Жыл бұрын
Copy.deepcopy() - It work on the nested list and able to see the index[0] on both variable memory address changes, but in the normal list I won't see any difference. Kindly clarify my doubts. a = [[1,2,3],[4,5,6],[7,8,9]] b = "" b = copy.deepcopy(a) b [[1, 2, 3], [4, 5, 6], [7, 8, 9]] id(a) 1667465466688 id(b) 1667465465600 id(a[0]) 1667465407040 id(b[0]) 1667465329024 c = [1,2,3,4,5] id(c) 1667465399744 d = copy.deepcopy(c) d [1, 2, 3, 4, 5] id(d) 1667465467264 id(c) 1667465399744 id(c[0]) 1667424256240 id(d[0]) 1667424256240
@SANTRATECHSPOT
@SANTRATECHSPOT Жыл бұрын
the elements present inside the list c and list d are values not list so the id is same
@premkumarms7607
@premkumarms7607 Жыл бұрын
@@SANTRATECHSPOT okay, Got it. Thanks 😊
#103 | filter function in Python | Python Tutorial in Tamil
5:12
SANTRA TECHSPOT
Рет қаралды 3,1 М.
Shallow Copy Vs Deep Copy in Python
12:49
Krish Naik
Рет қаралды 80 М.
Подсадим людей на ставки | ЖБ | 3 серия | Сериал 2024
20:00
ПАЦАНСКИЕ ИСТОРИИ
Рет қаралды 584 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 50 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 49 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,2 МЛН
Shallow Vs Deep Copy | More about Javascript in Tamil | Azxy Tech
10:41
Code நண்பன்
Рет қаралды 8 М.
OOPS in Python | Python Mastery Ep-44 | code io - Tamil
20:43
code io - Tamil
Рет қаралды 20 М.
Christian School VS Normal School Standup Comedy | Vikkals
10:21
Vikkals
Рет қаралды 2,8 МЛН
Misha Osipov (3 yo) vs Anatoly Karpov (2016)
13:55
chess in kino
Рет қаралды 6 МЛН
American was shocked by 7 Slavic countries word differences!!
15:29
World Friends
Рет қаралды 969 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 365 М.
Подсадим людей на ставки | ЖБ | 3 серия | Сериал 2024
20:00
ПАЦАНСКИЕ ИСТОРИИ
Рет қаралды 584 М.