The Magic Of Python

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

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! 😊
@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.
@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!
@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.
@mookiecodes
@mookiecodes 3 жыл бұрын
Keep going Tim, I’m learning a ton from these types of videos
@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.
@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!
@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.
@facundobigotes8611
@facundobigotes8611 3 жыл бұрын
14:40 it was at this moment that my mind was blown... The possibilities are endless
@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
@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.
@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.
@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.
@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.
@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
@dopy8418
@dopy8418 3 жыл бұрын
This channel is getting slowly in my top 5
@aryanr4279
@aryanr4279 3 жыл бұрын
I would like to have these kind of videos Tim... And also request a data structures and algorithms.
@bogan9265
@bogan9265 3 жыл бұрын
AMAZING! Wow Tim I've been watching your vids for almost a year and you reinspire me every video!
@akulupadhyay
@akulupadhyay 3 жыл бұрын
I think we could all benefit from more advanced videos , keep up the great work !
@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! 👍
@aiminamon5946
@aiminamon5946 3 жыл бұрын
yes please. make more advanced videos. they are really helpful. thank you
@quixzotic
@quixzotic 3 жыл бұрын
Love the new video! 🔥 Python really is amazing!
@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.
@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.
@roni5245
@roni5245 3 жыл бұрын
Thank you, Tim! You’ve helped me expand my knowledge on classes!
@re.liable
@re.liable 3 жыл бұрын
That's a very high profile sponsor imo, nice!
@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.
@MdRafiurRahman-mr7fz
@MdRafiurRahman-mr7fz 3 жыл бұрын
Yo Tim, a big fan. Please make more advanced videos on python.
@Damqq
@Damqq 3 жыл бұрын
Yes please! More of this...! :)
@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 😊
@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.
@HarelBrodai
@HarelBrodai 3 жыл бұрын
Great video !! Please make more videos about advanced Python
@mohammadaliashraf4714
@mohammadaliashraf4714 3 жыл бұрын
Please tim please make some videos on advanced python stuff ❤️❤️ Loved it 😍
@farhanahmedfahim8113
@farhanahmedfahim8113 3 жыл бұрын
dayum..the segway to the sponser was dope
@xinc2012
@xinc2012 3 жыл бұрын
Tim your explanations are really good.
@artin_thm8721
@artin_thm8721 3 жыл бұрын
I want more videos like this, it's very interesting to see python's backstage
@procode6881
@procode6881 3 жыл бұрын
Learned such a lot in this video😳😳😳
@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.
@BillyNix
@BillyNix 3 жыл бұрын
Thanks Tim, great video, so glad to see the inner workings of Python.
@SeanMarkin
@SeanMarkin 3 жыл бұрын
This was fantastic! Thank you. If you are open to it, definitely more videos like this.
@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
@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
@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.
@mohamedakeblersane3275
@mohamedakeblersane3275 3 жыл бұрын
Thank you Tim, we need more videos like this one
@mastersrikavipriyan280
@mastersrikavipriyan280 3 жыл бұрын
WE WANT MORE LIKE THIS.
@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?
@aliazadi9509
@aliazadi9509 3 жыл бұрын
Awesome video Tim!
@RaheelJunaid
@RaheelJunaid 3 жыл бұрын
This was a very good explanation of the class blueprint.
@henil0604
@henil0604 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.
@henil0604
@henil0604 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 жыл бұрын
@@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.
@henil0604
@henil0604 3 жыл бұрын
@@paulfragemann3333 Paul, you have really great knowledge at system level. Keep It Up! :D
@paulfragemann3333
@paulfragemann3333 3 жыл бұрын
@@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...
@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.
@theseusRJ7
@theseusRJ7 3 жыл бұрын
I got enlightened. Continue on this concept
@nithincharles371
@nithincharles371 3 жыл бұрын
Which IDE you were used in this video Tim?
@thekokoserver
@thekokoserver 3 жыл бұрын
Brilliant man... please i will like to see more of this
@codingboy2254
@codingboy2254 3 жыл бұрын
Tim the magician !
@bigcunningham171
@bigcunningham171 3 жыл бұрын
Is a video regarding Cryptography possible?
@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
@abulaman8713
@abulaman8713 3 жыл бұрын
Damn, I fell in love when u created that Createaclass.....
@markmadhukar9011
@markmadhukar9011 3 жыл бұрын
gr8 vid @TechWithTim
@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!
@PrassRa
@PrassRa 3 жыл бұрын
Hey Tim... love your tutorials! Would love expert level tutorials... Where can I read some advance level python programs ? Tnks
@hamkoqaasim7177
@hamkoqaasim7177 3 жыл бұрын
Wow! Great video man
@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.
@CoentraDZ
@CoentraDZ 3 жыл бұрын
That was amazing and mind-blowing 🤯
@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?
@dankchan420
@dankchan420 3 жыл бұрын
Next level data structures
@sumukhjagirdar5860
@sumukhjagirdar5860 3 жыл бұрын
Tim , could you please do a video on *Regular Expression*, re??
@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!
@ChongFrisbee
@ChongFrisbee 3 жыл бұрын
I think this video works really fine for a conceptual introduction to metaclasses
@hosea_br
@hosea_br 3 жыл бұрын
awesome explanation dude
@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
@emaddeve20
@emaddeve20 3 жыл бұрын
This so Amazing. Thank you Tim 😊
@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?
@quolofps
@quolofps 3 жыл бұрын
Can we use anything others than self
@kirankumar2348
@kirankumar2348 3 жыл бұрын
Come on man... Where do you even get all this crazy stuff. The last part of changing the behavior of classes.. 🤯🤯🤯
@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.
@harrisoncrettol
@harrisoncrettol 3 жыл бұрын
So cool! I learned something new.
@thisisanaccount2393
@thisisanaccount2393 3 жыл бұрын
Hey! Could you please make a C# tutorial… it would be great! Thanks :)
@shadmansudipto7287
@shadmansudipto7287 3 жыл бұрын
You can watch IAmTimCorey
@bsiu5882
@bsiu5882 3 жыл бұрын
Very nice video!
@ralphdancetv9125
@ralphdancetv9125 3 жыл бұрын
I barely saw this kind of stuff but i don't really understand, Thank you so much
@smjure
@smjure 3 жыл бұрын
More vids like this welcome 👍 tnx
@zbvirus2420
@zbvirus2420 3 жыл бұрын
100% make more videos about these stuff
@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...
@sabbirahmed8012
@sabbirahmed8012 3 жыл бұрын
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.
@lunaticfringe3890
@lunaticfringe3890 3 жыл бұрын
Thanks Tim For your efforts Though I didn't understand much but it was really very informative Thanks Again
@avgSE81
@avgSE81 3 жыл бұрын
Please make a video on how to manipulate class using subclass.
@Cryptosonix
@Cryptosonix 3 жыл бұрын
That is very interesting!
@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.
@rahulvijay6611
@rahulvijay6611 3 жыл бұрын
please make a video on alpha beta pruning and minmax algo with a game, AI implementation
@stephendouglas684
@stephendouglas684 3 жыл бұрын
I did enjoy this, although deep!
@midhunrajaramanatha5311
@midhunrajaramanatha5311 3 жыл бұрын
Do series about all dunder methods
@alagappank1242
@alagappank1242 3 жыл бұрын
Good info💪💪
@JohnDoe-ck3un
@JohnDoe-ck3un 3 жыл бұрын
good luck working with code using this way to create classes dynamicly 😁
@sujalbajracharya6401
@sujalbajracharya6401 3 жыл бұрын
does anyone know which theme he's using?
@markmadhukar9011
@markmadhukar9011 3 жыл бұрын
pls make more vids like this.
@nelsonbeneche2372
@nelsonbeneche2372 3 жыл бұрын
thank you, you can also talk of data science on a video
Python Is Weird...
26:29
Tech With Tim
Рет қаралды 109 М.
Please Master This MAGIC Python Feature... 🪄
25:10
Tech With Tim
Рет қаралды 78 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Is Coding still worth it in 2024? (as an ex-Google programmer)
13:36
Python Generators Explained
28:37
Tech With Tim
Рет қаралды 162 М.
5 Useful Dunder Methods In Python
16:10
Indently
Рет қаралды 66 М.
Start Automating Your Life Using Python! (File Management with Python Tutorial)
13:07
Write Python Code Properly!
25:46
Tech With Tim
Рет қаралды 148 М.
Python Tutorial: Context Managers - Efficiently Managing Resources
20:37
10 Python Shortcuts You Need To Know
27:27
Tech With Tim
Рет қаралды 297 М.
Mastering Python - Everything You Need To Know To Become a Python Master
16:02
CONTEXT MANAGERS In Python Are GENIUS!
4:49
Indently
Рет қаралды 32 М.