Using React with a Python Backend For this tutorial, we provide a template repository to show how to develop a single page application with react and a python backend.
Parse e-mail to automate your accounting process If you operate your own business, one thing that you'll end up doing is booking expense transactions into an accounting system. For a lot of people accounting happens in many different ways – sometimes you monitor bank withdraw transactions, you get credit card notifications, purchase mails from your amazon
Using Sanic as an asynchronous http server If you are interested in learning to code your own http server in python. I recommend, dear reader a venture into using Sanic [https://sanic.readthedocs.io/en/stable/]. Sanic is a performant asyncronous http server that uses uvloop [https://uvloop.readthedocs.io/], which is a replacement for the asyncio