I've just started learning coding about two weeks ago and have grasped some basics in Python like variables, lists, loops, functions, classes, objects, and modules. I've even started working on mini projects! Recently, I attempted to create a simplified version of Twitch that includes a chat feature for random messages, a live timer, and an option to type in messages. However, when I sought advice from an AI on my code, it suggested multiple libraries to use. I'm wondering if it's advisable to rely on AI for coding tips at this early stage, or if that could hinder my learning. What do you think?
5 Answers
While it's okay to consider using libraries, just make sure you're comfortable with the basics first. Using libraries might get confusing at this point. When exploring suggestions from AI, double-check their credibility to ensure you're on a safe path!
Two weeks in, it might feel too ambitious to create something big. Don’t stress about it—focus on the basics first. Major projects can come later! Remember, it took years to develop platforms like Twitch. Embrace the learning journey instead.
You can use AI to learn about functions, but make sure you fully understand them before using them in your code. Also, if you do choose to use AI recommendations, don't just copy-paste; type things out manually to reinforce your understanding.
I think it's a bit early to be using AI for help. Since you're still getting the basic concepts down, it might be hard to evaluate whether the AI's suggestions are correct. Stick to learning for now!
AI can be like your learning buddy. It can assist you, but you're the one who needs to drive your own learning. Treat AI as a tool to support you rather than as a primary source of knowledge.

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