📄️ Flowing between Python and SQL
How to flow back and forth between python and SQL using DataFrame SQL
📄️ Query caching for performant projects
Use query caching to optimize time and database spend
📄️ Memory management in Hex
Tips and tricks to avoid an OOM (Out of Memory)
📄️ Heavy Python compute, quick apps
How to configure your app for high performance when you have long-running Python processes
📄️ Dynamic apps using hex_user_email
A dive into the `hex_user_email` built-in variable and how to leverage it to create dynamic apps.
📄️ Create basic Matplotlib plots
Learn how to create 5 simple plots using Matplotlib