I use Blender 3d modelling program for these stuffs . It has all the mathematical functions and python scripting capability
@xf9qt25 күн бұрын
Kite is deprecated, why
@Prashant_Tak_Bee26 күн бұрын
Regular expression are also known as Regex are powerful tool to find patterns and text. ●Check for valid pattern (eg. Email) ●phone number started with 91 and show hyphen while user is typing and remove hyphen in output
@karimamri483127 күн бұрын
Very very good video!
@Rashmi-yt1zfАй бұрын
This is so confusing!
@talk9415Ай бұрын
perfectly explained, simple, easy and awesome, thank you!
@dailyfunnierfacts2 ай бұрын
he sound like Tech with Tim
@lmg88.802 ай бұрын
Thank you for all the examples. I was struggling with this but now its more clear.
@DavidBogas2 ай бұрын
Amazing video, thank you very much!
@ExposingEvolutionGamescr-ir5mi2 ай бұрын
Scam coin…. King in leading scam in the world of crypt
@kumarkumar-db3ms2 ай бұрын
best lecture on decorators👍👍👍👍👍
@MarsWilliam-m8v2 ай бұрын
Great tutorial on detecting deepfakes with MesoNet! If you're into coding and want to dive deeper, check out the 'How to Find DEEP FAKES in the Payment Industry with Expert by Global Risk Community' video as well. Both are valuable resources for understanding and combating deepfakes
@kingshahzad782 ай бұрын
Lovely Explanation Dear❤❤❤❤❤❤❤❤❤❤
@DewangShaw2 ай бұрын
can you do the same for the deepfake video detection.
@shane60093 ай бұрын
AMAZING!!! You also explained so well why *args and **kwargs are so useful and important, thank you so much!
@bitonic5893 ай бұрын
how introsort slower than quicksort
@galactuscodm45593 ай бұрын
u made me fall in love with decorators!!! thx alot
@mathiasnagy59763 ай бұрын
This is what education used to be like, even the most complex topics, found in the books I own about physics etc. published in the 1950's and before. Start with small chunks of the preliminary concepts. Then put them together slowly, simply and clearly, demonstrating along the way. Then build and finally explain a complex idea. Well done Tim and thank you!
@ddunfuh92393 ай бұрын
Stalin sort one pass
@sahilthomas16923 ай бұрын
Really helpful, thank you so much
@EnriqueTachiquinC3 ай бұрын
it was..... it doesn't exist anymore...
@jhonfrietzofqueria68933 ай бұрын
Is it possible to add some sort of hint for the words at the top? For example: It is used for writing in whiteboard(marker)
@cesaltinofelix3 ай бұрын
i was here 🔥
@AadarshRai23 ай бұрын
Where are you bro?
@nicholascarnie90663 ай бұрын
Fix: change: class snake(object) - class Snake(object) (Line 5) change: class food(object) - class Food(object) (Line 60) change: snake = snake( ) - snake = Snake( ) (Line 114) change: food = food( ) - food = Food( ) (Line 115) ie change to capital letters. After doing the above I was able to run the game.
@SidiMohamed-x4y3 ай бұрын
Great
@Adel-pn2up4 ай бұрын
I've had problems with decorators for a long time. This video finally solved it. Thanks ;)
@zeus044 ай бұрын
10 seconds to sort 60 values is still kinda slow in my opinion!
@pranavgunjal85434 ай бұрын
Sita Ram 🙇♂️✨
@yveee98604 ай бұрын
My fav is merge sort
@srinivasachowdary4154 ай бұрын
so sad that kite is gone We pay respect to you
@kenawakibsa97374 ай бұрын
I am sad that Kite is down! Hope you guys go live again
@KJ7JHN4 ай бұрын
Noice. ❤
@spacescienceguy4 ай бұрын
I started learning Python a few weeks ago, and this video has blown my mind on what is possible.
@aryansinha18184 ай бұрын
4:50
@kushagramishra10084 ай бұрын
it says meso4() is not defined.What to do now?
@mohammadissa59585 ай бұрын
thank you so much because after i spend hours of watching tutorials and reading websites i found your video and from the first time i watched your video this consept flew into my mind
@abdullatifnizamani68505 ай бұрын
its GTA 6
@sillaraibyte69275 ай бұрын
Is this really working in 2024
@purnimaprusty72195 ай бұрын
the correctly identified deepfake images and deepfakes which are mislassified as real , those are... 💀💀
@erenkotar5 ай бұрын
What a thrash..
@krishivgoel21226 ай бұрын
Dude u forgot LSD Radix Sort
@annorome6 ай бұрын
My only question is: Why do you make such overexaggerated facial expressions when talking directly into the camera? Did you learn that because it is good in the business world? I find it to be unnecessary in KZbin videos.
@juanete696 ай бұрын
Why don't we need to write this? def f1(func(*args, **kwargs)):
@jeroen62756 ай бұрын
Great video
@LrielYT6 ай бұрын
ofc quicksort gets it
@EduardoRodrigues-hl7ne7 ай бұрын
Great video!!!!!!!!!!!!!!
@radhika62127 ай бұрын
What an explanation, being a technical lead and doing automation in python for years..I would say my fundamentals are stronger now after going through this video..amazing work :)