#learning-python
Read more stories on Hashnode
Articles with this tag
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...
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)...
ECX 30 Days of Code and Design Day 23 Sieve of Eratosthenes Task The sieve of Eratosthenes is an ancient algorithm for finding all primes less than a...
ECX 30 Days of Code and Design Day 21 Frequency Analyst Task Write a function that takes a string as input and: Returns a dictionary whose keys are...