// resources

Resources

// Other
string_mistakes.py
7 mistakes almost every beginner makes with strings. Wrong way, error, right way — all in one file.
52 downloads 26 Apr 2026 → Common String Mistakes
[ download ]
// Other
number_mistakes.py
7 mistakes almost every beginner makes with numbers. Wrong assumption, what Python actually does, and the fix.
44 downloads 28 Apr 2026 → Common Number Mistakes
[ download ]
// Other
bool_mistakes.py
6 bool mistakes almost every beginner makes. Wrong assumption, what Python actually does, and the fix.
41 downloads 29 Apr 2026 → Common Bool Mistakes
[ download ]
// Other
if_mistakes.py
6 mistakes almost every beginner makes with if. Wrong way, error, right way — all in one file.
41 downloads 30 Apr 2026 → Common IF Mistakes
[ download ]
// Other
for_mistakes.py
6 mistakes almost every beginner makes with for. Wrong way, error, right way — all in one file.
36 downloads 01 May 2026 → Common FOR Mistakes
[ download ]
// Other
pass_continue_break_mistakes.py
5 mistakes almost every beginner makes with pass, continue, and break. Pass holds, continue skips, break stops — three …
24 downloads 03 May 2026 → Common PASS/CONTINUE/BREAK Mistakes
[ download ]
// Other
while_mistakes.py
5 mistakes almost every beginner makes with while. Infinite loops, false conditions, missing break, invalid input, off …
25 downloads 04 May 2026 → Common WHILE Mistakes
[ download ]
// Other
match_case_mistakes.py
5 mistakes almost every beginner makes with match / case. Version check, missing wildcard, case sensitivity, wildcard p…
25 downloads 04 May 2026 → Common MATCH/CASE Mistakes
[ download ]
// Other
nested_loops_mistakes.py
5 mistakes almost every beginner makes with nested loops. Indentation, break scope, counter placement, iteration count,…
26 downloads 04 May 2026 → Common Nested Loops Mistakes
[ download ]
// Other
functions_mistakes.py
6 mistakes almost every beginner makes with functions. Define before calling, parentheses, print vs return, code after …
22 downloads 05 May 2026 → Common Functions Mistakes
[ download ]
// Other
list_mistakes.py
8 mistakes almost every beginner makes with lists. Wrong way, error, right way — all in one file.
17 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.
16 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.
16 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.
16 downloads 06 May 2026 → Common File Handling Mistakes
[ download ]