Articles
|
|
|
tips | (2) |
|
|
decorators | (2) |
|
|
tricks | (2) |
|
|
strings | (1) |
|
|
map | (1) |
|
|
filter | (1) |
|
|
dictionaries | (1) |
|
|
python | (1) |
|
|
truthfulness | (1) |
|
|
substrings | (1) |
|
|
iterate | (1) |
|
|
classes | (1) |
|
|
list operators | (1) |
|
|
lambda functions | (1) |
|
|
zip | (1) |
|
|
switch statements | (1) |
|
|
quotes | (1) |
|
|
dictionary comprehensions | (1) |
|
|
list comprehensions | (1) |
|
|
generator expressions | (1) |
|
|
reduce | (1) |
| Showing 1 - 2 of 2 | Showing 1 - 2 of 2 |
Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose of hacks to spending the rest of your life...
Decorators modify functions. Beginning with the basics, learn how to use decorators in a variety of ways. Execute code when a function is parsed or called. Conditionally call functions and...
| Showing 1 - 2 of 2 | Showing 1 - 2 of 2 |