How to install pip in Linux
PIP is the package installer for Python. This article explains the steps to install pip in Linux. Step1: Download pip
Read morePIP is the package installer for Python. This article explains the steps to install pip in Linux. Step1: Download pip
Read moreWe can count the number of lines in a file using readline utility in Python. Here we need to replace
Read moreIn-order to check a file is empty or not, we can use the os functionality in Python. Here we need
Read moreSometimes we need to exit from Python script in certain conditions. We can use the sys utility to accomplish this
Read moreBoto is the Amazon Web Services (AWS) SDK for Python. It enables Python developers to create, configure, and manage AWS
Read moreSometimes we need to get the previous month date for scripting purposes. We can use Python datetime module to acheive
Read moreTo check whether a Python module is installed or not, #python -c "import module" #echo $? Here we need to
Read moreWe can use the Python module zipfile for extracting the zip files. The syntax is as given below. import zipfile
Read moreWhile developing applications, the code might be uses confidential data like login credentials. Its not a secure way to save
Read moreAnsible is an open-source automation engine that automates software provisioning, configuration management, and application deployment. Playbooks are Ansible’s configuration, deployment,
Read moreSometimes we will get the following error while installation Python modules using pip. Ignoring ensurepip failure: pip 8.1.1 requires SSL/TLS
Read more