In this article, I survey a clutch of popular programming languages and provide some personal opinions as to when it is appropriate to use each of them. I'll also talk about some of the development ...
It took the programming community a couple of decades to appreciate Python. But since the early 2010’s, it has been booming — and eventually surpassing C, C#, Java and JavaScript in popularity. But ...
Think it's complex to connect your Python program to the UNIX shell? Think again! In past articles, I've looked into concurrency in Python via threads (see "Thinking Concurrently: How Modern Network ...
This guide details the setup of a web application using the Flask framework on a 'traditional' Debian-based Linux server (Debian, Ubuntu, etc.). Configuration for specific software/packages is ...