The Magic Of Python

  Рет қаралды 101,775

Tech With Tim

Tech With Tim

Күн бұрын

Пікірлер: 223
@priyanshu8307
@priyanshu8307 3 жыл бұрын
Hey Tim, a big fan. I have a request, a series on Data Structure and Algorithm.
@shreeyansjavangula8908
@shreeyansjavangula8908 3 жыл бұрын
I think that he has a course on that on his channel.
@LegendAk21
@LegendAk21 3 жыл бұрын
Yeah we need this data structure course
@kevinmccallister7647
@kevinmccallister7647 3 жыл бұрын
You can also try free code camp JavaScript algorithm and data structures
@LegendAk21
@LegendAk21 3 жыл бұрын
@@kevinmccallister7647 how I can get python data structure course?
@ahmadhammad12
@ahmadhammad12 3 жыл бұрын
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.
@manewry66tw
@manewry66tw 3 жыл бұрын
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.
@huvenmoodley280
@huvenmoodley280 3 жыл бұрын
luckily my name is huven not one xd
@kirktheruler5572
@kirktheruler5572 3 жыл бұрын
I agree. I am just confused ( a beginner) but I believe like this because we chose to actually try to understand
@manewry66tw
@manewry66tw 3 жыл бұрын
@Алек Сневар Thanks man. All the best.
@manewry66tw
@manewry66tw 3 жыл бұрын
@@kirktheruler5572 I learned lately that the process of learning is being embraced by overcoming the frustration of failure.
@kirktheruler5572
@kirktheruler5572 3 жыл бұрын
@@manewry66tw I’m in the same boat brother
@wackyator
@wackyator 3 жыл бұрын
Tim you should do more of such videos. A video series covering the contents of the book 'fluent python' would be great
@TheKiryu.
@TheKiryu. 3 жыл бұрын
Let's go deeper to advanced python features and meta classes! 😊
@littlebirdiethe1st534
@littlebirdiethe1st534 3 жыл бұрын
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!
@shawnbeans7389
@shawnbeans7389 3 жыл бұрын
Tim: "I am not an expert at python" Also Tim: litterally covers everything on python
@haroerhaktak2613
@haroerhaktak2613 3 жыл бұрын
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.
@mamamikazala
@mamamikazala 3 жыл бұрын
YES! more advanced stuff please! There is a ton of beginner YT videos on Python, but very little about advanced things
@sidecontrolpapi
@sidecontrolpapi 3 жыл бұрын
Really nice way of breaking down a complex subject through easy-to-understand steps.
@mookiecodes
@mookiecodes 3 жыл бұрын
Keep going Tim, I’m learning a ton from these types of videos
@facundobigotes8611
@facundobigotes8611 3 жыл бұрын
14:40 it was at this moment that my mind was blown... The possibilities are endless
@alaapsarkar
@alaapsarkar 3 жыл бұрын
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.
@idhantsood1105
@idhantsood1105 3 жыл бұрын
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.
@evandrofilipe1526
@evandrofilipe1526 3 жыл бұрын
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.
@abbasdharamsi
@abbasdharamsi 3 жыл бұрын
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!
@awsomeslayer1
@awsomeslayer1 3 жыл бұрын
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.
@devrubic
@devrubic 3 жыл бұрын
Walrus operator was added in 3.8 IIRC. So like if you don't follow python updates you may not have seen it
@xhjb4ever
@xhjb4ever 3 жыл бұрын
You should do a tutorial on how to make a python module
@ankitchetri2968
@ankitchetri2968 3 жыл бұрын
We need to create our module folder and then create __init__.py and our module is ready
@xhjb4ever
@xhjb4ever 3 жыл бұрын
@@ankitchetri2968 I know how to do that, but the upload for me is bugged or outdated
@ankitchetri2968
@ankitchetri2968 3 жыл бұрын
@@xhjb4ever oh ok
@Damqq
@Damqq 3 жыл бұрын
Yes please! More of this...! :)
@bogan9265
@bogan9265 3 жыл бұрын
AMAZING! Wow Tim I've been watching your vids for almost a year and you reinspire me every video!
@roni5245
@roni5245 3 жыл бұрын
Thank you, Tim! You’ve helped me expand my knowledge on classes!
@jenslawrence1607
@jenslawrence1607 3 жыл бұрын
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.
@quixzotic
@quixzotic 3 жыл бұрын
Love the new video! 🔥 Python really is amazing!
@aiminamon5946
@aiminamon5946 3 жыл бұрын
yes please. make more advanced videos. they are really helpful. thank you
@NaJoeLibre
@NaJoeLibre 3 жыл бұрын
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.
@r735g3
@r735g3 3 жыл бұрын
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.
@shreyasjejurkar1233
@shreyasjejurkar1233 3 жыл бұрын
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! 👍
@aryanr4279
@aryanr4279 3 жыл бұрын
I would like to have these kind of videos Tim... And also request a data structures and algorithms.
@ahsanyousuf9011
@ahsanyousuf9011 3 жыл бұрын
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.
@pabloduran203
@pabloduran203 3 жыл бұрын
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.
@dopy8418
@dopy8418 3 жыл бұрын
This channel is getting slowly in my top 5
@Bharath4u13
@Bharath4u13 3 жыл бұрын
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
@HarelBrodai
@HarelBrodai 3 жыл бұрын
Great video !! Please make more videos about advanced Python
@xinc2012
@xinc2012 3 жыл бұрын
Tim your explanations are really good.
@BillyNix
@BillyNix 3 жыл бұрын
Thanks Tim, great video, so glad to see the inner workings of Python.
@Ahmd53Mhmd
@Ahmd53Mhmd 3 жыл бұрын
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.
@rice5817
@rice5817 3 жыл бұрын
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 😊
@akulupadhyay
@akulupadhyay 3 жыл бұрын
I think we could all benefit from more advanced videos , keep up the great work !
@mikhailanatoliy9990
@mikhailanatoliy9990 3 жыл бұрын
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_thm8721
@artin_thm8721 3 жыл бұрын
I want more videos like this, it's very interesting to see python's backstage
@SeanMarkin
@SeanMarkin 3 жыл бұрын
This was fantastic! Thank you. If you are open to it, definitely more videos like this.
@mohamedakeblersane3275
@mohamedakeblersane3275 3 жыл бұрын
Thank you Tim, we need more videos like this one
@mohammadaliashraf4714
@mohammadaliashraf4714 3 жыл бұрын
Please tim please make some videos on advanced python stuff ❤️❤️ Loved it 😍
@procode6881
@procode6881 3 жыл бұрын
Learned such a lot in this video😳😳😳
@MdRafiurRahman-mr7fz
@MdRafiurRahman-mr7fz 3 жыл бұрын
Yo Tim, a big fan. Please make more advanced videos on python.
@vishwanathpratapsingh6180
@vishwanathpratapsingh6180 3 жыл бұрын
Thanks Tim you are giving someone so much precious information
@curtisahlin3615
@curtisahlin3615 3 жыл бұрын
How have you watched it that quickly???
@Pzpr12
@Pzpr12 3 жыл бұрын
@@curtisahlin3615 Those are legends 😂😂
@lakshyachopra_
@lakshyachopra_ 3 жыл бұрын
You watched the entire video in 4 minutes?
@rahulxdd
@rahulxdd 3 жыл бұрын
At least watch the video first. No doubt Tim is provided good tutorials and stuff. Commenting for the sake of likes ffs
@vishwanathpratapsingh6180
@vishwanathpratapsingh6180 3 жыл бұрын
@@lakshyachopra_ no buddy
@farhanahmedfahim8113
@farhanahmedfahim8113 3 жыл бұрын
dayum..the segway to the sponser was dope
@re.liable
@re.liable 3 жыл бұрын
That's a very high profile sponsor imo, nice!
@theseusRJ7
@theseusRJ7 3 жыл бұрын
I got enlightened. Continue on this concept
@emaddeve20
@emaddeve20 3 жыл бұрын
This so Amazing. Thank you Tim 😊
@aliazadi9509
@aliazadi9509 3 жыл бұрын
Awesome video Tim!
@Cryptosonix
@Cryptosonix 3 жыл бұрын
That is very interesting!
@thekokoserver
@thekokoserver 3 жыл бұрын
Brilliant man... please i will like to see more of this
@RaheelJunaid
@RaheelJunaid 3 жыл бұрын
This was a very good explanation of the class blueprint.
@CoentraDZ
@CoentraDZ 3 жыл бұрын
That was amazing and mind-blowing 🤯
@nevanjohn
@nevanjohn 3 жыл бұрын
This was really cool, I never knew this functionality existed. Thanks for the video!
@jacopopangrazi8514
@jacopopangrazi8514 3 жыл бұрын
Very good explanation, keep up!
@codingboy2254
@codingboy2254 3 жыл бұрын
Tim the magician !
@dankchan420
@dankchan420 3 жыл бұрын
Next level data structures
@hamkoqaasim7177
@hamkoqaasim7177 3 жыл бұрын
Wow! Great video man
@markmadhukar9011
@markmadhukar9011 3 жыл бұрын
gr8 vid @TechWithTim
@mastersrikavipriyan280
@mastersrikavipriyan280 3 жыл бұрын
WE WANT MORE LIKE THIS.
@hosea_br
@hosea_br 3 жыл бұрын
awesome explanation dude
@georges.9545
@georges.9545 3 жыл бұрын
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?
@harrisoncrettol
@harrisoncrettol 3 жыл бұрын
So cool! I learned something new.
@smjure
@smjure 3 жыл бұрын
More vids like this welcome 👍 tnx
@bsiu5882
@bsiu5882 3 жыл бұрын
Very nice video!
@alagappank1242
@alagappank1242 3 жыл бұрын
Good info💪💪
@ChongFrisbee
@ChongFrisbee 3 жыл бұрын
I think this video works really fine for a conceptual introduction to metaclasses
@nithincharles371
@nithincharles371 3 жыл бұрын
Which IDE you were used in this video Tim?
@abulaman8713
@abulaman8713 3 жыл бұрын
Damn, I fell in love when u created that Createaclass.....
@henilmalaviya
@henilmalaviya 3 жыл бұрын
Is that why Python is slow of other languages because it also has blue prints to compile above our code?
@paulfragemann3333
@paulfragemann3333 3 жыл бұрын
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.
@henilmalaviya
@henilmalaviya 3 жыл бұрын
@@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 :)
@paulfragemann3333
@paulfragemann3333 3 жыл бұрын
@@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.
@henilmalaviya
@henilmalaviya 3 жыл бұрын
@@paulfragemann3333 Paul, you have really great knowledge at system level. Keep It Up! :D
@paulfragemann3333
@paulfragemann3333 3 жыл бұрын
@@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...
@PrassRa
@PrassRa 3 жыл бұрын
Hey Tim... love your tutorials! Would love expert level tutorials... Where can I read some advance level python programs ? Tnks
@B00Mnation
@B00Mnation 3 жыл бұрын
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.
@mamuch7665
@mamuch7665 3 жыл бұрын
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.
@jcm5046
@jcm5046 3 жыл бұрын
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?
@lunaticfringe3890
@lunaticfringe3890 3 жыл бұрын
Thanks Tim For your efforts Though I didn't understand much but it was really very informative Thanks Again
@jumper0122
@jumper0122 3 жыл бұрын
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.
@a1nd23
@a1nd23 3 жыл бұрын
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.
@bigcunningham171
@bigcunningham171 3 жыл бұрын
Is a video regarding Cryptography possible?
@toxpy9343
@toxpy9343 3 жыл бұрын
Weird how just today I needed a dynamic class in python. Well I had no idea it was possible thx for the tip.
@quolofps
@quolofps 3 жыл бұрын
Can we use anything others than self
@ralphdancetv9125
@ralphdancetv9125 3 жыл бұрын
I barely saw this kind of stuff but i don't really understand, Thank you so much
@Rajsingh-rs1yi
@Rajsingh-rs1yi 3 жыл бұрын
Hey Tim, could you please tell me where I can buy that blue orb thing in the background. It looks very nice.
@akakumura
@akakumura 3 жыл бұрын
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-rs1yi
@Rajsingh-rs1yi 3 жыл бұрын
@@akakumura Ah ok, thank you so much!
@Sebastian-42-69
@Sebastian-42-69 3 жыл бұрын
I would have loved to see more concrete uses for this. Gonna check out the metaclasses video if it's not too long...
@kirankumar2348
@kirankumar2348 3 жыл бұрын
Come on man... Where do you even get all this crazy stuff. The last part of changing the behavior of classes.. 🤯🤯🤯
@AS-fj7ox
@AS-fj7ox 3 жыл бұрын
Cool. Thanks
@ahmadhammad12
@ahmadhammad12 3 жыл бұрын
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?
@zbvirus2420
@zbvirus2420 3 жыл бұрын
100% make more videos about these stuff
@stephendouglas684
@stephendouglas684 3 жыл бұрын
I did enjoy this, although deep!
@AriehAnkri
@AriehAnkri 3 жыл бұрын
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
@thisisanaccount2393
@thisisanaccount2393 3 жыл бұрын
Hey! Could you please make a C# tutorial… it would be great! Thanks :)
@shadmansudipto7287
@shadmansudipto7287 3 жыл бұрын
You can watch IAmTimCorey
@sumukhjagirdar5860
@sumukhjagirdar5860 3 жыл бұрын
Tim , could you please do a video on *Regular Expression*, re??
@avgSE81
@avgSE81 3 жыл бұрын
Please make a video on how to manipulate class using subclass.
@herbert1557
@herbert1557 3 жыл бұрын
That's amazing people could append function to a class anytime justo awesome.
@gergoborhegyi5388
@gergoborhegyi5388 3 жыл бұрын
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.
@markmadhukar9011
@markmadhukar9011 3 жыл бұрын
pls make more vids like this.
@AzureCz
@AzureCz 3 жыл бұрын
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
@pravachanpatra4012
@pravachanpatra4012 3 жыл бұрын
Tim, we need a data structure and algorithms course please.
@pravachanpatra4012
@pravachanpatra4012 3 жыл бұрын
Tim I know ur seeing this, don’t scroll by and ignore it, please we need this course
@hossumquat
@hossumquat 3 жыл бұрын
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.
@shrinivaschaurasia6666
@shrinivaschaurasia6666 3 жыл бұрын
MagicWithTim
@user-jc6te1vm8v
@user-jc6te1vm8v 3 жыл бұрын
awesome !!
Python Is Weird...
26:29
Tech With Tim
Рет қаралды 109 М.
Python Generators Explained
28:37
Tech With Tim
Рет қаралды 163 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,5 МЛН
Compiled Python is FAST
12:57
Doug Mercer
Рет қаралды 124 М.
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,8 МЛН
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
Write Python Code Properly!
25:46
Tech With Tim
Рет қаралды 149 М.
Make Your First AI in 15 Minutes with Python
16:37
Adam Eubanks
Рет қаралды 1,4 МЛН
How To Master Python
14:47
Hallden
Рет қаралды 1 МЛН
All Python Syntax in 25 Minutes - Tutorial
24:59
Beau Carnes
Рет қаралды 56 М.
Python Decorators in 15 Minutes
15:14
Kite
Рет қаралды 458 М.