Found a data engineering challenge or participated in a selection process ? Share with us!
-
Updated
Oct 17, 2022 - Python
Found a data engineering challenge or participated in a selection process ? Share with us!
Solving codeChef challenges to improve my python skills! 🐍
Collection of solution to code problems.
hackerRank! To learn new programming techniques and to be a part of an active community! 💡🗣
Solving the addictive projectEuler puzzles to quench my programming thirst! 👨🏻💻
over_nine_thousand() takes a list of numbers named lst as a parameter. It sums the elements of the list until the sum is greater than 9000. When this happens, the function should return the sum. If the sum of all of the elements is never greater than 9000, the function should return total sum of all the elements. If the list is empty, the functi…
python 🐍 code challenges from the w3resource.com website
Data Structure and Algorithms in Python - Based on Learning Enhancement Approaches
Add a description, image, and links to the code-challenge-practice topic page so that developers can more easily learn about it.
To associate your repository with the code-challenge-practice topic, visit your repo's landing page and select "manage topics."