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…
What are the Python Object Types

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.…
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 Ansible Controller Ansible Node Ansible vault is an inbuilt tool provided by Ansible for encrypting the string and files containing confidential information like secrets, passwords, api tokens etc.…
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 32 installed Buildah is a opensource tool developed to build container images which are compliant with Open Container initiative (ie. OCI) image specifications. In this article we…
Test Environment Fedora 31 with Kivy installed What is ScreenManager - Kivy ScreenManager is a kind of Widget which help in building and managing multi screen applications. The default ScreenManager…
Test Environment Fedora 31 with Kivy installed What is StackLayout - StackLayout is a kind of Layout which helps in arranging child widgets in left, right and top, bottom combination…
Test Environment Fedora 31 with Kivy installed What is PageLayout - Page Layout is a kind of layout which helps in creating a simple multi-page layout design. These pages can…
Test Environment Fedora 31 with Kivy installed What is FloatLayout - Kivy FloatLayout helps in arranging the Widgets without any restriction in its size or postion. This layout helps in…