Here in this article we will see how we can build a basic web application using some of the features of the Flask web framework. We will be building a…
How to build a basic Web Application using Python Flask

Here in this article we will see how we can build a basic web application using some of the features of the Flask web framework. We will be building a…
In Python the data we interact with is in the form of objects and these data objects have associated operations. We manipulate the data objects using the associated operations. In…
As per the StackOverflow 2022 most popular technologies survey Python is still in the Top 5 list of popular languages and also 3rd most popular language for learning to code.…
Here in this article we will try to setup the build and runtime environment for working with the GNOME projects. We will be going to install Flatpak and Builder tool…
Here in this article we will try to extract the plugin version and also the required jenkins version for that plugin to operate in a compatible mode from the jenkins…
Here in this article we will see how we can download and extract CVE database JSON feed. Once we have the JSON data we will be using a python based…
Test Environment Fedora 32 installedPython3 installed Every project which follows a DevOps CICD pipeline to build there projects use some tools for their source code management and artifacts management. As…
Test Environment Fedora 32 installedPodman installedPython 3.8 installedPython request library installedPython json library installed In this article we will see how we can use a basic Python application to trigger…
Test Environment Fedora 31 installedPython 3.7 and later What are Python Modules - Python Modules are a way to organize our program structure with reusable code build using Modules. These…
Test Environment Fedora 31 with gcc and g++ installed Python Language is currently the most popular and trending langugage because of the vast majority of the domains wherein this language…