Completed
| Write Proper Code!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Write Python Code Properly
Automatically move to the next video in the Classroom when playback concludes
- 1 | Write Proper Code!
- 2 | PEP8 Guideline
- 3 | Installing An Auto Formatter
- 4 | General PEP8 Guidelines
- 5 | Naming Conventions
- 6 | Method Parameter Naming
- 7 | Function And Class Spacing
- 8 | Imports
- 9 | Single Or Double Quotes
- 10 | Whitespaces
- 11 | In-Line Comments
- 12 | is None or == None
- 13 | Try and Except
- 14 | String Prefix and Suffix