Hi everyone! I'm new to programming and started with HTML about 8 months ago. I took a break because my goals have shifted. Now, I want to create an AI program that generates art, like an AI art generator. I know this is a complex task and I'm looking for guidance on what programming language I should start with. Any advice is appreciated, and thanks for your help!
2 Answers
It sounds like an exciting journey! First off, can you clarify what you mean by making an AI? Like, are you looking to build everything from scratch, or are you thinking about using existing tools? Learning AI from the ground up takes a lot of time and effort, especially if you're only starting with HTML. Just a heads-up: you might find it very challenging to make something like that right now without more programming knowledge.
Honestly, if your goal is to create your own AI models, I’d suggest starting with Python. It’s widely used for AI development. Sign up for some basic courses and solve problems on platforms like LeetCode to get comfortable with coding. Python will really help you in the long run!
Thanks! Do you think Python is hard to learn?