Damus
nobody · 134w
AI produces garbage code. I wouldn't advise you to start from there with zero knowledge
Byrger Tidesson · 134w
try to ask the AI to solve very simple tasks in the programming language you want to learn. ChatGPT usually explain what the code does, anyway I'm not sure this is a good way to learn programming. Maybe you'll get ro write code but your knowledge will be very superficial. if you want to get serio...
LWB · 134w
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 · 134w
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 · 134w
Maybe try asking chat got where to start?
stacktoshi ๐Ÿš€ โˆž/21m · 134w
Why do you want to code?
Joseph Shaw · 134w
Learning to code is easy, learning to code well is hard.
Melvin Carvalho · 134w
- 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...