Last month, I had the opportunity to present at the second virtual SF Python Meetup about how CTO.ai is making it easier for Python developers and Data Scientists to streamline their critical workflows in Slack. Going into the meetup, I admittedly didn't ... (more…)
Read more »
A tool to automatically convert old string literal formatting to f-strings - ikamensh/flynt... (more…)
Read more »
Collection of notebooks about quantitative finance, with interactive python code. - cantaro86/Financial-Models-Numerical-Methods... (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 »