Hey everyone! I'm looking to kick off my programming journey and I'm thinking of starting with Python. I have a few questions that I'd love some input on: 1. Is Python a solid choice to begin with, or should I consider starting with a different language? 2. Is Google's Crash Course on Python a good resource for beginners? 3. What's the best IDE for coding in Python? Specifically, is VS Code a good option? Thanks for any advice you can share!
4 Answers
Google's Crash Course is a decent pick for getting started. However, everyone learns differently, so you might want to explore a few resources. There's a great wiki on learnpython that lists various courses and materials, so check that out. Just be careful about paid courses - sometimes they aren’t necessary at the start!
As someone working in tech, I’ll say that learning the basics is crucial. Even though AI is changing coding, understanding syntax will help you work better with AI tools down the line, so don’t rush into just relying on those. Take your time to learn the fundamentals!
Definitely start with Python. It’s very beginner-friendly and a great first language. If you're curious about other options, languages like C, Java, or JavaScript can also be good picks depending on what you want to accomplish. Each language has its charm!
I think VS Code is perfectly fine for Python, but don't overlook PyCharm. PyCharm is packed with features designed for Python development, making it super helpful. For a more casual approach, VS Code is great because you can tailor it to your needs as you learn. But hey, consider getting a physical book too! It can really help reinforce your understanding while you practice.

Totally agree, I want to grasp the basics first before jumping into AI! Thanks for the perspective!