I'm just starting out with Python and I find myself questioning whether the tutorial I'm following covers everything I need to learn. For example, some tutorials only go over a few string methods while others teach a lot more. Should I be worried about missing important information? Should I stick with one tutorial or check out others too?
5 Answers
Just focus on completing one tutorial at a time! After that, you could definitely ask an AI to generate a list of all the string methods and data structures, then you can explore those as needed.
Try not to get stuck in 'tutorial hell.' As a Python developer, you don’t need to memorize every built-in method—just use the documentation as your guide. Once you get a hang of some string methods, dive into the docs to explore others on your own!
You're not alone in this! Most tutorials have a narrow focus, and programming languages often have multiple ways to accomplish tasks, like managing strings or arrays. In addition to following tutorials, keep some reference docs on hand. Looking things up, like "string functions in Python," will help you discover more functionality and deepen your understanding.
It's pretty common for tutorials to only scratch the surface. They usually focus on specific aspects rather than everything you need to know. I actually think it's best to move on from tutorials as soon as you can. Reading the official documentation is super important; it gives you the whole picture of what you can do with Python. Think of tutorials like training wheels—they're useful at first, but you'll want to take them off eventually!
You'll never find one tutorial that covers everything you might need to know—it’s just too vast! When you’re in doubt about what’s available, go to the official documentation; it’s the absolute best resource. Also, I recommend checking out the MOOC "Python Programming 2025" from the University of Helsinki. It's a solid first course that’s free and can really boost your foundation.
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically