There are many demanding money for this detailed explanation and offering their paid courses,but you came out different and helping us.Thanks Buddy this means a lot ♥️♥️
@fuehnix3 жыл бұрын
the best crash course python tutorial series I've ever found
@xkinkachu234 жыл бұрын
How are you not famous? This was so clear!
@patloeber4 жыл бұрын
Haha Thanks 😊
@gdthegreat2 жыл бұрын
Man, your tutorials are nice and explaining good stuff in details with implementation, thanks for this.
@dabunnisher294 жыл бұрын
I really like your tutorials. You do a very good job. Thank you for your efforts helping others like me.
@patloeber4 жыл бұрын
Thanks for watching! I'm glad that you like it :)
@geekyprogrammer48314 жыл бұрын
This tutorial deserves more views! Great explaination buddy :)
@patloeber4 жыл бұрын
Thanks :)
@marleyyousef94133 жыл бұрын
i know it's quite off topic but does anyone know a good place to watch new series online?
Great tutorial! I wish the adds didn't pop up so often interrupting the video.
@ashwinip77564 жыл бұрын
My Son Loved it Thank you
@icecreamman5202 жыл бұрын
That is interesting. Can you use objects like tuples in counter? I think it would be more efficient to use a simple mean function or something, but might be helpful at some point to use counter with objects. 🤔
@abhishekkumarmishra99405 жыл бұрын
Thanks
@shubhjangid78814 жыл бұрын
Hey Python Engineer Which add-ons you are using for python development for sublime...
@patloeber4 жыл бұрын
I'm using VS Code, Python Extension, pylint, and Code Runner Extension
@saurabhs6193 жыл бұрын
well done !!
@koustav2008 Жыл бұрын
EXCELLENT !!!
@circrna Жыл бұрын
Fantastic!
@haroonrehman8156 Жыл бұрын
How can we remove the keyword deque that is appearing while we print the object.
@mohammadbilalniazi59875 жыл бұрын
thanks sir
@brianbrian48994 жыл бұрын
Best Regards
@circrna Жыл бұрын
Here is my suggestion to make this video more effective. Instead of deleting the lines, just comment them so that what you did is still there.
@thetruereality24 жыл бұрын
thank you
@abhimanyujena1914 жыл бұрын
Thank you so much for your help
@fernandonakamuta15024 жыл бұрын
Very very useful :)
@patloeber4 жыл бұрын
Thank you !
@unknownwellwisher63134 жыл бұрын
The best video buddy.. :D.. You got a new subscriber
@patloeber4 жыл бұрын
Thank you :)
@slick01234 жыл бұрын
Great tutorial, thanks mate!
@patloeber4 жыл бұрын
Thanks 😊
@manmathakumarkurapati15524 жыл бұрын
Great tutorials, Of much help
@patloeber4 жыл бұрын
Thanks! Glad you like it
@maddy2u3 жыл бұрын
Amazing tutorial. Why was chainmap left out ?
@josephceli5984 жыл бұрын
what IDE are you using. Looks like you are on a Mac. I like that output view window on the bottom.
@patloeber4 жыл бұрын
VS Code on the Mac, but it's cross-platform. It has an integrated terminal which I use for the output window.
@kishoreandra4 жыл бұрын
Here one more subscriber !! Thanks to @Florin pop 🤚🏻
@patloeber4 жыл бұрын
Cool :) I’m happy that you found your way here!
@kishoreandra4 жыл бұрын
@@patloeber really excited to see more videos....hope vl go with some framework (flask or something else) too.....you have blessed with great voice.......cheers
@sujithgoud35354 жыл бұрын
Great video
@patloeber4 жыл бұрын
thank you :)
@oddnumber81494 жыл бұрын
defaultdict can i specifiy to return specific value?for instance d=55
@patloeber4 жыл бұрын
you can do it with a little trick: my_dict = defaultdict(lambda: 55)
@ashwinip77564 жыл бұрын
I subscribed by the way
@patloeber4 жыл бұрын
Thank you :)
@brianbrian48994 жыл бұрын
Is there a reason to use list(.elements) method when one could just use list(a)? I am asking because you mentioned how tuple is more useful than list as in tuple being a lot faster than lists
@patloeber4 жыл бұрын
I'm not exactly sure what you mean? where in the video do i use list(elements)? with this syntax we simple create a list based on different elements. A tuple is not more useful in general. But it makes sense to use a tuple when you have a lot of elements and know that they are immutable. And yes then it has some performance advantages...
@lilrun77412 жыл бұрын
I think he means "What's a point of doing list(my_counter.elements()) instead list(a)"
@ManAcadie3 жыл бұрын
I keep expecting you to start using redstone and pistons.
@vishalmitra_4 жыл бұрын
hacker examples for named tuple good
@alfredsfutterkiste75343 жыл бұрын
Good video. However I am confused as to why you can pass the string 'x,y' when defining the namedtuple point and it recognizes it as 2 different attributes from the point class. Why does this work? Can you just list class attributes in a namedtuple like 'attr1,attr2,attr3' in the same string? EDIT: read the docs for nametuple which have this to say: "Alternatively, field_names can be a single string with each fieldname separated by whitespace and/or commas, for example 'x y' or 'x, y'." For those wondering the same.
@secondsight20913 жыл бұрын
Wheres chainmap?
@shyamananth4 жыл бұрын
Thanks for the tutorial. What is the realtime implementation/use of namedTuple when we already have classes and objects ?
@patloeber4 жыл бұрын
Very good question! namedtuples are immutable, so you so would use them when you want the attributes stay fixed. Or when you don't need a full blown class but still want readable code. namedtuples are implemented a little bit more memory efficient than classes (because of this immutability). Moreover, namedtuples allow for more readable code, since the tuples are "self-documenting". sometimes it can also be better to use theme over a dictionary or normal tuple when you want to pass around immutable objects in your code.
@shyamananth4 жыл бұрын
@@patloeberComprehensively answered. Thanks a million!!
@spagetti66702 жыл бұрын
Comment on the las line 'somtimes it can aslo .... in your code'. aren't tuples immutable in the first place ? so why create a namedtuple if i am looking for immutability, and not a simple tuple ?
@tamalchakraborty534610 ай бұрын
€500 , he has a lot of Indian colleagues.
@hogr_ider7 ай бұрын
how to send you money
@chethanb64063 жыл бұрын
please pronounce it as DQ
@mihaelacostea57832 жыл бұрын
Oh dear, the defaultdict is SO poorly explained....