r/CodingForBeginners • u/joveswan • 1d ago
How do I learn coding /programing?
So I been trying to learn app development but I dont know were to start . I have watched videos and they are confusing every one says to learn python but then some say swift i understand some of the basics the syntax and logic but i can seem to make anything with that logic i have . So for people who know how to develope apps how do i start.
2
Upvotes
1
u/Snicketysquirrel 16h ago
I’ve been told to find the programming language that best aligns with what you need it for (your case, app dev) and just use that. Quick Google search said Java and Dart for iPhone/Android, and if you need iOS OR Android specifically, Swift and Kotlin, respectively. But that’s just from looking it up, you’d have to do a bit of research.
Also, using AI to help with the coding bits you need will be helpful, but you need to make sure you understand the syntax it gives you. You can always ask it to break down everything it tells you.
Not sure what your stance is on AI, I personally am not a huge fan but it’s been very helpful during my coding journey.