This blog post will walk you through the process of dockerizing a Python application, that is, packaging a Python...
Tag Archive for: python
4sysops - The online community for SysAdmins and DevOps
Python module Paramiko for managing CISCO devices: Installation and usage example

The Python module Paramiko enables you to leverage Python to automate the management of CISCO routers and switches. In...
Pip install Boto3

In my previous post, I explained how to install Boto3 with VS Code on Windows. Even though all components...
Install Boto3 (AWS SDK for Python) in Visual Studio Code (VS Code) on Windows

In this guide, I show you how to install Boto3, the AWS SDK for Python, in Microsoft's free Visual...
Running the AWS CLI and Python on Windows 10 in a Linux Bash shell

The Windows Subsystem for Linux (WSL) lets developers and system administrators run a Bash shell in a chosen Linux...