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,… Read more
Similar
An llvm-based framework for generating and calling into high-performance native code from Python. - APrioriInvestments/typed_python... (more…)
Read more »
We will be looking at local functions, the concepts of closure and what decorators are, sounds like a lot? Then let's dive into it.
## Local functions
Probably most functions you are familiar with ar... (more…)
Read more »
In this video we'll cover how you can automate running a python script daily using WayScript. There's many use cases for this, but the specific one we'll tal... (more…)
Read more »
Query data on the command line with SQL-like SELECTs powered by Python expressions - spyql/json_benchmark.ipynb at master · dcmoura/spyql... (more…)
Read more »
MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[','\\]'] ], processEscapes: false, } }); Python for Finance,... (more…)
Read more »