Archive - Page 2

28th February 2023

An Expense Approval System Built with Python

Create powerful and custom-made internal tools with Anvil. In this example, we’ve built an expense approval app with Anvil and Python.
17th February 2023

Deploy and Manage Distributed Computation with Coiled and Anvil

If you’ve got some big datasets that you want to wrangle insights from, you might want to distribute all that heavy-duty computation. Coiled lets you do just that, and takes the hosting off your plate too.
6th February 2023

Introducing New Community Spaces

We want to help Anvil developers share what they’re working on and help each other, so we’re happy to introduce Anvil’s new community spaces.
17th January 2023

Announcing the New Anvil Editor

The Anvil Editor has had a complete makeover. Anvil now has a fresh new look and a host of new features such as built-in version control, tabbed editing, multiple deployment environments, and much more. Building web apps with Python just got easier and more powerful!
4th January 2023

Deploying a machine learning model with Anvil

Learn how to quickly deploy a machine learning model with Anvil’s built-in Data Files service.
8th December, 2022

New: Add Static Data to Your App

We’ve made it easier than ever to attach large files to your app and use them on the server side. It’s especially useful for machine learning models, large datasets and data that stays constant.

Try a tutorial, and deploy a machine learning model in minutes!

24th November 2022

Using Custom Python Packages with Anvil

Learn how to build an app that uses wikipedia, wordcloud and plotly-express as custom packages.
14th November 2022

A Task Manager App Built with Python

Create powerful and custom-made internal tools with Anvil. In this example, we’ve built a simple task management app with Anvil and Python.
17th October 2022

Exploring the New Material Design 3 Theme

Learn how to build more modern looking web apps with the new Material Design 3 theme.
7th October 2022

Build a Morse Code Generator with the Raspberry Pi Pico W

Learn how to build a Morse code generator with a secure web UI, user authentication and flashing lights.
12th September 2022

Announcing New Themes and Colour Schemes

We’re introducing brand new features to help make you Anvil apps look better than ever. Build modern looking web apps by default with new themes and style your Plotly plots to match!
24th August 2022

Memory Management in Python - Part 3: Object Lifetimes and Garbage Collection

Join me for a tour of some of CPython’s dark memory magic and unintuitive behaviours! This blog post is the last in a three-part write-up of a conference talk I gave in 2021.