Take Advantage of Boto3 EC2 To Manage AWS EC2 instances

Learn how to use the AWS Boto3 EC2 Python SDK to create new EC2 instances, start, stop, terminate and query tons of information about EC2.

Trusting a Git pre-commit hook to Run Checks Automatically

If you're looking for a way to level up your automation skills, learn how Git pre-commit hooks automate Git actions in this step-by-step tutorial!

Utilizing Boto3 to Manager AWS S3

Learn how to get started from scratch on copying files with Python and AWS S3 using the Boto3 S3 Python module.

Concatenate Two Strings in Python : A Complete Tutorial Guide

Learn how to concatenate two strings in Python using just about every method you can think of in this handy tutorial.

Understanding Python Loop and Flow Control for Newbies

Understand one of the most important constructs in building great Python code, the loop, in this handy guide.

Learning the Amazing Python Read File, Open, and Write Codes

Learn the basics of working with files by using Python to read files, write to files and to use Python to write to CSV files too!

Discover and Master Python Functions for Newbies

Learn how to get started with Python functions, how to build function parameters, how to call them, function scope, and a whole lot more!

How to Convert YAML to JSON [Python, PowerShell, Go]

Learn how to convert YAML to JSON programmatically using Python, PowerShell, and Go.

PowerShell vs. Python: A Battle for the Ages

What's the best programming language? You might get ten different answers when asking ten different developers. In this article, we're going to compare two languages; PowerShell and Python. You will get a glimpse into each of these languages and understand how they compare and contrast in features such as syntax, availability across platforms, and more.

Connect to SQL Server from Linux with ODBC

Set up an ODBC connection to run queries on a Microsoft SQL Server from Linux in this step-by-step guide.

Python WinRM: PowerShell Remoting for Windows

Learn how to set up Python WinRM for PowerShell remoting on Windows machines in this comprehensive guide.

Rename S3 Folders Swiftly with Python and Boto SDK

Discover how to quickly rename S3 folder objects using Python and the powerful boto SDK.

Python 3.6 Installation Guide for Windows, macOS, and Linux

Step-by-step tutorial on installing Python 3.6 on Windows, macOS, or Linux, perfect for IT professionals and developers.

Python WMI: Query WMI on Remote Computers with Linux

Learn to use Python for querying WMI on remote computers from a Linux system, such as Ubuntu.