6:17
Officially, variable names in Python can be any length and can consist of uppercase and lowercase letters (A-Z, a-z), digits (0-9), ...
12:55
Python Case Types and Naming Conventions
In this video, we learn about the different case types there are in programming and when to use what in Python, according to the ...
7:27
Naming Files and Directories the Right Way
It seems like no one actually teaches people how to name files and directories. Modern Operating Systems allow pretty much any ...
4:39
PEP8 Tips: Python Naming Conventions
Learn some hands-on tips on Python naming conventions that help you write beautiful and Pythonic code. Click here to learn ...
7:25
It's hard to come up with good names in code, but its also easy to get wrong. By looking at some examples, we can get 80% of the ...
12:16
5 Tips To Organize Python Code
Welcome back to another video! In this video I am going to be sharing with you 5 tips on how you can better organize your code!
4:25
What does the structure of a modern Python project look like?
Python projects that use modern tooling and standards work best when the files in the project repository follow a certain layout.