Python utility project to provide interoperability between JSON Typedef and Protobuf - GitHub - IBM/jtd-to-proto: Python utility project to provide interoperability between JSON Typedef and Protobuf... (more…)
Read more »
This is the fourth article in a series about writing my own SQL query builder. Today, we'll rewrite it from scratch, explore API design, learn when to be lazy, and look at worse and better ways of doing things – all in 150 lines of Python! (more…)
Read more »
wrote an FX system trading program with deep learning method.
I used Keras library for this deep learning implementat... (more…)
Read more »
nanobind — Seamless operability between C++17 and Python - GitHub - wjakob/nanobind: nanobind — Seamless operability between C++17 and Python... (more…)
Read more »
As much as I love Kate editor, as I mentioned in my previous post, setting up Python language server
has always been a bit fiddly if you want it to work with
virtual environments. (more…)
Read more »