PySnooper
django-modelcluster
Our great sponsors
PySnooper | django-modelcluster | |
---|---|---|
7 | 3 | |
15,077 | 402 | |
- | 0.7% | |
4.1 | 7.6 | |
3 months ago | 2 months ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" 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.
PySnooper
-
“I think the vast majority of developers still debug using print() statements”
Shameless plug: PySnooper is a debugging tool for Python that lets you debug in a way that's as easy as adding print statements, but gives you a lot more information automatically.
-
Top python libraries/ frameworks that you suggest every one
snoop or pysnooper
-
No more Print For Debugging In Python Anymore
If you want to install a library, pysnooper is cool. It's like an automatic print on every line of your function, with values.
-
The unreasonable effectiveness of print debugging
The Python package PySnooper is pretty good for "fancy" print debug statements: https://github.com/cool-RR/pysnooper
I've caught quite a few bugs using this show-me-all-locals() approach...
- What tool you discovered/came across that has made your development work easier?
-
Icecream: Never use print() to debug again in Python
Funny, a few months back I added this sentence to PySnooper's readme:
"PySnooper is a poor man's debugger. If you've used Bash, it's like set -x for Python, except it's fancier."
django-modelcluster
-
Creating a schematic editor within the Wagtail CMS with StimulusJS
The SchematicPoint model has a ParentalKey (from modelcluster) which is included with Wagtail, for more information about this read the InlinePanel & modelclusters section of the Wagtail docs.
- What tool you discovered/came across that has made your development work easier?
-
How to create a custom Wagtail admin page with fields of different models?
There's nothing to be afraid of the ParentalKey, check its code: https://github.com/wagtail/django-modelcluster/blob/febc4121f1c49c18f8c620d99c4d713d2ff39f0f/modelcluster/fields.py#L234:L273 it just a light extension to the ForeignKey that adds functionality needed for InlinePanel to work.
What are some alternatives?
icecream - 🍦 Never use print() to debug again.
snoop - A powerful set of Python debugging tools, based on PySnooper
python-devtools - Dev tools for python
pdbpp - pdb++, a drop-in replacement for pdb (the Python debugger)
django-hijack-admin - Django admin site integration for Django Hijack
locust - Scalable user load testing tool written in Python
ray - Debug with Ray to fix problems faster
cookiecutter-django-wagtail - Cookiecutter Django + Wagtail
q - Quick and dirty debugging output for tired programmers. ⛺
django-debug-panel - django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.