Archive - Page 14

1st November 2017

PyCon UK Wrap-Up

From molecular modelling to Hangman, PyCon attendees built some seriously impressive apps with Anvil.
10th October 2017

SMS Surveys in Pure Python

Incorporating SMS into an app? See how simple it can be with Anvil.
5th of October 2017

New: Media in data tables

We’re used to storing text and numbers in databases, so why not binary media? Whether it’s images, PDF files or whole spreadsheets, now you can store your files directly in Anvil Data Tables like any other data type.
21st of September 2017

New: Data Bindings

Design your data right onto the page.
22nd of August 2017

Build a Business Dashboard with Python

This walkthrough shows you how to access an existing Postgres database to develop a business dashboard in Anvil.
26th of July 2017

Interactive plots for your apps

Python is the world’s favourite language for data processing and visualisation. You can now offer interactive charts right inside your Anvil apps, built and customised in just a few lines of code.
17th of July 2017

HTTP endpoints for your apps

Create an HTTP API for your Anvil app.
27th June 2017

Make the world better? Remove some Javascript.

Anvil runs Python in the browser by compiling Python to JavaScript. Find out how!
15th of February 2017

Smart Python Code Completion

Every coder knows the pain: You know what you need to do, but you can’t remember the name of that function, or what order it takes its parameters. It’s time to fix that problem.

Sharing Anvil

Tips for introducing others to Anvil.
5th October 2016

Python widgets in HTML layouts

Speed, meet beauty. You don’t need to know HTML and CSS to use Anvil - but now you can use their power when you want to.
27th July 2016

Usable configuration with Git

No app is an island. In this walkthrough, we’ll show you how to use the GitHub REST API from an Anvil app, as we solve a common configuration problem with the power of Git.