Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
awoimbee
18 hours ago
|
parent
|
context
|
favorite
| on:
IceCream – Never use print() to debug again
Debugging in python is already so easy with `print(f"{myvar=}")` and `breakpoint()`...
help
Hackbraten
15 hours ago
[–]
This is the correct answer. `ic(foo(123))` can be written as `print(f'{foo(123)=}')` without depending on yet another third-party library which is not pulling its weight.
reply
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: