// resources
Resources
All
|
Cheatsheet
Code Example
Exercise
Template
Other
Achievement
|
Basics
Control Flow
Functions
Data Structures
Modules & Packages
Projects
Object-oriented programming
|
↑ oldest first
↓ newest first
// Other
string_mistakes.py
7 mistakes almost every beginner makes with strings. Wrong way, error, right way — all in one file.
// Other
number_mistakes.py
7 mistakes almost every beginner makes with numbers. Wrong assumption, what Python actually does, and the fix.
// Other
bool_mistakes.py
6 bool mistakes almost every beginner makes. Wrong assumption, what Python actually does, and the fix.