This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
python3_ref [2018/08/06 11:23] jguerin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Python Language Reference ====== | ||
- | |||
- | ===== Input/ | ||
- | * [[python3_basic_io|Basic IO]] | ||
- | * [[python3_faster_io|Faster IO]] for competitive programming | ||
- | |||
- | ===== Data Structures ===== | ||
- | |||
- | ==== Sequences ==== | ||
- | * [[python3_lists|Lists]] | ||
- | * [[python3_strings|Strings]] | ||
- | * [[python3_tuples|Tuples]] | ||
- | |||
- | ==== Non-Sequential Structures ==== | ||
- | |||
- | === Operations === | ||
- | * [[python3_unpacking | Unpacking]] | ||