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 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…
Test Environment Fedora 32 updated Python 3.8 installed What is Python virtual environment Python Applications use different packages and modules as per the applcation requirement. The packages and modules installed…
Test Environment Feodra 31 with latest updates installed What is Kivy Kivy is a Python framework for developing Multitouch GUI Applications for cross platform devices. Kivy provides its own kivy…
Here in this article we will try to build a very basic Kivy bounce ball application. Test Environment Fedora 32Kivy 1.11.1 Python with kivy installed (This example is tested with…
Test Environment Fedora 31 OS with Python installed Django is a python web framework which can be used to develop web application. In this article we are going to see…
Test Environment Fedora 31 server with Python 3.7 Here in this article we will see how we can integrate a Django Application with Apache HTTP server using the python wsagi…
Purpose - To setup a django project and integrate it with Jenkins and Nexus for automated build and artificatory deployment to Nexus repository which can be further download and run…
Purpose - To use the Django Models as blueprints for creating the Database tables using the Django utilities Pre-requisities - Ubuntu 18.04 Python 3.5 and later pip3 latest version Django…
Purpose - To build a Web Application based on Python Django framework to generate selected type of Chart graph for the given JSON input data file Pre-requisites - Ubuntu 18.04…