Software Engineering Perspectives Articles

Sorted By: Most Recent
Kailash Nirmal Kailash Nirmal
Updated on October 15, 2024

Docker Compose Up Command Explained

Docker compose-up is a command used to start a Docker application and all its services located in the YAML file. Here’s how it works.

STOCK HOLD
Claire D. Costa Claire D. Costa
Updated on October 15, 2024

11 Python Cheat Sheets Every Developer Should Know

These 11 Python cheat sheets will provide useful references for beginners and advanced developers, along with lowering the entry barrier for newcomers.

Image: Shutterstock / Built In
Margo Steines Margo Steines
Updated on October 14, 2024

32 Companies Hiring AI Engineers

These companies are looking for AI engineers who can help them leverage the swiftly evolving technology across a wide range of applications.

Photo: Shutterstock
Michael Galarnyk Michael Galarnyk
Updated on October 11, 2024

Python Lists and List Manipulation, Explained

Python lists store an ordered collection of items that can be of different types. After defining a list, it’s possible to update the individual items in a list. Here’s how.

Image: Shutterstock / Built In
Jesús Adrián Montesinos Correa Jesús Adrián Montesinos Correa
Updated on October 10, 2024

How to Include Side-by-Side Images in LaTeX

LaTeX is a typesetting document system used to create technical documents. Images can be added to those documents using the graphicx package. Here’s how. 

Image: Shutterstock / Built In
Jim Clyde Monge Jim Clyde Monge
Updated on October 10, 2024

How to Install Python on Windows

Python is one of the most popular and widely used programming languages. Learn three different ways to install it on Windows 10. 

Image: Shutterstock / Built In
Ashley Gelwix Ashley Gelwix
Updated on October 10, 2024

Pip Command Not Found on Windows: A Guide

A “pip: command not found” error occurs when you haven’t properly installed the package installer for Python (pip) on your computer. Here’s how to fix it.

Image: Shutterstock / Built In
Luca Liu Luca Liu
Updated on October 10, 2024

How to Fix Error: Externally-Managed-Environment in Pip

Error: externally-managed-environment occurs when a package manager is managing a Python environment, preventing the use of pip. Here’s how to solve it.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on October 10, 2024

What Are Alphanumeric Characters?

Alphanumeric characters are the alphabetical letters and numerical numbers used in a given language.

Image: Shutterstock / Built In
Odumosu Matthew Odumosu Matthew
Updated on October 09, 2024

Object Reference Not Set to an Instance of an Object Error in C# Solved 

In C#, the “object reference not set to an instance of an object” error occurs when you attempt to access a member of an object that is null. Here’s how to fix it.  

Image: Shutterstock / Built In