Тёмный

Understand the weirdness. How Python Passes Arguments. 

ClarityCoders
Подписаться 49 тыс.
Просмотров 2,2 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@AllenKll
@AllenKll 2 года назад
looks like pass by reference to me... it's just that certain objects can't be changed- which has nothing to do with how it's passed to a function, and more how assignment works in python. Still a great video! I just disagree with the conclusion.
@ClarityCoders
@ClarityCoders 2 года назад
That's the discussion I wanted to spur on actually. Python.org does use the pass by assignment terminology though see these docs. docs.python.org/3/faq/programming.html#how-do-i-write-a-function-with-output-parameters-call-by-reference
@FrozenArtStudio
@FrozenArtStudio 2 года назад
such a great explanation! glad I set a notification for a premiere)
@iraq4209
@iraq4209 2 года назад
Thx for the great content, i love what you do with games and its so entertaining. Keep it up man
@DylanMatthewTurner
@DylanMatthewTurner 2 года назад
Before watching the video I'd say pass by value with an asterisk. That asterisk being that every Python variable is a pointer I think, so you're passing pointers by value, which in C would be how you pass something by reference as well to some extent.
@ClarityCoders
@ClarityCoders 2 года назад
Did you end up watching? Thanks for commenting!
@DylanMatthewTurner
@DylanMatthewTurner 2 года назад
@@ClarityCoders Yeah. Just did. That was very informative. You learn something new every day!
@ClarityCoders
@ClarityCoders 2 года назад
@@DylanMatthewTurner Thanks for watching! Love the Backstreet Boys cover keep it up man.
@tobienortje4134
@tobienortje4134 2 года назад
Excellent! was wondering about this quite a bit. 👍🏻
@emilyweston460
@emilyweston460 2 года назад
thanks :D excellent explanation! even on the brink of making sense for someone who started learning python 2 days ago..
@PERSISTENTxMF
@PERSISTENTxMF 2 года назад
Error: See line 41 Line 41: (blank)
@ClarityCoders
@ClarityCoders 2 года назад
but I only have 30 lines!?
@PERSISTENTxMF
@PERSISTENTxMF 2 года назад
@@ClarityCoders hah! Maybe it's line 41 of one of the modules you imported? :D
@johndorian4078
@johndorian4078 2 года назад
But im assuming you can pass the id? or make a variable a global variable in python like you can other languages?
@zakyvids6566
@zakyvids6566 2 года назад
Can you make a python crash course
@eranfeit
@eranfeit 2 года назад
Thanks
@awffsletmein
@awffsletmein 2 года назад
Assignment like age = 26 would not change the object anyways, it just replaces the old object with a new one. The age += 10 would be better example because it roughly translates to age.__iadd__(10) method call on the original object, possibly modifying it.
@ClarityCoders
@ClarityCoders 2 года назад
I actually show that example later but both create a new object. Sense integers are immutable!
@theunknown4834
@theunknown4834 2 года назад
All this makes me think of how does list reference its elements?
@freezerain
@freezerain 2 года назад
Just like java I guess. I always missing in those languages an ability to control pass type like with c++ pointers. But then I remember that pass by value is practically useless
@nick-oi1xf
@nick-oi1xf 8 месяцев назад
Try changing all your friends in the list. It won't😂.
@freeeshorts9063
@freeeshorts9063 2 года назад
Bro make zooba game Ai plzzzz
@jakelionlight3936
@jakelionlight3936 2 года назад
:) So you like the Cubs, Stephen king and your human child is an aspiring artist. What are the other two books?
@ClarityCoders
@ClarityCoders 2 года назад
Bag of Bones, The Stand are both on that self I know my two favorite books both by Stephen King.
@pixelbogpixxelbog2090
@pixelbogpixxelbog2090 2 года назад
.
@ClarityCoders
@ClarityCoders 2 года назад
Thanks I agree.
Далее
Game Automation with YOLOv8: Python Bot Tutorial
21:40
Can ChatGPT play videos games? It doesn't think so.
20:52
Let's start using API! With Python examples.
9:36
Просмотров 2,7 тыс.
AI Plays Toadled! YOLOV7 Bot Better than Human?
20:04
Python Bots! Coding a Better Auto Clicker.
15:19
Просмотров 11 тыс.
The Home Server I've Been Wanting
18:14
Просмотров 15 тыс.
The HARDEST Programming Challenge!
1:55
Просмотров 288