Programming

How To: Create A Flask/API Project In Ubuntu
Prerequisites Operating System: Ubuntu 16 or Ubuntu 18 Python 3.X is installed Python Pip is installed Python Virtual Environment is installed (Optional) Structure Overview Replace the dotlah_flask_api directory with the project name of your choice. Steps 01. Create the necessary directories and files. You can use the following shell script to create it, or …

How To: Configure Python Virtual Environment In Ubuntu
Overview This guide/article shows how to install, configure/create and use a Python Virtual environment. Prerequisites Operating System: Ubuntu 16 or greater Python is installed. Python 3.X or 2.X. Steps Check that Python is available on the system. The Python version should be returned. For the next steps, we will be using Python 3.7 for the …

How To: Install Python 3.7 In Windows
Prerequisites Operating System: Windows 7 or above Steps 01. Open a command prompt or PowerShell 02. Check if Python is already installed. Execute the following to determine A message will be shown if Python is available. 03. Open a browser and download the installer at https://www.python.org/downloads/. Click on the Download link for the …

How To: Install Python 3.7 In Ubuntu
Prerequisites Operating System : Ubuntu 18 Steps Note: By default most Ubuntu 18 system have Python installed. 01. Open a terminal window 02. Check if Python is already installed. Execute the following to determine. A message will be shown if Python is available. In the following case, it is not yet installed. 03. …

How To: Install Python 2.7 In Ubuntu
Prerequisites Operating System : Ubuntu 18 Steps Note: By default most Ubuntu 18 system have Python installed. 01. Open a terminal window 02. Check if Python is already installed. Execute the following to determine. A message will be shown if Python is available. In the following case, it is not yet installed. 03. …

9 Must-Have Tools For Software Testers
The demand for delivering quality software is directly proportional to the need for discovering new testing tools and techniques. In the absence of modern tools, realizing test automation is next to impossible. The efficiency of the tools you have at your disposal defines how efficiently you will be able to perform your job. Thus, in …

Five DevOps Trends For 2019
DevOps as an approach to software development has become widely established over the last nine years. Bringing the development and IT operations functions together has brought many benefits in the form of better communication and increased collaboration and we’ve seen a range of new tools and disciplines emerging to support the movement. Looking ahead, I’d …

Announcing The New AWS Cost Explorer Console
AWS is announcing the general availability of the new AWS Cost Explorer console. With brand new summary dashboards, automated identification of spend and usage trends, and a simplified user experience, the new Cost Explorer console is designed to help customers of all sizes, and levels of expertise, perform cost management activities. The new AWS Cost Explorer …