At last a video that explains Partial Function Application in simple terms. It took me about 2 hours to find a definition / explanation that made any sense. Thanks !
hi. i have a question. class A: def __init__(self, x): self.x = x def __call__(self): if self.x == 1: return something elif self.x == 2: return something_else .. .. and so on. i dont want to use if-else since it will wadte time checking self.x which will be fixed at init time. how can overload call method based on initial value of x? i would call this many times in a loop so i want it to avoid repetitive computation. plz help
i don t understand how you find target like apple or golman sax....if i search for tcgmarket, sony or fnac or something like that where i find the stock to try the code
I really like your videos. I‘ve learned so much about programming. I modified you Advanced TCP Chat script and it works pretty well but I‘d like to know how I can implement an End-To-End encryption to it. Go on with this content man 👍
Hey, nice video thanks you, i forgot about this i already seen a video about this time ago. I have a question also, its about the pandas_datareader, i am french and idk what is a ticker i searched it up in a dictionary and i dont see anything that make me think of a company figure of any kind, may someone say me more about it please? Look like its more for my culture than code knowledge ofc
At last a video that explains Partial Function Application in simple terms. It took me about 2 hours to find a definition / explanation that made any sense. Thanks !
hi. i have a question.
class A:
def __init__(self, x):
self.x = x
def __call__(self):
if self.x == 1:
return something
elif self.x == 2:
return something_else
..
.. and so on.
i dont want to use if-else since it will wadte time checking self.x which will be fixed at init time. how can overload call method based on initial value of x?
i would call this many times in a loop so i want it to avoid repetitive computation. plz help
i don t understand how you find target like apple or golman sax....if i search for tcgmarket, sony or fnac or something like that where i find the stock to try the code
I really like your videos. I‘ve learned so much about programming. I modified you Advanced TCP Chat script and it works pretty well but I‘d like to know how I can implement an End-To-End encryption to it. Go on with this content man 👍
Keeping going mate. These regular videos are great. Appreciate the effort you put 💯
Why not use default parameters instead of partial function?
When you use the partial func on a function. Is that considered arbitrary function?
I copied your code and had this error : TypeError: string indices must be integers...................what's wrong ?
Great video. This concept is known as currying functions created by Haskell Curry.
Hey, nice video thanks you, i forgot about this i already seen a video about this time ago.
I have a question also, its about the pandas_datareader, i am french and idk what is a ticker i searched it up in a dictionary and i dont see anything that make me think of a company figure of any kind, may someone say me more about it please? Look like its more for my culture than code knowledge ofc
Learned something new, thanks.
Best explanation
Salut, esti cumva din Romania?
Such an important video
THank you! This is a useful trick.
Neat explanation!
Awesome, nice video
Very usefull, tks !
👍. Very nice content.
Can make a road map to learn AI for beginners
Thanks
Good stuff
13:21 > _"imagine a function with a thousand lines of codes"_
😱😳👁👁 jk
Thx.
thanks video
just about the complex
Forth :)
Great video