by media2b | Nov 4, 2021
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...
by media2b | Nov 4, 2021
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...
by media2b | Nov 4, 2021
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...
by media2b | Nov 4, 2021
Python is an environment which is versatile. Due to the frameworks to build whole webapplications. Data analysis and many other applications in which Python is used. Nowadays data is not only tabular data with some numbers but becomes more and more also about location...
by media2b | Nov 4, 2021
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...