Python 3 Snippets
Python 3 snippets for the Atom text editor.
Snippets consist primarily of built-ins and mechanisms missing from Atom's default snippets for Python. They are meant to be used in conjunction with (not supplant) these snippets. Contributions welcome.
Snippets listing
| Prefix | Description |
|---|---|
| dict | Dict Function |
| dir | Dir Function |
| divmod | Divmod Function |
| elif | elif Branch |
| else | else Branch |
| enum | Enumerate Function |
| float | Float Function |
| ife | if else |
| ifelif | if elif else |
| input | Input Function |
| int | Int Function |
| len | Len Function |
| fs | Literal String Interpolation (F-string) |
| max | Max Function |
| min | Min Function |
| open | Open Function |
| pow | Pow Function |
| Print Function | |
| range | Range Function |
| round | Round Function |
| set | Set Function |
| sorted | Sorted Function |
| str | Str Function |
| sum | Sum Function |
| tuple | Tuple Function |
| type | Type Function |