8 Python Coding Tips - From The Google Python Style Guide

ArjanCodes January 7, 2022
Video Thumbnail

About

No channel description available.

Video Description

💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I go over 8 tips and suggestions by Google and show you examples to help you apply them to your own code. Did you know there's a Python style guide containing lots of Python coding tips and style suggestions written by the people at Google? Here's the link: https://google.github.io/styleguide/pyguide.html. 🎓 ArjanCodes Courses: https://www.arjancodes.com/courses. 💬 Join my Discord server: https://discord.arjan.codes. ⌨️ Keyboard I’m using: https://amzn.to/49YM97v. 🔖 Chapters: 0:00 Intro 1:18 #1: Imports 2:39 #2: Using a main function 3:50 #3: Comprehensions and generator expressions 5:10 #4: Default argument values 8:26 #5: Properties 9:51 #6: Getters and setters 11:06 #7: Lexical scoping 13:02 #8: Exception handling 16:44 Final thoughts #arjancodes #softwaredesign #python