Converting to PigLatin with Python
The challenge
Move the first letter of each word to the end of it, then add “ay” to the end of the word. Leave punctuation marks …
Read Article →In-depth guides, insights, and best practices for modern software engineering
Move the first letter of each word to the end of it, then add “ay” to the end of the word. Leave punctuation marks …
Read Article →Sheldon, Leonard, Penny, Rajesh and Howard are in the queue for a “Double Cola” drink vending machine; there are no other …
Read Article →Write a function, which takes a non-negative integer (seconds) as input and returns the time in a human-readable format (HH:MM:SS)
HH = …Your task is to create a function that turns a string into a Mexican Wave. You will be passed a string and you must return that …
Read Article →This multiples of 3 and multiples of 5 challenge is a variation of the common FizzBuzz question.
If we list all the natural numbers …
!--> Read Article →Let’s make it so Bob never misses another interesting number. We’ve hacked into his car’s computer, and we have a box …
!--> Read Article →Given an array (arr) as an argument complete the function countSmileys that should return the total number of smiling faces.
Rules for a …
Read Article →Complete the method/function so that it converts dash/underscore delimited words into camel casing. The first word within the output …
Read Article →Basic instructions on how to set up an SSH server on an Ubuntu 16.04/18.04 EC2 instance.
sudo adduser testuser
Using Python, we want to convert words into numbers. In this challenge, we will explore how to convert a string into an integer.
The strings …
Read Article →Given the triangle of consecutive odd numbers:
1
3 5
7 9 11
13 15 17 19
21 23 …
Read Article →
You probably know the “like” system from Facebook and other pages. People can “like” blog posts, pictures or …
Read Article →