🐦 Opytimizer is a Python library consisting of meta-heuristic optimization techniques. - gugarosa/opytimizer... (more…)
Read more »
Typer, build great CLIs. Easy to code. Based on Python type hints. - GitHub - tiangolo/typer: Typer, build great CLIs. Easy to code. Based on Python type hints. (more…)
Read more »
In this post I’ll write a simple python app that will post message to Slack when your users purchase a subscription. The web app will be a aiohttp server tha... (more…)
Read more »
I was asked (again) today to explain why integer division in Python returns the floor of the result instead of truncating towards zero like... (more…)
Read more »