Coding Challenge

How #100DaysOfCode has changed my life?

It was April 22, Friday, 2022. It seems that it will be the next typical day of my life. When I was scrolling on my Twitter account, I came across people who actually coded every day, just by tweeting about…

HOW TO FIND THE SUM OF EVEN FIBONACCI NUMBERS USING PYTHON (#2 PROJECT EULER)

Today, we are considering the second problem in Project Euler using Python where we find the sum of even Fibonacci numbers whose values do not exceed 4 million. First of all, let’s define a problem below: PROBLEM 2        Each new…

AMAZING CODING CHALLENGE IN PYTHON TO TRY TODAY (2021)

I started my journey with Python a couple of months ago and here I am – ready for my first coding challenge. WHAT IS PROJECT EULER? Today, we are exploring a Project Euler – Amazing Coding Challenge which allows us…