Think DSP: Digital Signal Processing in Python, by Allen B. Downey. - AllenDowney/ThinkDSP... (more…)
Read more »
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 »
With PEP 484 Python allows you to annotate variables and functions with
their types: (more…)
Read more »
Cryptocurrencies are becoming mainstream so I’ve decided to spend the weekend learning about it. I’ve hacked together the code to download daily Bitcoin prices and apply a simple trading strategy to it. (more…)
Read more »
TL;DR: Use Flake8, pytest, and Sphinx in your current Python project. Also evaluate pre-commit, black, and Pylint. For your next project, consider adding poetry and Dependabot. I always find it… (more…)
Read more »