Saving Python pip dependencies
How I generated the Python dependencies file requirements.txt
so
that Netlify can install and run the HTML5 Validator before deploying
this site.
How I generated the Python dependencies file requirements.txt
so
that Netlify can install and run the HTML5 Validator before deploying
this site.
Nim 0.18.0+ ships with the strformat
library that provides the fmt
template which allows one to format strings using format specifiers
like in Python 3’s f-strings.
While learning the Nim language and trying to correlate that with my Python 3 knowledge, I came across this awesome comparison table of string manipulation functions between the two languages.
My utmost gratitude goes to the developers of Nim, Python, Org,
ob-nim
and ob-python
, and of course Hugo which allowed me to
publish my notes in this presentable format.