Пікірлер
@maryma46
@maryma46 2 ай бұрын
Thank you! I finally understand why AI uses GPU.
@coldstreamreiver9870
@coldstreamreiver9870 2 ай бұрын
Brilliant video. Thank you!
@nikita72437
@nikita72437 3 ай бұрын
awesome video. Would like to know more on llm, llm index., llama, entity extraction, chunk size , chunk overlap etc
@miguelfasanella6042
@miguelfasanella6042 4 ай бұрын
I feel like I just unlocked a new skill in a videogame
@YashDesai95
@YashDesai95 5 ай бұрын
You might be Excommunicado for using light themes. but your contribution to society will never be forget. keep posting such awesome content. Yeah
@abhadra
@abhadra 6 ай бұрын
Hippoposthumous. 😂 excellent!
@mandelbro777
@mandelbro777 6 ай бұрын
Layman who has done his research making videos for laymen. I'm also a Python programmer who is more interested in use cases and applications (for general research purposes) than how the models work, but ofc, we still need a basic idea of how they work. Keep up the videos, they will become more popular as ore laymen start to strap LLMs onto their projects. +1 Like.
@MrJaksik
@MrJaksik 7 ай бұрын
Great one!
@alemswazzu
@alemswazzu 7 ай бұрын
Why did you annotate the types in the class twice?
@unperrier5998
@unperrier5998 7 ай бұрын
Walrus operator use at the top level is not a thing any longer.
@jakubl8271
@jakubl8271 9 ай бұрын
Ok about TypeVar, yet there may be a time for finding out difference between class variables and instance variables?
@fightinamrah
@fightinamrah 9 ай бұрын
Great video! I really got so many answers to my questions! Thank you so much!
@AbnerAlvarado
@AbnerAlvarado 9 ай бұрын
More videos! Do you know about processing and threading? Drop a video about it! 🙌🏼
@harrykaradimas857
@harrykaradimas857 10 ай бұрын
Very nice and clear explanations, thank you !
@shaheerzaman620
@shaheerzaman620 10 ай бұрын
pretty awesome!
@wassimchegham
@wassimchegham 11 ай бұрын
Fantastic video! Kudos to the presenter for demystifying these AI complex topics with such a clarity 👏
@DarylStark
@DarylStark 11 ай бұрын
This was a life saver! So clear and so helpful!
@mj2068
@mj2068 11 ай бұрын
very very well explained, thanks Anthony, i totally get it now.
@mahdirasouli6005
@mahdirasouli6005 11 ай бұрын
Can you please share the pr link. I want to check this jit enabled python vs current normal python on my codebase
@AnthonyShaw
@AnthonyShaw 11 ай бұрын
sure it's github.com/python/cpython/pull/113465
@dankprole7884
@dankprole7884 Жыл бұрын
I don't get it. Is this something for regular users, e.g. to replace a numba @jit function decorator, something for library authors, or a global interpreter change?
@AnthonyShaw
@AnthonyShaw Жыл бұрын
It’s a global interpreter change. Regular users won’t see the difference
@dankprole7884
@dankprole7884 Жыл бұрын
@@AnthonyShaw got it thanks. Very interesting video!
@Alexey-gp7vc
@Alexey-gp7vc Жыл бұрын
Thank you, that's promising stuff!
@yveslecordonnier
@yveslecordonnier Жыл бұрын
Thanks Anthony. Very enlightening
@louidominicnaquita7723
@louidominicnaquita7723 Жыл бұрын
Very helpful video! What color theme do you use btw?
@AnthonyShaw
@AnthonyShaw Жыл бұрын
This was the completed PR that fixes the bugs shown in the video github.com/python/cpython/pull/112313
@bandr-dev
@bandr-dev Жыл бұрын
Lmfao what a title. Funny ass man. That’s it tho, not watching the vid. Great title tho. Good job.
@bogdanrzheusski8115
@bogdanrzheusski8115 Жыл бұрын
I didn't watch the stream so I don't know what's that all about. I just wanted to write that the title of it is absolutely genius.
@mahdi-hasan
@mahdi-hasan Жыл бұрын
Thanks for blinding me.
@bruh-jr6wj
@bruh-jr6wj Жыл бұрын
My eyes...
@vaha2833
@vaha2833 Жыл бұрын
I may need to check my doctor after this video >_>
@codeklaudia9696
@codeklaudia9696 Жыл бұрын
Thank you very much for your video. I would like to ask if the directory tree was automatically generated, or manually generated. I am trying to create the same directory tree you show in your video, with the same files inside, but I'm finding it quite hard. Do you happen to have a github repository with this project ? Thank you a lot!
@AnthonyShaw
@AnthonyShaw Жыл бұрын
Check out the current documentation for more details sphinxcontrib-confluencebuilder.readthedocs.io/en/stable/tutorial/
@i007c
@i007c Жыл бұрын
white theme 🤣
@kleinesmaccify
@kleinesmaccify Жыл бұрын
What is your zsh theme, sir?
@LordErnie
@LordErnie Жыл бұрын
Dear mathematicians, please note that being good at math doesn't make one an engineer of softwre. Writing generics like this sounds like pain on a whole new level. I would rather use C++ templates than this. Generics themselves are a seperate set of parameters. Functions have value and type parameters, no more and no less. This is one of those cases where python just lacs intuitive support.
@TheCuriousConnoisseur
@TheCuriousConnoisseur Жыл бұрын
great work boss.
@kazsm9666
@kazsm9666 Жыл бұрын
This is a truly valuable explanation of generics, one of the best i've seen. Thank you for that!
@Akonitx
@Akonitx Жыл бұрын
How to get inline view of problem like you have on 1:40?
@AnthonyShaw
@AnthonyShaw Жыл бұрын
An extension called 'error lens' marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
@beckyamsel2997
@beckyamsel2997 Жыл бұрын
Incredibly helpful explanation!! Can't thank you enough! The way you highlight the problem and then show how to solve it leaves no question of "when would I use this?" in the way my lecture at uni did.
@Golgafrincham
@Golgafrincham Жыл бұрын
Great video, I have always wondered what the Generics and Variadic Generics where! One question I didn't get any answer to though. In the last example, can I create for example record2 with separate types or do the typing information get set when you create the first instance? I.e. Can I: record1 = Record(1, "Hello", 12.3, 1234) record2 = Record(1, 12.3, "Hello") Would this raise typing issues, or would the IDE/typing system successfully separate between the two objects? I do understand that it probably is really bad practice to do something like this, it is purely for understanding the limitations!
@AnthonyShaw
@AnthonyShaw Жыл бұрын
that would be perfectly valid. The typing information applies to the instance in that case
@AnthonyShaw
@AnthonyShaw Жыл бұрын
record1 = Record(1, "Hello", 12.3, 1234) # Record[int, str, float, int] record2 = Record(1, 12.3, "Hello") # Record[int, float, str] record2.update(12.3, "Hello") # OK record1.update("new word", 123., 32343) #OK
@paschalokafor9043
@paschalokafor9043 Жыл бұрын
I recommend this video for any who wants to learn generic types in any language. For months I have struggled to grasp the concept. But now its really clear. Thank you.
@AnthonyShaw
@AnthonyShaw Жыл бұрын
Wow thank you!!
@JayJay-ki4mi
@JayJay-ki4mi Жыл бұрын
For anybody wondering the theme is called Noctis.
@sudharsan4040
@sudharsan4040 Жыл бұрын
Thanks was looking for this
@TheIsraelMendoza
@TheIsraelMendoza 6 ай бұрын
It looks anything but “nocturnal”.
@pylang3803
@pylang3803 Жыл бұрын
Thank you. Well done as usual.
@furkanonder-ut4mz
@furkanonder-ut4mz Жыл бұрын
Awesome!
@mykun8737
@mykun8737 Жыл бұрын
Could you tell me what themes you used on vs code, i saw beautifully
@JayJay-ki4mi
@JayJay-ki4mi Жыл бұрын
Same!
@JayJay-ki4mi
@JayJay-ki4mi Жыл бұрын
The theme is called Noctis.
@blackcatdevel0per
@blackcatdevel0per Жыл бұрын
11:25 Use dataclasses
@Patrick-hl1wp
@Patrick-hl1wp Жыл бұрын
awesome explanation, thanks
@hasnainkhattak6002
@hasnainkhattak6002 2 жыл бұрын
great video bro ......first video which really gives me a good understanding of python generics
@RaymondLee-hl8th
@RaymondLee-hl8th 2 жыл бұрын
Awesome! But can you show how to enable the inline pylance warning?
@AnthonyShaw
@AnthonyShaw 2 жыл бұрын
Error Lens extension
@igoromelchenko3482
@igoromelchenko3482 2 жыл бұрын
very educative, thanks
@mateuszsmendowski2677
@mateuszsmendowski2677 2 жыл бұрын
Great!🎉
@DevendraSingh-bk7sv
@DevendraSingh-bk7sv 2 жыл бұрын
Great video sir..... I understood the concepts of Generics very well...