// 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
// Code Example
type_conversion.py
int(), float(), str(), bool() — switch between types with confidence. With real examples and what not to try.
// Code Example
print_advanced.py
f-strings with format specs — floats, alignment, thousands separators, percentages. Your output, fully under control.