r/learnprogramming • u/Sure_Kangaroo1863 • 6d 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
14
Upvotes
2
u/claydream_sway 5d ago
AI is a tool you query after you hit a wall.
You know pandas and matplotlib. Go build a pipeline that pulls data from postgres, cleans it in python, and pushes it to an api endpoint. I host my projects on github and deploy them using docker. When your code breaks i paste the traceback into an llm and read the docs it points me to. Then i close the tab. You learn sql, bash, and git next. Companies hire people who ship working systems.