// resources

Resources

// Other
list_mistakes.py
8 mistakes almost every beginner makes with lists. Wrong way, error, right way — all in one file.
18 downloads 05 May 2026 → Common Lists Mistakes
[ download ]
// Other
dict_mistakes.py
8 mistakes almost every beginner makes with dicts. Wrong way, error, right way — all in one file.
17 downloads 06 May 2026 → Common Dict Mistakes
[ download ]
// Other
soldiers.txt
Test file for the file reading examples. Download and place it in the same folder as your script.
17 downloads 06 May 2026 → How Python Reads a File
[ download ]
// Other
soldiers.csv
Test file for the CSV examples. Download and place it in the same folder as your script.
[ download ]
// Other
file_mistakes.py
7 mistakes almost every beginner makes with file handling. Wrong way, error, right way — all in one file.
17 downloads 06 May 2026 → Common File Handling Mistakes
[ download ]