PyScript is a framework that allows users to create Python applications in the browser using HTML. In this video we have a look at it and I show you how it w... (more…)
Read more »
Spreadsheets remain undefeated for financial modeling1. There are a number of generic tools (e.g. Anaplan) and industry specific tools (e.g. Argus), but they are best used in portfolio management-type scenarios where scale, structure, or auditability are ... (more…)
Read more »
In this article, we will explore the concept of the Python tuple - immutable, ordered collections of heterogeneous data.Knowing how to use Python tuples will prove instrumental not only in how you... (more…)
Read more »
Contribute to pyhandle/hpy development by creating an account on GitHub. (more…)
Read more »
Thanks to the article “Your Makefiles are wrong” it really dawned on me that Makefile can run any interpreter, not just sh or bash:
The key message here, of course, is to choose a specific shell. If you’d rather use ZSH, or Python or Node for that matter,... (more…)
Read more »