10 Python Tips and Tricks For Writing Better Code

This video is sponsored by Skillshare. Be one of the first 500 people to sign up with this link and get 2 free months of Skillshare Premium:
skl.sh/coreyschafer
In this Python Programming video, we will be going over 10 tips and tricks for writing Pythonic code. Here are the timestamps for each topic we will cover...
1) Ternary Conditionals - 0:34
2) Underscore Placeholders - 2:13
3) Context Managers - 4:25
4) Enumerate - 6:50
5) Zip - 8:52
6) Unpacking - 13:02
7) Setattr/Getattr - 19:08
8) GetPass - 26:24
9) Python dash m - 29:18
10) Help/Dir - 33:17
Context Managers Tutorial - • Python Tutorial: Conte...
Sys.path Tutorial - • Python Tutorial for Be...
✅ Support My Channel Through Patreon:
/ coreyms
✅ Become a Channel Member:
/ @coreyms
✅ One-Time Contribution Through PayPal:
goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - coreyms.com/
My Second Channel - / coreymschafer
Facebook - / coreymschafer
Twitter - / coreymschafer
Instagram - / coreymschafer
#Python

Пікірлер: 985

  • @coreyms
    @coreyms5 жыл бұрын

    To save you time, I put a list of all of the tips and the timestamps for each in the description of the video. And again, this video was sponsored by Skillshare. If you'd like to check out Skillshare with 2 free months of Skillshare Premium, you can use my link here: skl.sh/coreyschafer

  • @knownwolf

    @knownwolf

    5 жыл бұрын

    Thank you for the timestamps!

  • @mrityunjayahiremath3951

    @mrityunjayahiremath3951

    5 жыл бұрын

    Hey Corey, please make a video on MRO (Method Resolution Order) in Python

  • @almohtarifchannel6702

    @almohtarifchannel6702

    5 жыл бұрын

    Corey Schafer how we can loop 2 lists witout same lenth

  • @coreyms

    @coreyms

    5 жыл бұрын

    Like I was saying in the video, zip will stop after the shortest list is depleted. zip_longest from the itertools module will go to the end of the longest list and have filler values for the shorter lists. Watch my video on itertools to see an example.

  • @dharaneeshwaranravichandra6159

    @dharaneeshwaranravichandra6159

    5 жыл бұрын

    Please make a video on "How Django processes a request ?"

  • @expat2010
    @expat20103 жыл бұрын

    I'm 79 years old, been studying Python for about 6 months, and I got to tell you I get so damned exited with the stuff I learn from you - no other teacher, paid or free, has come close. I just hate to tear myself away from videos like this! I don't have a lot of money, but I'm gonna send you a few bucks - buy a toy for your beautiful dog. :)

  • @deeshu3456

    @deeshu3456

    3 жыл бұрын

    God bless you... ☺️✨. Shine on...

  • @tobycherry47

    @tobycherry47

    3 жыл бұрын

    @@joshkanyinda5569 tf is wrong with you. he's doing whatever he wants, making the most of life, unlike you obviously.

  • @NetEng89

    @NetEng89

    3 жыл бұрын

    @@joshkanyinda5569 What a useless comment...

  • @ididntgetthejoke3587

    @ididntgetthejoke3587

    3 жыл бұрын

    @@NetEng89 agreed

  • @pillowrabbit8324

    @pillowrabbit8324

    3 жыл бұрын

    tf is wrong with you

  • @Demonslay335
    @Demonslay3355 жыл бұрын

    Dude, underscores can be used to delim numbers!? Literally life-changing tip, thank you!

  • @MykhailoK-sh6sm

    @MykhailoK-sh6sm

    5 жыл бұрын

    Same XDDD

  • @zahirjacobs716

    @zahirjacobs716

    5 жыл бұрын

    only python 3.6+

  • @elghazouanimohammed6639

    @elghazouanimohammed6639

    5 жыл бұрын

    Can you give me an exemple where you need that please ?

  • @Demonslay335

    @Demonslay335

    5 жыл бұрын

    @@elghazouanimohammed6639 I deal with cryptography and thus large numbers a lot. Having some human readable constants is nice, such as 2**32 if it were written out. Sometimes it even just helps for understanding "oh, it's like a billion" without having to break out the cursor to count each zero.

  • @bsmaheshkumar5328

    @bsmaheshkumar5328

    4 жыл бұрын

    It is used to separate the multiple string. Ex. full_name = 'John'

  • @BohdanKokovych
    @BohdanKokovych4 жыл бұрын

    Enjoy! 1) 0:34 - ternary operator ; 2) 2:13 - Underscores in Numeric Literals + about f-string; 3) 4:29 - context manager ; 4) 6:49 - enumerate function ; 5) 9:01 - zip function ; 6) 13:46 - unpacking tuples (use asterisk and underscore); 7) 19:11 - getting and setting attributes to object (setattr, getattr ); 8) 26:24 - getpass instead input (read from keyboard) ; 9) 29:22 - run python with dash m in terminal (python -m ...); 10) 32:32 - built-in functions (help, dir etc)

  • @eujnia

    @eujnia

    4 жыл бұрын

    loviuuuuuuuuu

  • @ardonjr

    @ardonjr

    4 жыл бұрын

    @@eujnia This is literaly in the description

  • @eujnia

    @eujnia

    4 жыл бұрын

    @@ardonjr can u act like a normal person and just ignore me?

  • @za6604

    @za6604

    3 жыл бұрын

    @@ardonjr Mobile users can't click the timestamps in the description.

  • @ardonjr

    @ardonjr

    3 жыл бұрын

    @@za6604 Uh yes I can? I'm typing this from my mobile phone..

  • @wolfisraging
    @wolfisraging5 жыл бұрын

    My favourite Channel for learning python

  • @fefemorte

    @fefemorte

    5 жыл бұрын

    Mine too, extremely good explanations

  • @medi7573

    @medi7573

    5 жыл бұрын

    And best on KZread

  • @sandeepvk

    @sandeepvk

    5 жыл бұрын

    Indeed ! he is quick to the point and no baloney

  • @vorrade

    @vorrade

    3 жыл бұрын

    @@dr.rijjaayaz8160 Sorry, but the narrative voice is not nearly as pleasant as Corey Schafer's

  • @TAlfonsoK
    @TAlfonsoK5 жыл бұрын

    Your videos are amazing. So well explained. I feel I learn to code better every time I watch your videos, even if I already know the modules you introduce. Thank you so much!

  • @kumarmayank8586
    @kumarmayank85865 жыл бұрын

    The best python teacher ...thanks corey sir..

  • @JamBear
    @JamBear3 жыл бұрын

    This is incredible. I absolutely love your delivery - you are such a good speaker. I've used your videos as a refresher and I want to thank you so much for your great archive of helpful videos!

  • @brainplot
    @brainplot5 жыл бұрын

    As a Python beginner - but not a beginner in programming - this video was great! Awesome explanation, thank you!

  • @EVGrinds
    @EVGrinds4 жыл бұрын

    I've been coding in Python over a year now, and was expecting to only see one or two new things. BUT I LEARNED SO MUCH MORE ! Thank You!

  • @caio-jl6qw
    @caio-jl6qw5 жыл бұрын

    Those tips on unpacking were mindblowing to me; i never knew we could use those syntaxes. Great video!

  • @hungvunguyen8929
    @hungvunguyen89295 жыл бұрын

    As a new Python learner, I find your videos are the most interesting, clear and throughout! Glad that you still making python videos. Thank you!

  • @nordy2010
    @nordy20105 жыл бұрын

    Thanks Corey! I'm in the process of learning Python, and this definitely helps. Well done, sir!

  • @smashies118
    @smashies1185 жыл бұрын

    Wow. Figured I'd watch a random python tips video instead of memes and found exactly what I needed for one of my projects. Thanks man! Awesome vid!

  • @archstampton5910
    @archstampton59105 жыл бұрын

    Fantastic, 40 minutes of my life well spent.

  • @zperk13
    @zperk135 жыл бұрын

    I've been coding with python for a while, I've messed around with neural networks, yet somehow I didn't know some of these amazing tips. Thanks!

  • @ishpeace4886
    @ishpeace48865 жыл бұрын

    You are the best as usual Corey. Thank you so much for this valuable tutorial, you are really a life saver

  • @Ridistrict
    @Ridistrict5 жыл бұрын

    Thank you for everything you do, Corey. Once again, I've learned an absurd amount of information in less than an hour.

  • @blazecoolman
    @blazecoolman5 жыл бұрын

    Corey, just thanks, man. That is all I can say for the content that you make here. I have learned so much from you

  • @coreyms

    @coreyms

    5 жыл бұрын

    Thanks for the comment! Glad you've learned a lot!

  • @betaman2009
    @betaman20094 жыл бұрын

    Excellent video. I learned some of these the hard way writing spaghetti code and I think it's refreshing to have a breakdown with examples like these. Great work!

  • @minji_kim_15
    @minji_kim_152 жыл бұрын

    Your content is so unbelievably good! Thank you so much for all that you've taught me. You speak so clearly, describe concepts so well, demonstrate with perfection, you're incredible!

  • @ItzSenaCrazy
    @ItzSenaCrazy5 жыл бұрын

    Dude!! What a great video! Thanks you so much. Please, continue bringing more videos

  • @o.sunsfamily
    @o.sunsfamily4 жыл бұрын

    Reading about those things (as someone who started with C and co) it's easy to forget. This video is a great summary of all the helpful functionalities we forget about.

  • @ChadInfeld
    @ChadInfeld5 жыл бұрын

    Thank you for this one! Exactly what I needed to help advance my code refactoring sessions.

  • @jerrymiller1590
    @jerrymiller15904 жыл бұрын

    You are the best teacher ever Corey! Learning tips and tricks like these can save a programmer a lot of time, so I really appreciate videos like these

  • @vaibhavkrkm

    @vaibhavkrkm

    4 жыл бұрын

    Yea👍

  • @pawe1
    @pawe13 жыл бұрын

    His tutorials are exponentially much better than most of the Udemy & Coursera courses. You're doing a Great job Corey you're having an impact ❤️ Keep it up.

  • @_indrid_cold_
    @_indrid_cold_3 жыл бұрын

    Some of the best Python content out there. Absolutely love learning Python alongside your videos and teachings.

  • @md.akib5124
    @md.akib51245 жыл бұрын

    day by day I am falling more and more in love with your teaching style

  • @isidaruk1408
    @isidaruk14085 жыл бұрын

    The work you do is priceless. Thank you so much, Corey! You are really wonderful teacher, who keeps to inspire me and others to move toward being a better developers.

  • @coreyms

    @coreyms

    5 жыл бұрын

    Thanks for the kind words!

  • @oj43085
    @oj430855 жыл бұрын

    Nice video... I didn't know about the start in enumerate. And that unpacking list bit was really good.

  • @HaileeMiu
    @HaileeMiu5 жыл бұрын

    Thanks for the timestamps! Makes for a great reference video to save. And more likely to find when searching

  • @Zwiesel66
    @Zwiesel664 жыл бұрын

    Thank you Corey, your tutorials are simply great. Always spot on with very good examples.

  • @jingyuchang1885
    @jingyuchang18855 жыл бұрын

    Great tips and tricks! The best python instructor!

  • @realchrishawkes
    @realchrishawkes5 жыл бұрын

    Great video, thank you for sharing!

  • @toptoendgamer7360

    @toptoendgamer7360

    3 жыл бұрын

    I watch your videos

  • @misterjaypeasmith

    @misterjaypeasmith

    3 жыл бұрын

    Praise from Caesar 😅

  • @TheDrewCrawford
    @TheDrewCrawford4 жыл бұрын

    Excellent information as usual. Definitely picked up some new tricks here. Thanks for all you do Corey. You really have a gift for teaching.

  • @SHONNER
    @SHONNER5 жыл бұрын

    I love these videos you make. They inspire me to try more Python things in my code.

  • @anilkumarverma240
    @anilkumarverma2405 жыл бұрын

    Hey! Corey that was great video tutorial . Get to learn lot of new things. Happy Pythoning.

  • @nasreddinehodja5930
    @nasreddinehodja59305 жыл бұрын

    KZread : 10 python tips and tricks... Me : Leave me alone please KZread : ...from Corey Schafer Me : *Instaclick*

  • @coreyms

    @coreyms

    5 жыл бұрын

    Haha, thanks!

  • @bengbeng2005
    @bengbeng20054 жыл бұрын

    so far, this is the best python channel i ever saw, best explanation, clean nice voice, thank you mr Corey

  • @WandererOfWorlds0
    @WandererOfWorlds04 жыл бұрын

    I've worked with Python for a few years and have seen a lot of code out there but I didn't know all of the tips here. Thanks.

  • @AlexanderDemin
    @AlexanderDemin5 жыл бұрын

    A tip about unpacking with the star is great. Thanks a lot.

  • @MegaTheDamir
    @MegaTheDamir5 жыл бұрын

    Was sitting yesterday, passing values to object attributes(13of them), and ended up looping around dict and doing this: For item in dict: obj.attribute=item[‘index1’] obj.attribute2=item[‘index2’] Wish I knew about setattr... Thank you !!!Mr. Schafer

  • @antonlashov7893
    @antonlashov78934 жыл бұрын

    Hey, Corey! Greetings from Mother Russia 👋🏻 Thank you for what you are doing! No water, just a facts with super clear examples. You’re making KZread better!

  • @eduardogamboa9387
    @eduardogamboa93875 жыл бұрын

    Ran into the same setattr problem couple times before, great video!

  • @computer_sciences
    @computer_sciences5 жыл бұрын

    Thanks Corey your channel isTHE best Channel for learning python please if it possible a playlist for Data structure & Algorithms in python

  • @jamesjung4440
    @jamesjung44405 жыл бұрын

    thanks for the free knowledge, from an aspiring developer

  • @antonlinden5216
    @antonlinden52165 жыл бұрын

    Brilliant tips for typing code with high quality! New to Python! But i worked as a developer for a company for 1 year with AngularJS, I wish people cared more about this type of things! Thanks!

  • @unclebuddy
    @unclebuddy2 жыл бұрын

    Corey is a genius at knowing what it is we need to know and knowing how to explain it simply and clearly.

  • @brightsideofmaths
    @brightsideofmaths4 жыл бұрын

    And I am still learning new cool stuff you can do in Python :) Thank you!

  • @dmenace9288
    @dmenace92884 жыл бұрын

    Thanks mate. You just saved me tons of hours of hating myself. Great job!

  • @elizabethnjega5958
    @elizabethnjega59585 жыл бұрын

    Corey thanks for all your tutorials videos. Thy are really helpful.. Since I am a self taught without any background of programming..

  • @shegsdev
    @shegsdev4 жыл бұрын

    Just came across this channel and I subscribed right away. This is my second video. I love your teaching 👍

  • @caseymccray3861
    @caseymccray38615 жыл бұрын

    Your videos are so high quality! All the info was very useful specially the dir(). God I wish i knew that earlier xD Thank you so much :) I followed your django tutorials and now have 4 good personal projects under my belt! Your tutorials were my foundation of Django. One thing I'd really want you to cover is unit tests. They seem to be a huge part of companies and I think its an important topic to cover and would be helpful to other viewers as well. Thank you so much once again for producing such high quality videos for us

  • @jaideepshekhar4621

    @jaideepshekhar4621

    5 жыл бұрын

    Yes, what are unit tests?

  • @williamreames2228
    @williamreames22284 жыл бұрын

    Although I didn't know about zip (8:52) and it does seem pretty helpful, it looks like you could get an equally organized structure if you use a dictionary instead since the two lists are inherently related and do something like: for name, hero in dictionary_name.items(): In any case, great video and I definitely managed to learn some things

  • @pedro_6925
    @pedro_69252 жыл бұрын

    The quality of this content.. insane. Thanks, Corey.

  • @g3org3210
    @g3org32103 жыл бұрын

    Corey, wanted to give a like for every tip&trick out there... Thanks a bunch!!!

  • @minghaotao6259
    @minghaotao62595 жыл бұрын

    Best Python Learning Channel!

  • @starecekmichal
    @starecekmichal5 жыл бұрын

    Great video! Many thanks. Strong emphasis on the statement: You don't have to know everything, but it's more important to be able to find information and use it.

  • @gkaskavelis
    @gkaskavelis3 жыл бұрын

    Man, your explanations are so clear and the tips are actually helpful. Thank you very much!

  • @TonyFlexPromo
    @TonyFlexPromo5 жыл бұрын

    Totally awesome video! Thanks Corey!

  • @ghazanfarabidi4137
    @ghazanfarabidi41375 жыл бұрын

    Great flow dude..

  • @RufusVidS
    @RufusVidS3 жыл бұрын

    I've worked with Python for many years, and some of the features mentioned here are only in the most recent versions of python (like f-strings). I work in environments that have older versions of python (even the now obsolete Python2.7) without these features I think it would have been helpful if the version of Python where the feature was introduced was mentioned in the video. This is not meant to be a criticism, this video is great!

  • @officesuperhero9611
    @officesuperhero96115 жыл бұрын

    Another incredible video. You never ever disappoint, Corey. Well done.

  • @negarshahrokh9727
    @negarshahrokh97274 жыл бұрын

    Thank you very much for sharing this, as a data analyst using python on a daily basis some of these would make my life a lot easier! :D

  • @santiagolerin
    @santiagolerin4 жыл бұрын

    First of all, I have to say that I'm very thankful for this videos. I am from Argentina and the part of "nosetuid" made me laugh a lot just because I instictibly separated it like "no se tu id" witch is Spanish for "I don't know your id"; I know, is silly, just wanted to share it with the comments people

  • @poopcatapult2623
    @poopcatapult26235 жыл бұрын

    These actually helped me quite a lot and you presented the explanations well. Thank you.

  • @boeingpete
    @boeingpete2 жыл бұрын

    As always, great stuff Corey!

  • @eeshsingh3336
    @eeshsingh33365 жыл бұрын

    Hi, can we please have tips on how can we make our code more reusable and understandable if we're working on a large scale project? Thanks. As always, the best tutorials on YT!

  • 5 жыл бұрын

    Comment your Code and split your Code into small classes and files

  • @AundreL
    @AundreL4 жыл бұрын

    The package "Terminus" is a package that allows you to run the command line as a panel in sublime text 3. I personally use it in combination with WSL on my windows pc to simulate a Linux setup without having to run a VM.

  • @Bigbadwolf144
    @Bigbadwolf1443 жыл бұрын

    Thank you for this trick, this is just I was looking for, and thank you for screen size, because there are tons of videos, where I can't see nothing, but your is great, thank you my friend.

  • @BergenVestHK
    @BergenVestHK5 жыл бұрын

    Super useful! Thanks a lot, Corey!

  • @cybergen2K
    @cybergen2K5 жыл бұрын

    You were sent from heaven.

  • @aasensios
    @aasensios4 жыл бұрын

    from my_heart import thank thank.you('for this brilliant and plain way of explaining python usage')

  • @kelvinvalencio2
    @kelvinvalencio24 жыл бұрын

    I was told that unpacking is going to be very useful. Thanks for the concise video of its usage!!

  • @thewhiterabbit661
    @thewhiterabbit6613 жыл бұрын

    You got the best tutorials i have found so far thanks for the good work man

  • @kantulaev
    @kantulaev5 жыл бұрын

    VEry cools zip tips

  • @spitalhelles3380
    @spitalhelles33804 жыл бұрын

    only 4 minutes in and I went off a wikipedia binge tangent that left me knowing everything about large number names in different scales and languages

  • @gaofan2856
    @gaofan28563 жыл бұрын

    Thank you for providing such great content! After a brilliant explanation in the OOP series, I thought nothing else would surprise me :D but this video is from another universe

  • @grmasdfII
    @grmasdfII4 жыл бұрын

    Very good, thank you. Helpful, concise and actually something new. KZread is full of Python tips/tricks/how-tos from amateurs that cover the first 5 pages of a good textbook, your tips are actually practically useful to beginners and intermediates alike.

  • @rohan352
    @rohan3525 жыл бұрын

    Will u make a vid on tkinter or any other GUI?

  • @dudang5814
    @dudang58145 жыл бұрын

    Just FYI, the underscore number separator only available from Python v3.6+

  • @climatechangedoesntbargain9140

    @climatechangedoesntbargain9140

    4 жыл бұрын

    ...

  • @ReddoX30

    @ReddoX30

    3 жыл бұрын

    Thanks for pointing that out!

  • @ricardocebreros7142

    @ricardocebreros7142

    3 жыл бұрын

    Also the f string place holder It was added with v.3.6 Older versions have to use “ “.format()

  • @azr_sd
    @azr_sd4 жыл бұрын

    we need part2 Corey..It's really an awesome video.. Waiting eagerly for part2,3,4,5, --- infinity .. :) Keep posting awesome stuff Corey.

  • @shanepython
    @shanepython5 жыл бұрын

    Great tutorial! A weekly '10 tips & tricks' would be VERY welcome and popular. You are an excellent teacher. :)

  • @TinkCSA
    @TinkCSA5 жыл бұрын

    nose tuid xD. Exactly the way I read it as well the first time.

  • @pepinote14
    @pepinote145 жыл бұрын

    Wait, Clark Kent is Superman?? no way, I've seen him, he weares glasses...

  • @stephenneiswanger4827
    @stephenneiswanger4827 Жыл бұрын

    This guys knowledge completely blows other tutorials out of the water! I know I’m late to the game Corey but your content is truly amazing thank you from 2023

  • @I_Follow_Jesus
    @I_Follow_Jesus5 жыл бұрын

    I'm just getting started by taking a couple online courses. Your videos really help to clarify the subject matter. You have the best Python videos on KZread.

  • @coreyms

    @coreyms

    5 жыл бұрын

    Thanks! Good luck getting started in programming!

  • @sadbadmac
    @sadbadmac4 жыл бұрын

    These are like the new 10 commandments

  • @parkeranderson23
    @parkeranderson234 жыл бұрын

    maybe this is just me being crazy, but i ALWAYS do loops like this: for i in range(len(names)): print(i, names[i]) but idk

  • @Bryan-bh7cy

    @Bryan-bh7cy

    4 жыл бұрын

    nub...

  • @jankreitzscheck9914

    @jankreitzscheck9914

    4 жыл бұрын

    So do I. I'm not a professional programmer, this works for me, no idea whether it is the ideal way of doing things.

  • @ycliu4046

    @ycliu4046

    4 жыл бұрын

    This would be faster than enumeration. You could timeit yourself. I would prefer this one to enumeration

  • @krishnakumarshankar4576

    @krishnakumarshankar4576

    4 жыл бұрын

    Why can't you do this

  • @SorinOltean77

    @SorinOltean77

    3 жыл бұрын

    @Parker Anderson: your method is correct for sure but is not pythonic. The Python way of doing things tends to simplicity in code writing, hence the enumerate function. Even the fact that you can loop through a list with just "for item in items:" is something really easy to write and understand later.

  • @matthewweitzner8956
    @matthewweitzner89563 жыл бұрын

    I clicked on this video thinking I would learn one or two things, but I've been shocked and impressed by each tip, this was very helpful!

  • @mikasaackerman6780
    @mikasaackerman67805 жыл бұрын

    I just solved a problem using zip thanks to this video. Thank you..

  • @coreycarter5668
    @coreycarter56685 жыл бұрын

    Have I told....you lately....that I love you? Hahaha

  • @shazkingdom1702

    @shazkingdom1702

    5 жыл бұрын

    hahaha... he deserves the song... 🎶

  • @KevObispo
    @KevObispo5 жыл бұрын

    NOSETUID got me. hahaha

  • @oleksandrshalbanov2685
    @oleksandrshalbanov26854 жыл бұрын

    Man, thank you. You showed few tips I was looking for a long time.

  • @somjji
    @somjji3 жыл бұрын

    Thank you so much for setattr and getattr. It is amzing. Changed my whole codes.

  • @kickflipz
    @kickflipz3 жыл бұрын

    "Not all python modules are this thicc." Oh just like how not all youtube videos are this thicc? 🙂

  • @bernardo231
    @bernardo2315 жыл бұрын

    how can I give you infinite likes? Hello from brazil!!!

  • @ovilambru9058

    @ovilambru9058

    3 жыл бұрын

    Make a script for it...

  • @cryptombt5880
    @cryptombt58803 жыл бұрын

    Another super video. So easy to follow along. Thanks mate

  • @teja0505
    @teja05054 жыл бұрын

    I must say you 've provide very handful tips. After seeing this video I'm going to change my coding style. Your tips are certainly going to save lot of time.

  • @westfield90
    @westfield905 жыл бұрын

    I appreciate your videos. But there are 4000 KZread videos on fundamentals of python, however only about 5 on how to solve issues. When I take a class or an interview they ask me to solve a problem and not syntax questions. I wish there were more videos on how to solve problems so I can see how the logic works and how to approach solving the problem.