DEV Community

Sareena Rahim
Sareena Rahim

Posted on • Edited on

Is It That Simple… Or Am I That Dumb?

Somewhere in the middle of that day, I started thinking: maybe this just isn’t for me.

I had just started learning SQL and wanted to understand how people actually work with data.Not in theory, not in a tutorial. Real data.

So I found a waste management dataset in Excel and decided to analyze it with Python.

I started with a little confidence. And a little nervousness.
The kind of mix you feel when you're trying something new and you're not sure yet which one is going to win.

It started normally...

Open Excel.
Look at the data.
Go to PyCharm.
Write something.
Run it.

Wrong output.

Go back to Excel.
Look again.
Change the code.
Run it again.

Still wrong.

I took a break. Came back. Tried something different.

Still wrong.

When nothing connects

There’s a thing that happens when you’re learning to code.

You don’t need a big breakthrough to keep going.
You just need a small dot to connect.

One tiny thing that works.Something that tells you: you’re on the right track, keep going.

But when you keep trying and nothing connects.Not even a small dot.Something shifts inside you.

It stops feeling like debugging.

It starts feeling like confirmation.

Maybe this just isn’t for me.

And then… it worked

At some point ,I wasn’t even tracking time anymore. it worked.

The output was exactly what I wanted.

My first thought wasn’t relief.
It wasn’t pride.

It was:

Is it that simple… or am I that dumb?

I sat with that for a moment.

Both felt true at the same time.

What I didn’t notice until later

I still don’t have a clean answer to that question.

But something happened that day that I only understood much later.

I didn’t close the laptop.
I didn’t walk away.
I just kept going.

Top comments (0)