#python3
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...
Intermediate Python Project · The timed mental maths game is aimed at testing our maths capabilities. The game is in five levels and at each level, the...
Intermediate Python Project · ECX 30 Days of Code and Design Day 30 Sudoku Solver Task Write a function that takes in a 9×9 array of numbers. Let this...
ECX 30 Days of Code and Design Day 29 GPA Calculator Task Write a function that: Takes as parameters, a list of tuples containing grades and their...
ECX 30 Days of Code and Design Day 25 Binary Search Algorithm Task Binary search is a basic algorithm used to find the position of a target value...
ECX 30 Days of Code and Design Day 24 Bubble Sort Task Bubble sort is a basic algorithm for sorting (rearranging in ascending or descending order)...