Python Programming
-
Louis-Philippe Véronneau: Weather Station Data Visualisations Using R and Python
A few weeks ago, my friend and neighbor Jérôme (aka lavamind) installed a weather station on his balcony and started collecting data from it.
-
Building Microservices with Flask
Microservices architecture has revolutionized the software development landscape, providing a more flexible and scalable approach than the traditional monolithic architecture. In the realm of microservices, Python’s Flask has established itself as a popular and capable choice. This article will walk you through the process of building microservices with Flask for DevOps, including practical examples.
-
Custom Host and Port Settings in Flask
Flask, a micro web framework written in Python, is beloved by many developers for its simplicity, flexibility, and fine-grained control. However, when it comes to deploying your Flask application, you might encounter the need to adjust its default host and port settings to meet specific deployment environments or application requirements.