Realisation: I can recall C++ basics easily, but struggle with Python and C#

Posted by shionnyyyy@reddit | learnprogramming | View on Reddit | 8 comments

I recently tried coding again after a long break. I noticed something odd:

I could recall basic C++ concepts (loops, simple logic, even rebuilding a pyramid pattern program), but I struggle to remember or use Python or C# even though I’ve tried them before.

It feels like C++ “sticks” better in my head, while Python and C# don’t.

Somehow for me Python starts easy but the learning curve is like exponential and C#...well it's a tad bit confusing for me lol.

Has anyone experienced this? Is it about structure, learning style, or just familiarity?