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! 😊
@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.
@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!
@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.
@mookiecodes3 жыл бұрын
Keep going Tim, I’m learning a ton from these types of videos
@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.
@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!
@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.
@facundobigotes86113 жыл бұрын
14:40 it was at this moment that my mind was blown... The possibilities are endless
@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
@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.
@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.
@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.
@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.
@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
@dopy84183 жыл бұрын
This channel is getting slowly in my top 5
@aryanr42793 жыл бұрын
I would like to have these kind of videos Tim... And also request a data structures and algorithms.
@bogan92653 жыл бұрын
AMAZING! Wow Tim I've been watching your vids for almost a year and you reinspire me every video!
@akulupadhyay3 жыл бұрын
I think we could all benefit from more advanced videos , keep up the great work !
@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! 👍
@aiminamon59463 жыл бұрын
yes please. make more advanced videos. they are really helpful. thank you
@quixzotic3 жыл бұрын
Love the new video! 🔥 Python really is amazing!
@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.
@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.
@roni52453 жыл бұрын
Thank you, Tim! You’ve helped me expand my knowledge on classes!
@re.liable3 жыл бұрын
That's a very high profile sponsor imo, nice!
@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.
@MdRafiurRahman-mr7fz3 жыл бұрын
Yo Tim, a big fan. Please make more advanced videos on python.
@Damqq3 жыл бұрын
Yes please! More of this...! :)
@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 😊
@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.
@HarelBrodai3 жыл бұрын
Great video !! Please make more videos about advanced Python
@mohammadaliashraf47143 жыл бұрын
Please tim please make some videos on advanced python stuff ❤️❤️ Loved it 😍
@farhanahmedfahim81133 жыл бұрын
dayum..the segway to the sponser was dope
@xinc20123 жыл бұрын
Tim your explanations are really good.
@artin_thm87213 жыл бұрын
I want more videos like this, it's very interesting to see python's backstage
@procode68813 жыл бұрын
Learned such a lot in this video😳😳😳
@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.
@BillyNix3 жыл бұрын
Thanks Tim, great video, so glad to see the inner workings of Python.
@SeanMarkin3 жыл бұрын
This was fantastic! Thank you. If you are open to it, definitely more videos like this.
@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
@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
@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.
@mohamedakeblersane32753 жыл бұрын
Thank you Tim, we need more videos like this one
@mastersrikavipriyan2803 жыл бұрын
WE WANT MORE LIKE THIS.
@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?
@aliazadi95093 жыл бұрын
Awesome video Tim!
@RaheelJunaid3 жыл бұрын
This was a very good explanation of the class blueprint.
@henil06043 жыл бұрын
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.
@henil06043 жыл бұрын
@@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 жыл бұрын
@@henil0604 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.
@henil06043 жыл бұрын
@@paulfragemann3333 Paul, you have really great knowledge at system level. Keep It Up! :D
@paulfragemann33333 жыл бұрын
@@henil0604 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...
@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.
@theseusRJ73 жыл бұрын
I got enlightened. Continue on this concept
@nithincharles3713 жыл бұрын
Which IDE you were used in this video Tim?
@thekokoserver3 жыл бұрын
Brilliant man... please i will like to see more of this
@codingboy22543 жыл бұрын
Tim the magician !
@bigcunningham1713 жыл бұрын
Is a video regarding Cryptography possible?
@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
@abulaman87133 жыл бұрын
Damn, I fell in love when u created that Createaclass.....
@markmadhukar90113 жыл бұрын
gr8 vid @TechWithTim
@nevanjohn3 жыл бұрын
This was really cool, I never knew this functionality existed. Thanks for the video!
@jacopopangrazi85143 жыл бұрын
Very good explanation, keep up!
@PrassRa3 жыл бұрын
Hey Tim... love your tutorials! Would love expert level tutorials... Where can I read some advance level python programs ? Tnks
@hamkoqaasim71773 жыл бұрын
Wow! Great video man
@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.
@CoentraDZ3 жыл бұрын
That was amazing and mind-blowing 🤯
@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?
@dankchan4203 жыл бұрын
Next level data structures
@sumukhjagirdar58603 жыл бұрын
Tim , could you please do a video on *Regular Expression*, re??
@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!
@ChongFrisbee3 жыл бұрын
I think this video works really fine for a conceptual introduction to metaclasses
@hosea_br3 жыл бұрын
awesome explanation dude
@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
@emaddeve203 жыл бұрын
This so Amazing. Thank you Tim 😊
@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?
@quolofps3 жыл бұрын
Can we use anything others than self
@kirankumar23483 жыл бұрын
Come on man... Where do you even get all this crazy stuff. The last part of changing the behavior of classes.. 🤯🤯🤯
@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.
@harrisoncrettol3 жыл бұрын
So cool! I learned something new.
@thisisanaccount23933 жыл бұрын
Hey! Could you please make a C# tutorial… it would be great! Thanks :)
@shadmansudipto72873 жыл бұрын
You can watch IAmTimCorey
@bsiu58823 жыл бұрын
Very nice video!
@ralphdancetv91253 жыл бұрын
I barely saw this kind of stuff but i don't really understand, Thank you so much
@smjure3 жыл бұрын
More vids like this welcome 👍 tnx
@zbvirus24203 жыл бұрын
100% make more videos about these stuff
@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...
@sabbirahmed80123 жыл бұрын
Hi Tim, Can you please help me with your valuable suggestion? I am about to complete my bachelor in Electronics and Telecommunication Engineering. But I am passionate about being a software developer. I am really struggling to find out which things should I learn to be able to apply for a software developer position. I would be thankful if you just provide a complete list of the topics on which I should focus.
@lunaticfringe38903 жыл бұрын
Thanks Tim For your efforts Though I didn't understand much but it was really very informative Thanks Again
@avgSE813 жыл бұрын
Please make a video on how to manipulate class using subclass.
@Cryptosonix3 жыл бұрын
That is very interesting!
@toxpy93433 жыл бұрын
Weird how just today I needed a dynamic class in python. Well I had no idea it was possible thx for the tip.
@rahulvijay66113 жыл бұрын
please make a video on alpha beta pruning and minmax algo with a game, AI implementation
@stephendouglas6843 жыл бұрын
I did enjoy this, although deep!
@midhunrajaramanatha53113 жыл бұрын
Do series about all dunder methods
@alagappank12423 жыл бұрын
Good info💪💪
@JohnDoe-ck3un3 жыл бұрын
good luck working with code using this way to create classes dynamicly 😁
@sujalbajracharya64013 жыл бұрын
does anyone know which theme he's using?
@markmadhukar90113 жыл бұрын
pls make more vids like this.
@nelsonbeneche23723 жыл бұрын
thank you, you can also talk of data science on a video