How to Remove Newlines from a List

Problem Formulation and Solution Overview In this article, you’ll learn how to remove the newline character from list elements in Python. To make it more fun, we have the following running scenario: Watts Security has contacted you for assistance. They have been given a flat file containing user account breaches. Upon review, they notice each … Read more

How to Create a List of the Alphabet

Problem Formulation and Solution Overview In this article, you’ll learn how to create a list containing the alphabet in Python. To make it more fun, we have the following running scenario: Ms. Smith, a Grade 2 teacher at Oakwood Public School, wants to strengthen her student’s Alphabet skills and needs your help. She would like … Read more

Cappuccino Developer – Income and Opportunity

Before we learn about the money, let’s get this question out of the way: What Is Cappuccino? Let’s have a look at the definition from the official Cappuccino website (highlights by me): Cappuccino is an open-source application framework for developing applications that look and feel like the desktop software users are familiar with. Cappuccino is … Read more

How to Sort a List of Tuples by Second Value

Problem Formulation and Solution Overview In this article, you’ll learn how to sort a list of tuples by the second value in Python. To make it more fun, we have the following running scenario: BridgeTech is a bridge restoration company. They have asked you to sort and return the Top 10 elements from the Periodic … Read more