This should have been obvious to me for a longer time, but until earlier
today I did not really realize the severity of the issues caused by
str.format on untrusted user input. It came up as a way to bypass the
Jinja2 Sandbox in a way that would permit r...
Read more »
a high-performance, high-precision CPU and memory profiler for Python - emeryberger/scalene... (more…)
Read more »
Gaussian Process Regression for Bayesian Machine Learning in Python Acquire a powerful probabilistic modelling tool for modern machine learning, with fundamentals and application in Python The Python Certification Course Learn and understand Python using ... (more…)
Read more »
Introduction In the previous post we saw how a Go service can call a Python service using gRPC. Using gRPC to connect a Go and Python program together can be a great choice, but there’s a complexity price that goes with it. You need to manage one more ser... (more…)
Read more »
Edit 12/19/2017: added a new subsection on analyzing Chutes & Ladders as an Absorbing Markov Chain. (more…)
Read more »