Last time we saw a geometric version of the algorithm to add points on elliptic curves. We went quite deep into the formal setting for it (projective space $latex \mathbb{P}^2$), and we spent a lot… (more…)
Read more »
Do you need a web framework? If you need to draw a graph, you can return JSON and draw on the client with JavaScript, an approach known as JAMStack. If the graph is static, you can return a PNG image. Which web framework is right for me? I have used every... (more…)
Read more »
Find and fix the bugs and code smells in your Python code with the popular tools for analyzing code. (more…)
Read more »
In this post I'll show how to JIT compile a tiny subset of Python into native
x86-64 machine code. (more…)
Read more »
Nowadays, Deep Reinforcement Learning (RL) is one of the hottest topics in the Data Science community. The fast development of RL has... (more…)
Read more »