Python Sets | Python Course #10
14:48
Пікірлер
@2sourcerer
@2sourcerer Сағат бұрын
Doesn't quite explain what "ABC" is for. Removing it doesn't break things.
@2sourcerer
@2sourcerer Сағат бұрын
Oh i see, that abstractmethod decorator has no effect unless subclassing an ABC. But still doesn't explain why the Animal class needs it.
@richardrandolph9794
@richardrandolph9794 22 сағат бұрын
Thanks for the great video. I have this running on macOS, Win11, and Mint Linux!
@cradleofrelaxation6473
@cradleofrelaxation6473 5 күн бұрын
Nice stuff brother. Just curious, after 'any' or 'all' functions were broken and we use the witness to check what caused the break, does python goes ahead to check the other values in the list after being broken? or does it stop right where it gets broken? In order works, if the 'any/all' function gets broken and there are multiple reasons why it gets broken, python give you all the values that likely caused the brakage?
@daniilsergan7418
@daniilsergan7418 5 күн бұрын
what if I want to change the version of python in vscode? What shell I do?
@edununezdavila3149
@edununezdavila3149 10 күн бұрын
amazing video!! thanks!!
@brianwkinyua
@brianwkinyua 10 күн бұрын
🖥
@oluwatomisinpauls.9899
@oluwatomisinpauls.9899 12 күн бұрын
Thanks... So much
@chiennguyeninh8508
@chiennguyeninh8508 13 күн бұрын
Excellent tutorial! Thank you so much
@Sebastian-hg4qc
@Sebastian-hg4qc 15 күн бұрын
im trying to add the following things for bison but it says "nvim" command does not exist
@DominikJagoda
@DominikJagoda 15 күн бұрын
Nice explanation, thanks !
@ajaynarayanan2326
@ajaynarayanan2326 17 күн бұрын
Nice video
@boogiecoin
@boogiecoin 18 күн бұрын
🖥
@godray25
@godray25 19 күн бұрын
🖥
@rajumurugesan6927
@rajumurugesan6927 20 күн бұрын
Really good explanation with clear example Thank you brother
@adeolaogunleye7965
@adeolaogunleye7965 20 күн бұрын
Nice video, I really enjoyed it.
@nelsonfleig5024
@nelsonfleig5024 21 күн бұрын
Super helpful video! Was looking for something similar to NVM for Python and this fit the bill perfectly!
@IbrahimKaleel-jp4el
@IbrahimKaleel-jp4el 23 күн бұрын
@k0nze_builds, what is the purpose of this command -> "xcode-select --install"
@user-fj4ts9jt1p
@user-fj4ts9jt1p 26 күн бұрын
Honestly, this issue is very annoying, still present on 2024
@SwagatMalla
@SwagatMalla 26 күн бұрын
Thank you!
@flutter30
@flutter30 28 күн бұрын
🖥
@rajatpathak4499
@rajatpathak4499 Ай бұрын
brilliant
@ucanhlenguyen7720
@ucanhlenguyen7720 Ай бұрын
Thanks for the solution, it's very helpful.
@MertStack
@MertStack Ай бұрын
Grazie mille.
@deivisonribeiro489
@deivisonribeiro489 Ай бұрын
Thank you so much K0nze!! This tutorial is the best about pyenv in youtube!!! You saved my life a lot of times. The first time I watched it was in 2022 and today you helped me again !! God bless you so much !!!
@flocela
@flocela Ай бұрын
Thank you very much! Sir!
@pepijnkrijnsen4
@pepijnkrijnsen4 Ай бұрын
💻
@zahvir
@zahvir Ай бұрын
perfect!!
@pratheekkb8257
@pratheekkb8257 Ай бұрын
Wow i have been struggling to setup gcc properly and was facing include not found error, finally i got rid of it , thanks a LOT !!!!🙏
@jmcoxD
@jmcoxD Ай бұрын
🖥
@zubinjain9956
@zubinjain9956 Ай бұрын
Hey, thanks for the detailed video. It's working well for me up until the point I get to installing Verilator. it's isn't automatically installed as in previous steps and when I run the configuration file it terminates with this error. "configure: error: the g++ -std=gnu++11 compiler appears to not support C++11."
@Kushal-wk5mc
@Kushal-wk5mc Ай бұрын
gtkwave isn't getting installed from that command, need help @k0nze_builds
@Skrattoune
@Skrattoune Ай бұрын
That's great, thanks, very clear. It took me a lot of trial errors to get a better understanding of decorators to be able to develop more advanced decorators. Your video would have helped me greatly. It would be great to have a equel / part 2 video including the use of @functools.wraps
@bryantribolet
@bryantribolet Ай бұрын
Thank you! 🎉
@tayloroc1
@tayloroc1 Ай бұрын
This should just work. I am importing a file from the same folder and VS Code can't figure it out. I can't either, that's why I'm complaining.
@0x2075
@0x2075 Ай бұрын
thanks for the tut, is there a special reason not using brew to install bison vs compilation? cheers!
@kylestokes8180
@kylestokes8180 Ай бұрын
This video was great! Thanks so much for the detailed walk through!!
@QaiserMuhammad
@QaiserMuhammad Ай бұрын
Perfect
@esbee296
@esbee296 Ай бұрын
🖥
@Hughahugha361
@Hughahugha361 Ай бұрын
Super hilfreiches Video! Der Teil mit settings.json ist wohl nicht mehr nötig, das macht VSCode mitlerweile automatisch. Allerdings zeigt es im Terminal nicht an, dass man in einer (.venv)ist. Super praktisch und als Anfänger konnte ich jetzt einen simplen pyemv-installer machen, der mir automatisch ein passendes Environment zu meinem Projekt aufsetzt 😊
@MrOwl888
@MrOwl888 Ай бұрын
Thanks, bro! Windows 11 is terrible. I bought a new laptop with it, and it constantly has problems installing or configuring the necessary software. I have installed python on Windows 7 and 10 many times and have already forgotten that I need to prescribe the path. I will only add that if you install Python not only for your user but for all users, you need to specify paths like C:\Program Files\Python39\ and C:\Program Files\Python39\Scripts.
@user-ok6wv4ew6z
@user-ok6wv4ew6z Ай бұрын
Thanks. But I wish to download the verilator version v5.008, trying the make command, but appeared error, why?
@danielschmider5069
@danielschmider5069 Ай бұрын
Giving the interface and the class the same name was weird, I was really surprised this actually worked! Is it because the Talking Class is defined later (further down) in the code?
@AKhan-oz9hw
@AKhan-oz9hw Ай бұрын
Finally a no nonsense, to the point tutorial. Hope others will soon follow this format. Many thanks for the tutorial man 🙏
@peytonmulder8059
@peytonmulder8059 2 ай бұрын
I feel silly, I just asked this question on the previous video I watched 🤣 🖥
@peytonmulder8059
@peytonmulder8059 2 ай бұрын
I did not use your exact code but more so as a frame work for what I needed to do, this worked like a charm and I could not be happier with the result. I do have one question, at no point did you assign a value to _ _ name _ _. How did your while loop work if you never assigned a value to it? I had to add a value to name for the function to run.
@peytonmulder8059
@peytonmulder8059 2 ай бұрын
My only regret is I can only like your video one time.
@peytonmulder8059
@peytonmulder8059 2 ай бұрын
Disregard my question, the next video KZfaq played answered my question. Keep making great content!
@varunv6449
@varunv6449 2 ай бұрын
hey! in this video you use verilator for SystemC, however they recently added native support for SystemVerilog and Verilog testbenches. Do you have any tips/different resources for working with SysVerilog/Verilog code only?
@singhkumardev
@singhkumardev 2 ай бұрын
the most complete video about python decorator I have seen ever thanks a lot
@nagarjunapatra9516
@nagarjunapatra9516 2 ай бұрын
is the path adding is same for bash shell ?
@quenting4885
@quenting4885 2 ай бұрын
I hope someone could help me. When using : python -m venv .venv It take lot of time and I have to do ctrl-c, but it seem to work. When activating .venv my python command change path but not pip. Dispite having a working pip installed. Using python -venv --without-pip .venv Work fine, but as intended it doesn't install pip. Does anyone know how to solve this strange issue?
@OlaffiDzn
@OlaffiDzn 2 ай бұрын
your video saved me