Am I coding too slowly for just starting out?

0
1
Asked By CodingNinja27 On

I recently began learning Python about three days ago. I started with some YouTube videos covering the basics, and then I moved on to practice exercises on a site called Genepy. At first, things went smoothly, but now I'm tackling more complex problems. It took me about 2.5 hours to code a function named 'from_roman_numeral,' and it felt a bit discouraging since the final code looked so short. I'm wondering if this means I'm slow, or if this is normal for someone just starting out?

3 Answers

Answered By BuildItUp22 On

You're not slow at all for someone who just started! In fact, it sounds like you're progressing quite well. The length of your code isn't what matters; writing clear and concise code is more important. Keep pushing through, and enjoy the journey!

TechGeek42 -

Definitely! Sometimes it takes longer to arrive at a simple solution, and that's just part of the learning curve. Embrace the challenge!

Answered By PythonPal85 On

There’s no need to worry about speed right now. Even if it took you all day to get it right, that's perfectly fine at this stage. Focus on understanding how to develop algorithms and write code logically rather than rushing to write long lines of code. You'll get quicker with time!

Answered By ChillCoder99 On

Hey, you've only been coding for three days! It's totally normal to take time figuring things out. Just keep practicing and you'll get faster with experience. Everyone learns at their own pace, so don't sweat it!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.