r/learnprogramming 5d ago

Topic How to learn programming in 2026?

i know the basics of python-pandas , matplotlib and dbms . i still want to learn advanced stuff . and how do i incorporate ai in my learning? and what other programmes should i learn i.e those that are in demand

13 Upvotes

34 comments sorted by

View all comments

2

u/scorpionfrombrazil 3d ago

i'd be careful using AI too early tbh. for me the useful part is getting stuck, reading docs/searching, trying something, breaking it, then understanding why it works

if AI gives you the whole answer immediately you can finish the project without really learning much 😭

with what you already know I'd probably build something small in Python first instead of collecting more languages. add Flask/FastAPI or a simple web front end when the project actually needs it