Hey everyone! I'm a content writer looking to upgrade my skills and transition into software development. I've started learning HTML and have some resources lined up like a web design course on Coursera and a full stack developer course from freeCodeCamp, along with various YouTube tutorials to boost my knowledge. I'm feeling a bit confused, though. Should I continue with HTML, or would it be better to dive into Python right now? My ultimate goal is to become a software developer, and I'd love to hear any advice or insights you might have!
5 Answers
You can definitely learn both HTML and Python without too much trouble at the start! Just remember that while HTML is essential for web pages, you don't need to master it since frameworks like React are more advanced and useful. Python is super important across the board, so I recommend focusing on that alongside the basic HTML. Oh, and check out some free MIT courses online for more insights! Good luck!
Just a heads up, HTML is a markup language, not a programming language. You can learn it alongside any programming language. If you want to create web applications, HTML + CSS + JavaScript is a solid combo.
If you're self-taught, check out The Odin Project! It's great for getting hands-on experience. It’s perfect for beginners and covers both the basics and more advanced topics.
Although HTML is important for front-end development, it's just markup. I suggest diggin' into Python first since it helps you understand programming concepts better. You could quickly learn the essentials of HTML and then shift to Python for actual coding skill development!
HTML isn't that practical on its own. I would recommend at least picking up CSS and JavaScript with it. But for a solid base in software development, prioritize learning Python—it’s so versatile and helps in many areas like backend development, data science, and automation!

Totally agree, The Odin Project is a gem!