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
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!
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!
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!
Definitely! Sometimes it takes longer to arrive at a simple solution, and that's just part of the learning curve. Embrace the challenge!