Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Icecream Alternatives
Similar projects and alternatives to icecream
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
Laboratory
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
-
-
snoop
A powerful set of Python debugging tools, based on PySnooper (by alexmojaki)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
icecream reviews and mentions
-
Show HN: Dbg.h: C macro for quick and dirty print debugging
Hey, very useful. Thanks! Similar to ic() for python, but with the nice ability to be used inline.
-
Pythoneers here, what are some of the best python tricks you guys use when progrmming with python
Icecream is great for this. Just calling ic(foo) gives you the same thing on stderr.
-
What Python debugger do you use?
For the occasional print-style debugging, I enjoy the icecream package: https://github.com/gruns/icecream
I get around this by using loguru (a wrapper around python's logger), so I get information like the calling function and line number with my debugging statements. I don't use it these days (and actually built something extremely similar around the same time), but icecream is another alternative that facilitates debugging-by-print
-
Does anyone use python debugger?
Most of the time I simply use icecream (a much better version of print()), and sometimes, I use pudb (a visual debugger) for tougher/trickier bugs.
-
Let's do a war
We also have ice cream
-
What is your favorite ,most underrated 3rd party python module that made your programming 10 times more easier and less code ? so we can also try that out :-) .as a beginner , mine is pyinputplus
I found icecream in a post on this subreddit and still use it as an alternative to print for debugging.
-
library to log methods and function calls.
How can we integrate with current logging libraries such as logging, logges, loguru? And how would you compare your library with ic
-
Im listening...
It's pip install icecream An easy mistake to make.
You jest, but there actually is a library called icecream and it's way better than print or pprint
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Dec 2023
Stats
gruns/icecream is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of icecream is Python.