Path to this page:
Next | Query returned 1 messages, browsing 1 to 10 | previous
CVS Commit History:
2023-07-18 17:46:28 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-icecream: added version 2.1.3
Do you ever use print() or log() to debug your code? Of course you do.
IceCream, or ic for short, makes print debugging a little sweeter.
ic() is like print(), but better:
1. It prints both expressions/variable names and their values.
2. It's 60% faster to type.
3. Data structures are pretty printed.
4. Output is syntax highlighted.
5. It optionally includes program context: filename, line number, and parent
function.
|
Next | Query returned 1 messages, browsing 1 to 10 | previous