Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
- There are at least 3 packages (
packaing,python-semverand) in Python which can help you work with semantic versions.
Generate Static Site Using Pelican
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
\$need to be escaped -
For the latex plugin, equation align environment works but need to use
\newlinein stead of\\.
Some Good Themes
https://github.com/Pelican-Elegant/elegant
https://github.com …
Use JupyterLab Notebooks in Pelican
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/getpelican/pelican-plugins/issues/866
https://github.com/getpelican/pelican-plugins/issues/651
Plugins
https://github.com/danielfrg/pelican-ipynb
https://github.com/peijunz/ipynb2pelican#installation-and-configuration
References
https://github.com …
Proxychains-Ng Issues on Mac
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ProxyChains-ng does not work on macOS due to System Integration Protection (SIP). There are basically 3 ways to fix/avoid it.
-
The issue only happens if you execute a system binary …
Filter pandas DataFrames in Python
Data for Testing
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
DataTable Generator
Faker
Faker is a Python package that generates fake data for you.
hypothesis
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.