I'm just starting out with Python and feeling a bit lost on where to begin. I need to use Python for automation and also for a project involving some AI components. Since I'm completely new to programming, I'm looking for guidance on what I should focus on first. Any advice would be really appreciated!
3 Answers
It's great that you're starting with Python! Before diving in, think about your current programming skills. If you're completely new, you might want to check out "Automate the Boring Stuff with Python." It's a free e-book that's perfect for beginners and teaches automation. Also, for the AI part, understanding how to use API endpoints with a service like ChatGPT could be really useful. Look up resources on JSON and RESTful APIs as they are key for working with AI.
I agree, that book is super helpful for starting automation.
Just a heads up: don't rush into complex topics! Start with the basics of Python first. Then, once you're comfortable, explore automation and AI. If you need math for AI, there are tons of resources that simplify those concepts too. It's all about pacing yourself!
Totally agree, mastering the basics first makes everything else easier later.
When you mention "AI stuff," are you looking to build models or just use existing ones? If it's the latter, many users get into APIs like OpenAI's. Also, for learning Python, consider watching some beginner videos on YouTube to get a feel for coding in general. The landscape can be overwhelming, so take your time to find what suits your needs best.
I really just need to use existing models for my project. Thanks for clarifying!
Thanks for the ebook recommendation! I'll check it out!