#python-projects
Read more stories on Hashnode
Articles with this tag
Beginner and Intermediate Python Projects · The Engineering Career Expo (ECX) started its ECX 30 days of code and design on Tuesday, 5 April 2022 in 8...
ECX 30 Days of Code and Design Day 10 USSD Bank Service Task Create a mock USSD service that takes users' input and provides appropriate...
ECX 30 Days of Code and Design Day 8 Caesar Cipher A Caesar cipher is an ancient form of encryption. It involves taking a text (a string) as input and...
Mad Libs is a word game which consists of blanks with keywords underneath for the players to fill. The keywords could be a ‘noun’, ‘pronoun’, ‘place’,...
ECX 30 Days of Code and Design Day 7 Wordle Wordle is a single-player game, in which a user is required to guess a 5-letter hidden word in 6...
ECX 30 Days of Code: Day 1 List to Set Task Create a function that takes in a list as input, and returns (and prints) a new list with all repetitions...