What's Changed in 0.7.0!
Hello, SQL!
Version 0.7.0 includes a big new feature: marimo now ships with reactive SQL cells! Use SQL to query Pandas/Polars dataframes, Google Sheets, database tables, a... (more…)
Read more »
Contribute to chrisgrimm/better_partial development by creating an account on GitHub. (more…)
Read more »
Many languages start running your program by calling a function of
yours that must have a specific name. In C (and many C derived
languages), this is just called main(); in Go, it's main.main()
(the main() function in the main package). Python famously
do... (more…)
Read more »
Inspired by a similar report from the Copr team, I’ve decided to look back at 2020 from the perspective of Python in Fedora (and little bit in RHEL/CentOS+EPEL as well). Here are the things we have done in Fedora (and EL) in 2020. By we I usually mean the... (more…)
Read more »