The Biggest Challenge in #80DaysOfChallenges… is a Lack of Challenges
dev.to·17h·
Discuss: DEV
Flag this post

For the past several weeks, I’ve been running a personal project called #80DaysOfChallenges, a self-imposed journey to write one small Python script every day.

Each challenge is designed to practice logic, algorithms, and clean code, not big frameworks, just pure problem-solving in its simplest form. From string manipulation and recursion to small dynamic-programming problems, each day has been a chance to learn something new and share it publicly.

You can explore everything here: 🔗 GitHub Repository – 80 Days of Challenges


🧠 What It’s About

The goal of this project is simple: consistency through curiosity. Instead of passively consuming tutorials, I wanted to actively build small, self-contained solutions, …

Similar Posts

Loading similar posts...