Comments¶
DataFrame.hvplot
(via the Python packagehvplot
) is the most convenient way to use HoloViews.If you want to use HoloViews directly, it is better to create a HoloViews.Dataset object and use it for visualization.
The
groupby
option generates a plot with a dropdown list for interactively showing plots of different groups. You can overlay plots of different groups together on the same plot simplify by calling the.overlay()
Bootstrap Resampling in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.bootstrap.html
Convert Web Pages to PDF Using Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
python-pdfkit¶
Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
Convert PDF to Image Using Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Using pdfplumber¶
RMarkdown Equivalent in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Jupyter/Lab vs RMarkdown
RMarkdown Equivalent in Python
Both CodeBraid and jupyter-book (preferred) are good alternatives to RMarkdown.
CodeBraid
jupyter-book
Pweave
References
Writing an Interactive Book over the Threat Hunter Playbook …
Manage Your Python Project Using Poetry
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
-
Python Poetry is current the best project management tool for Python!
-
Python Poetry supports Python package dependencies on GitHub. For example, if a Python package depends on https …