Core Python syntax, data types, and common libraries.
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| List Comp |
|
Powerful collection building. |
| Dict Comp |
|
One-line dictionaries. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Args/Kwargs |
|
Variable arguments. |
| Lambda |
|
Anonymous functions. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Set |
|
Unique values only. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Init |
|
Constructor method. |
| Str Method |
|
Printable representation. |