lptrace
icecream
lptrace | icecream | |
---|---|---|
- | 43 | |
699 | 8,944 | |
- | - | |
0.0 | 4.8 | |
almost 6 years ago | 3 months ago | |
Python | Python | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lptrace
We haven't tracked posts mentioning lptrace yet.
Tracking mentions began in Dec 2020.
icecream
-
Wat – Deep inspection of Python objects
https://github.com/gruns/icecream#icecream-in-other-language...
-
Python VS Common Lisp applied: print, log and icecream
I discovered a new Python library "you must not miss" from a youtuber. At first sight, everything looks awesome. Reading icecream's README sparks a lot of joy.
-
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.
https://github.com/gruns/icecream
- When you are looking at someone else's code base and you want to make a copy of it to put in a million print statements to understand it, what is good practice in terms of version control and naming the copy?
-
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's you fav ice cream??
-
What Python debugger do you use?
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
- Top 3 hardest things with debugging as a beginner?
-
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 are some alternatives?
hunter - Hunter is a flexible code tracing toolkit.
pdb++
manhole - Debugging manhole for python applications.
Loguru - Python logging made (stupidly) simple
python-statsd - Python Client for the Etsy NodeJS Statsd Server
py-spy - Sampling profiler for Python programs
pyelftools - Parsing ELF and DWARF in Python
Laboratory - Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
remote-pdb - Remote vanilla PDB (over TCP sockets).
python-uncompyle6 - A cross-version Python bytecode decompiler
django-debug-toolbar - A configurable set of panels that display various debug information about the current request/response.