/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.laceyhenschel.com
| | www.revsys.com
3.1 parsecs away

Travel
| | Improve your Django Tests using django-test-plus' helpful additions to the standard Django TestCase
| | micro.webology.dev
3.7 parsecs away

Travel
| | One of the most significant Python innovations in my development toolchain was the Click utility, which simplified the creation of Python scripts. Click changed how I approach writing one-off Python scripts and made it easier for me to write better developer experiences around those scripts. Once I found django-click, writing Django management commands was a breeze, using the same Click API that I was already familiar with. Arguably, the second most significant innovation was the Typer library, built on Click, making writing Python scripts even easier.
| | benbrougher.tech
6.1 parsecs away

Travel
| | A Guide to Starting an API With Flask and Python
| | www.paulox.net
11.0 parsecs away

Travel
| A quick-start guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript library for interactivemaps.