#In this tutorial, How to run shell commands in Python. Run shell commands in Python Use subprocess module You can…
python
Install pyenv and manage multiple python versions
#Introduction In this post, How to Install pyenv and manage multiple python versions. Pyenv is a fantastic tool for installing…
Run Multiple Ansible Versions using Python 3 Virtual Environments
#Introduction In this tutorial, How to Run Multiple Ansible Versions using Python 3 Virtual Environments. You can install multiple versions…
How to install Ansible by using Virtualenv
#Introduction In this tutorial, How to install Ansible by using Virtualenv. You can test and deploy multiple Ansible versions with…
Install python 3.6 on Centos 6
#Introduction OS Centos 6 is the default python version 2. How to Install Python 3.6 on Centos 6. Installation packages…
How to Concatenate and Split Strings in Python
In this tutorial, I’m splitting and Concatenate a strings in Python. How to Concatenate and Split Strings in Python: Initial…