Live blog with Wagtail Live

Wagtail Live is a Wagtail package to create live blog pages. Wagtail is the most popular CMS build on-top of Django. With Wagtail Live: – Reporters can instantly publish to a live blog by submitting messages via mobile apps. – Audience can read the posts...

Practical pointers for better code review

If “code review” means the 2 seconds you glance at a PR before you click “merge”, there is likely some room for improvement. But experienced reviewers too might benefit from some new angles on the subject. Even if you don’t usually work...

Python and Google Blockly for IoT projects

Python is the language of choice in many an Internet of Things project. In the recent years I have been using Python as part of many courses, from software testing with Cucumber, web development with Flask, to IoT with UI Flow, which is Google Blockly and Python at...

Self-watering landscapes with a bit of docker

We use docker containers for most of our python projects. It is all very diverse, from big websites to small scripts. And those scripts are mostly not made by programmers. I’ll show some examples of how we use docker containers for that.And I’ll talk a bit...