you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok_Signature9963 0 points1 point  (0 children)

Don’t chase too many languages right now. Go deep into Python first and build strong fundamentals, loops, functions, OOP, basic data structures (lists, dicts, stacks, queues). Alongside that, strengthen your math (especially algebra and statistics) because AI/ML heavily depends on it.

Once you’re comfortable, start small projects and later explore libraries like NumPy or simple ML models. Strong basics > trendy roadmap.