Steve Tjoa -- Signal Processing, Machine Learning, Music Information Retrieval. Worked at Humtap, iZotope, and Imagine Research. Ph.D., Electrical Engineering, University of Maryland. Lives in San Francisco, CA, USA.
Read more »
Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance - GitHub - lark-parser/lark_cython: Cython plugin for Lark, reimplementing the LALR parser & lexer for ... (more…)
Read more »
A good friend😉 suggested me to learn GraphQL and just when I was looking for resources, HOW TO GRAPHQL was launched. (more…)
Read more »
The team at Anvil recently open sourced the Anvil App Server, a runtime engine for hosting web apps built entirely in Python. The community reaction has been overwhelmingly positive, and we, at Anvil, have already incorporated lots of that feedback into o... (more…)
Read more »
Python is slow, and compiled languages like Rust, C, or C++ are fast. So when your application is too slow, rewriting some of your code in a compiled extension can seem like the natural approach to speeding things up. Unfortunately, compiled extensions ar... (more…)
Read more »