Software Engineering Perspectives Articles

Sorted By: Most Recent
Giorgos Myrianthous Giorgos Myrianthous
Updated on October 24, 2024

What Does “If __name__ == ‘__main__’” Do in Python?

__name__ is a special variable in Python. “If __name__== ‘__main__’” is a conditional statement that tells the Python interpreter under what conditions the main method should be executed.

Image: Shutterstock / Built In
Kay Jan Wong Kay Jan Wong
Updated on October 24, 2024

Python Tree Implementation: A Guide

Trees are non-linear data structures that store data hierarchically and are made up of nodes connected by edges. Here’s how to implement it in Python using bigtree.

Image: Shutterstock / Built In
Anmolika Singh Anmolika Singh
Updated on October 24, 2024

Gale-Shapley Algorithm Explained

The Gale-Shapley algorithm is a deferred acceptance algorithm used in matching theory to solve the Stable Marriage Problem. Here’s how it works and how to apply it in Python.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on October 24, 2024

What Is an Algorithm?

Algorithms provide computers with instructions that transform data into usable knowledge. Here’s an in-depth look at how algorithms work, common types of algorithms, real-life examples and ways to analyze them.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on October 24, 2024

What Are Python Algorithms?

Python algorithms provide a detailed set of instructions by which you can process data for a specific purpose. The most well-known are sorting and graph.

Image: Shutterstock / Built In
Wisdom Nwokocha Wisdom Nwokocha
Updated on October 23, 2024

Why Technical Writing Is Key to Product Success

Technical writing can be a strategic asset in a product’s success. Here’s why technical writers should be integrated into product development early and often.

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

33 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
Margo Steines Margo Steines
Updated on October 22, 2024

8 Largest Software Companies

These software companies build programs and applications for computers, mobile phones and other devices.

Photo: Shutterstock
Vasu Sattenapalli Vasu Sattenapalli
Updated on October 17, 2024

What Should You Look for When Hiring a Prompt Engineer?

The burgeoning field of prompt engineering requires a specialized set of tools bridging both technical and soft skills. Our expert explains what to look for.

Image: Shutterstock / Built In
Metin Kortak Metin Kortak
Updated on October 17, 2024

How to Fix SSH ‘Connection Refused’ Error

An SSH ‘Connection Refused’ error occurs when an attempt to connect to a remote server is denied, leading to significant security vulnerabilities. Here’s how to fix it.

STOCK HOLD