Python packages i want to remember!!!

Intro

Just a place to create a list of python packages that could be handy in the future.

a lot of these packages i heard on the Python Bytes podcast link

List python

Python in browser

List mocking

Something: i have some other stuff

nodejs

  • mermaid create diagrams and visualizations using text and code
  • plantuml also create diagrams and visualizations using text and code

go

  • termshot create screenshot of terminal output

pytest

ai

trace

Trace ignoring all loaded modules.

python -m trace --ignore-dir=$(python -c 'import sys ; print(":".join(sys.path)[1:])') --trace create_sample.py

or Debug

import pdb; pdb.set_trace()

Just to remember, that i need to look in to this

Previous Post Next Post