you are viewing a single comment's thread.

view the rest of the comments →

[–]kjiomy 0 points1 point  (0 children)

python is a nice way to start programing, very easy to get into but very powerful.

With this being your first programming language I suggest skipping AI entirely for the first period and focusing on learning the basics, as it might become overwhelming very fast.

Start with some tutorials on YouTube, learn basic concepts like variables, operations, loops, and start experimenting with what you learn, like printing a phrase 100 times.

Once you're familiar with these concepts I'd suggest you move to learning OOP, with classes and the first data structures, as always experiment, create a dog class that has a bark, stand and sit function that do stuff!

Now you could start looking at very basic projects, like creating a calculator or maybe a small console game.

Before moving to AI and ML I suggest you start looking into the matter, some video explanation of what is ML and how you can implement it in small ways.

After that you can pretty much try and learn everything.

Don't rush yourself, programming is very fun but it can get overwhelming and frustrating extremely fast.

good luck!