Saturday, February 26, 2022

 Python Installation on Linux

Most of the Linux OS has Python pre-installed. 

To check if your device is pre-installed with Python or not, just go to terminal execute

below command..

[root@ip-172-31-28-152 ~]# python3 --version

Python 3.6.8


To install python  on linux server use command #yum install python3 below is the snapshot for the same


[root@ip-172-31-28-152 ~]# python3 --version
Python 3.6.8













 Python Installation on Windows

To Download python package click here

Once download with required package click on installer.



After installation set python  path in environment variable.

Open cmd and execute below command as shown in snapshot..
















What is Python?

 Python is an Object Oriented,  high-level, interpreted language.

Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. 


Sample Game App Deployment on EKS cluster

 https://padmakshi.medium.com/setting-up-an-eks-cluster-and-deploying-a-game-application-a-step-by-step-guide-08790e0be117