Hey Tim, a big fan. I have a request, a series on Data Structure and Algorithm.
@shreeyansjavangula89083 жыл бұрын
I think that he has a course on that on his channel.
@LegendAk213 жыл бұрын
Yeah we need this data structure course
@kevinmccallister76473 жыл бұрын
You can also try free code camp JavaScript algorithm and data structures
@LegendAk213 жыл бұрын
@@kevinmccallister7647 how I can get python data structure course?
@ahmadhammad123 жыл бұрын
I think that's so big and it's already out there, and it will be a very long series, I think it's better to learn DS and algo with c++/java. I recommend you abdul bari channel for this.
@manewry66tw3 жыл бұрын
This was too complicated for me. But I think that it never hurts to watch the material that is beyond one's level. It actually prepares one's mind for the new possibilities and motivates to harder work.
@huvenmoodley2803 жыл бұрын
luckily my name is huven not one xd
@kirktheruler55723 жыл бұрын
I agree. I am just confused ( a beginner) but I believe like this because we chose to actually try to understand
@manewry66tw3 жыл бұрын
@Алек Сневар Thanks man. All the best.
@manewry66tw3 жыл бұрын
@@kirktheruler5572 I learned lately that the process of learning is being embraced by overcoming the frustration of failure.
@kirktheruler55723 жыл бұрын
@@manewry66tw I’m in the same boat brother
@wackyator3 жыл бұрын
Tim you should do more of such videos. A video series covering the contents of the book 'fluent python' would be great
@TheKiryu.3 жыл бұрын
Let's go deeper to advanced python features and meta classes! 😊
@littlebirdiethe1st5343 жыл бұрын
I've recently gotten into python programming and I've been looking for a video, such as this one, to describe what is possible in python. I've had no success so far so this was just perfect!
@shawnbeans73893 жыл бұрын
Tim: "I am not an expert at python" Also Tim: litterally covers everything on python
@haroerhaktak26133 жыл бұрын
It's better to claim you aren't as good as what others perceive you as because there's always someone who knows more. There's always someone who thinks you aren't that good. Also it allows you to make a mistake and people won't judge you as harshly because you aren't claiming to be an expert or masters level.
@mamamikazala3 жыл бұрын
YES! more advanced stuff please! There is a ton of beginner YT videos on Python, but very little about advanced things
@sidecontrolpapi3 жыл бұрын
Really nice way of breaking down a complex subject through easy-to-understand steps.
@mookiecodes3 жыл бұрын
Keep going Tim, I’m learning a ton from these types of videos
@facundobigotes86113 жыл бұрын
14:40 it was at this moment that my mind was blown... The possibilities are endless
@alaapsarkar3 жыл бұрын
Videos on advanced python features would be amazing, KZbin is already filled with beginner and intermediate level python tutorials but advanced stuff like this is very rare. Videos like these are amazing.
@idhantsood11053 жыл бұрын
Hi, Tim, your videos are great, I don't face any errors when learning from your videos, and even if I do, I can solve them in a second, I was not able to understand a lot of things before like OOP or Django but now I can understand it so clearly, even your ml and neural network series is great, thanks and keep up the great work.
@evandrofilipe15263 жыл бұрын
When i used to use python it was fustrating not knowing how to dynamically make classes and i researched online and couldnt find anything and ultimately gave up. I can say with confidence that if you showed me this 3 years ago i wouldn't have made classes like this all the time as i like using functions more. Makes more sense to me at least.
@abbasdharamsi3 жыл бұрын
The way the world is moving rightnow, with AI, self driving cars, and automated vehicles, I think python and knowledge of programming is a very useful skillset to possess. Im planning to make a video about the use of Python in Mechanical Engineering soon in my channel as well! Thanks Tim for the inspiration! Great video as always!
@awsomeslayer13 жыл бұрын
Python astonishes me every day. I did not know that we could inherit from type to create our own meta class creator. Then, just the other day I also came across walrus operator and I wondered why I had not used it before. Python fundamentals are like an ocean unto themselves. Very much needed video. Waiting for more.
@devrubic3 жыл бұрын
Walrus operator was added in 3.8 IIRC. So like if you don't follow python updates you may not have seen it
@xhjb4ever3 жыл бұрын
You should do a tutorial on how to make a python module
@ankitchetri29683 жыл бұрын
We need to create our module folder and then create __init__.py and our module is ready
@xhjb4ever3 жыл бұрын
@@ankitchetri2968 I know how to do that, but the upload for me is bugged or outdated
@ankitchetri29683 жыл бұрын
@@xhjb4ever oh ok
@Damqq3 жыл бұрын
Yes please! More of this...! :)
@bogan92653 жыл бұрын
AMAZING! Wow Tim I've been watching your vids for almost a year and you reinspire me every video!
@roni52453 жыл бұрын
Thank you, Tim! You’ve helped me expand my knowledge on classes!
@jenslawrence16073 жыл бұрын
Hi Tim, great video. I would love to see more (even more) advanced videos. I feel like I know a lot about Python, including everything discussed in this tutorial, yet I wouldn't call myself a master at Python. As a result I have resorted to learning more than half of Python's standard modules, simply because I don't know what to learn next. Maybe showing some real world applications of these advanced concepts would make a good tutorial for people like me. Keep it going, Jens.
@quixzotic3 жыл бұрын
Love the new video! 🔥 Python really is amazing!
@aiminamon59463 жыл бұрын
yes please. make more advanced videos. they are really helpful. thank you
@NaJoeLibre3 жыл бұрын
Definitely cool that you condensed the class syntax down to like one line. I could see how that would be useful if you're dealing with mass amounts of code that may help knock down runtime.
@r735g33 жыл бұрын
Thanks for the video, I request more advanced videos, since I am very far from beginner now, however it seems like this kind of advanced content is only present in books and articles, while 99% of the videos are targeted at the total beginners. Rare kind of content which I appreciate.
@shreyasjejurkar12333 жыл бұрын
This isn't a magic of python btw, this is what refers to as Reflection concept in programming languages and it is available in many of the languages like C++, Java and C#. But good introductory video for those who are new to this concept! 👍
@aryanr42793 жыл бұрын
I would like to have these kind of videos Tim... And also request a data structures and algorithms.
@ahsanyousuf90113 жыл бұрын
As an intermediate developer, I understand it very efficiently just by implementing rather than just saying...NICE, GREAT WORK....Please make a series on Data Structures and Algorithms using Python...It will be quiet helpful...THANKS.
@pabloduran2033 жыл бұрын
Really like this kind of videos. Very few people do them and it is really interesting to know some of the deeper level functionalities in Python.
@dopy84183 жыл бұрын
This channel is getting slowly in my top 5
@Bharath4u133 жыл бұрын
My senior wrote something like this in our project.. I couldnt ask him what it is. But now I understand why he wrote the way he wrote
@HarelBrodai3 жыл бұрын
Great video !! Please make more videos about advanced Python
@xinc20123 жыл бұрын
Tim your explanations are really good.
@BillyNix3 жыл бұрын
Thanks Tim, great video, so glad to see the inner workings of Python.
@Ahmd53Mhmd3 жыл бұрын
I really enjoyed the video And the idea of creating videos just for knowledge, I really like to know such as this trick. Don't stop this kind of videos, please. Thank you, Tim.
@rice58173 жыл бұрын
While I probably won't use this specific syntax anytime soon, it's always good to know about these things "in the back of your mind" so to speak. So I'd say that you should definitely post more of these videos if that's what you'd like to dive into 😊
@akulupadhyay3 жыл бұрын
I think we could all benefit from more advanced videos , keep up the great work !
@mikhailanatoliy99903 жыл бұрын
I was really bad at Python until a week ago, read the book by Zed Shaw and I can fully understand this video! That's crazy.
@artin_thm87213 жыл бұрын
I want more videos like this, it's very interesting to see python's backstage
@SeanMarkin3 жыл бұрын
This was fantastic! Thank you. If you are open to it, definitely more videos like this.
@mohamedakeblersane32753 жыл бұрын
Thank you Tim, we need more videos like this one
@mohammadaliashraf47143 жыл бұрын
Please tim please make some videos on advanced python stuff ❤️❤️ Loved it 😍
@procode68813 жыл бұрын
Learned such a lot in this video😳😳😳
@MdRafiurRahman-mr7fz3 жыл бұрын
Yo Tim, a big fan. Please make more advanced videos on python.
@vishwanathpratapsingh61803 жыл бұрын
Thanks Tim you are giving someone so much precious information
@curtisahlin36153 жыл бұрын
How have you watched it that quickly???
@Pzpr123 жыл бұрын
@@curtisahlin3615 Those are legends 😂😂
@lakshyachopra_3 жыл бұрын
You watched the entire video in 4 minutes?
@rahulxdd3 жыл бұрын
At least watch the video first. No doubt Tim is provided good tutorials and stuff. Commenting for the sake of likes ffs
@vishwanathpratapsingh61803 жыл бұрын
@@lakshyachopra_ no buddy
@farhanahmedfahim81133 жыл бұрын
dayum..the segway to the sponser was dope
@re.liable3 жыл бұрын
That's a very high profile sponsor imo, nice!
@theseusRJ73 жыл бұрын
I got enlightened. Continue on this concept
@emaddeve203 жыл бұрын
This so Amazing. Thank you Tim 😊
@aliazadi95093 жыл бұрын
Awesome video Tim!
@Cryptosonix3 жыл бұрын
That is very interesting!
@thekokoserver3 жыл бұрын
Brilliant man... please i will like to see more of this
@RaheelJunaid3 жыл бұрын
This was a very good explanation of the class blueprint.
@CoentraDZ3 жыл бұрын
That was amazing and mind-blowing 🤯
@nevanjohn3 жыл бұрын
This was really cool, I never knew this functionality existed. Thanks for the video!
@jacopopangrazi85143 жыл бұрын
Very good explanation, keep up!
@codingboy22543 жыл бұрын
Tim the magician !
@dankchan4203 жыл бұрын
Next level data structures
@hamkoqaasim71773 жыл бұрын
Wow! Great video man
@markmadhukar90113 жыл бұрын
gr8 vid @TechWithTim
@mastersrikavipriyan2803 жыл бұрын
WE WANT MORE LIKE THIS.
@hosea_br3 жыл бұрын
awesome explanation dude
@georges.95453 жыл бұрын
Great video, could you do a series on blockchain development (building the actual blockchain and then building dapps) or could you do a series on creating your own crypto?
@harrisoncrettol3 жыл бұрын
So cool! I learned something new.
@smjure3 жыл бұрын
More vids like this welcome 👍 tnx
@bsiu58823 жыл бұрын
Very nice video!
@alagappank12423 жыл бұрын
Good info💪💪
@ChongFrisbee3 жыл бұрын
I think this video works really fine for a conceptual introduction to metaclasses
@nithincharles3713 жыл бұрын
Which IDE you were used in this video Tim?
@abulaman87133 жыл бұрын
Damn, I fell in love when u created that Createaclass.....
@henilmalaviya3 жыл бұрын
Is that why Python is slow of other languages because it also has blue prints to compile above our code?
@paulfragemann33333 жыл бұрын
Python slow, because it is interpreted (not really but close to it), which means that the Python runtime goes over code and does the steps, thats why you need a python runtime with your code to execute it. There are tools like pypy which allow you to do actual compilation of python Code, but they have Problems of often not working if you're using a libary with C-Extensions.
@henilmalaviya3 жыл бұрын
@@paulfragemann3333 Thanks for your information, i'm not coming much from Python background because i am a web developer. thanks again for the information, I appreciate it :)
@paulfragemann33333 жыл бұрын
@@henilmalaviya No Problem, JS is actually also interpreted by the Browser. And the information isn't entirely true as I said, Python is actually compiled into a custom Bytecode, made for the language specifically and that is then interpreted. If you ever se a .pyc file, that is the compiled Python Bytecode.
@henilmalaviya3 жыл бұрын
@@paulfragemann3333 Paul, you have really great knowledge at system level. Keep It Up! :D
@paulfragemann33333 жыл бұрын
@@henilmalaviya Yeah I have a lot of Theoretical Knowlegde, about basically every field of Computer Science I have come across, but I don't have that much real world experience when it comes to Programming which is what I am working on changing ATM...
@PrassRa3 жыл бұрын
Hey Tim... love your tutorials! Would love expert level tutorials... Where can I read some advance level python programs ? Tnks
@B00Mnation3 жыл бұрын
Good tutorial, but I kept waiting for you to tell me why this kind of technique might be useful in practice. Next time, an example demonstrating how you could leverage this technique to your own benefit would make the content much more valuable.
@mamuch76653 жыл бұрын
Hey Tim, love your work: please satisfy our request of creating a data structures series preferably on C++. Continue this awesome channel and stay blessed.
@jcm50463 жыл бұрын
Hey Tim! Been watching lots of your videos including the one where you make game(balloon tower defense-like game). I have a request. Mind making a videos for the books you use learning python and some other advanced topics?
@lunaticfringe38903 жыл бұрын
Thanks Tim For your efforts Though I didn't understand much but it was really very informative Thanks Again
@jumper01223 жыл бұрын
Do you ever explain the Lambda function in any of your videos? I've read explanation after explanation of it and never understood how you're supposed to use it. I avoid copying snippets using it into my code because I never want to have to explain it, even if it's much smaller and / or less convoluted.
@a1nd233 жыл бұрын
When you created the CreateClass class and run the code, you had the Person class defined two times - first in the classical way and then using the CreateClass method. Why wasn't the code conflicting? After all there were two classes called "Person" in the code. It is clear that only the second class was used (the one created using CreateClass method), because only that class was instantiated, but still there were two different classes with the same name in the same namespace.
@bigcunningham1713 жыл бұрын
Is a video regarding Cryptography possible?
@toxpy93433 жыл бұрын
Weird how just today I needed a dynamic class in python. Well I had no idea it was possible thx for the tip.
@quolofps3 жыл бұрын
Can we use anything others than self
@ralphdancetv91253 жыл бұрын
I barely saw this kind of stuff but i don't really understand, Thank you so much
@Rajsingh-rs1yi3 жыл бұрын
Hey Tim, could you please tell me where I can buy that blue orb thing in the background. It looks very nice.
@akakumura3 жыл бұрын
I think it’s just an IKEA FADO which is a lamp shaped like an orb. And then he put an rgb bulb inside that lamp to make it glow different colors
@Rajsingh-rs1yi3 жыл бұрын
@@akakumura Ah ok, thank you so much!
@Sebastian-42-693 жыл бұрын
I would have loved to see more concrete uses for this. Gonna check out the metaclasses video if it's not too long...
@kirankumar23483 жыл бұрын
Come on man... Where do you even get all this crazy stuff. The last part of changing the behavior of classes.. 🤯🤯🤯
@AS-fj7ox3 жыл бұрын
Cool. Thanks
@ahmadhammad123 жыл бұрын
I know this may be some beginner thing, but can you make a video to show how to read documentations in the right way/ technique so we don't mess things up?
@zbvirus24203 жыл бұрын
100% make more videos about these stuff
@stephendouglas6843 жыл бұрын
I did enjoy this, although deep!
@AriehAnkri3 жыл бұрын
Can you make a video about how to use metaclass in a real project? I have already see your video about metaclass and i want a concrete example about it. Thanks
@thisisanaccount23933 жыл бұрын
Hey! Could you please make a C# tutorial… it would be great! Thanks :)
@shadmansudipto72873 жыл бұрын
You can watch IAmTimCorey
@sumukhjagirdar58603 жыл бұрын
Tim , could you please do a video on *Regular Expression*, re??
@avgSE813 жыл бұрын
Please make a video on how to manipulate class using subclass.
@herbert15573 жыл бұрын
That's amazing people could append function to a class anytime justo awesome.
@gergoborhegyi53883 жыл бұрын
Tim. Can you make a video about yield in python? Cuz now I see that I can understand complex things if you are the one who describes it.
@markmadhukar90113 жыл бұрын
pls make more vids like this.
@AzureCz3 жыл бұрын
Okay, so I understood that we can edit the way the default class behaves by using it on inheritance of another class, but what are the utilities of it? How can I modify class Type and to what use cases? Is this really useful? I'd love a video about that, creating a metaclass derived from the Type class
@pravachanpatra40123 жыл бұрын
Tim, we need a data structure and algorithms course please.
@pravachanpatra40123 жыл бұрын
Tim I know ur seeing this, don’t scroll by and ignore it, please we need this course
@hossumquat3 жыл бұрын
Ah, cool! So you could get input from the user in your script to have the user add a new class to the script while it is still running, for example.