Completed
- Mistake 7 - Using Mutable Default Arguments
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
12 Common Coding Mistakes to Avoid for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - Beginning
- 2 - Mistake 1 - off-by-one error
- 3 - Mistake 2 - Infinite Loop
- 4 - Mistake 3 - Using the Wrong Datatype
- 5 - Mistake 4 - Ignoring Case-sensitivity
- 6 - Mistake 5 - Incorrect Indentation
- 7 - Mistake 6 - Modifying a List before Iterating
- 8 - Mistake 7 - Using Mutable Default Arguments
- 9 - Mistake 8 - Not Using Exception Handling
- 10 - Mistake 9 - Forgetting to Close Files
- 11 - Mistake 10 - Hardcoding Values
- 12 - Mistake 11 - Overcomplicating Code
- 13 - Mistake 12 - Overusing Global Variables