Damus
nobody · 160w
AI produces garbage code. I wouldn't advise you to start from there with zero knowledge
LWB · 160w
Literally ask ai to teach you from 0 in multiple lessons. Start with Python, it's easier and it's used world wide for a bunch of stuff. Ask it to start from scratch, it will follow you step by step.
henmeh · 160w
my experience is as soon as your program becomes more complex chatgpt gjves you code that does not work without debugging. so better learn coding the normal way. you need to know it anyway.
Fat Bear · 160w
Maybe try asking chat got where to start?
Joseph Shaw · 160w
Learning to code is easy, learning to code well is hard.
Melvin Carvalho · 160w
- Use GPT4 https://chat.openai.com/ - Learn javascript and html - Make your first web page - Learn git and github - Save your page there - Keep asking chatGPT for ideas - Master this and get faster at it These basic technologies can take you a long way. In fact you may never need anything more oth...