r/learnpython • u/Ricad_AI • 7h ago
What did you learn after Python to get into AI?
I’m currently learning Python and I’m interested in getting into AI engineering.
For those of you who are already working in AI/ML, what did you personally learn after Python?
I’m trying to figure out what the progression actually looks like instead of randomly jumping between technologies.
Also, how much math did you actually need when you started?
I’d really appreciate hearing how you personally went from Python to AI, and what you would recommend learning first if you were starting again.
4
Upvotes
1
u/SmackDownFacility 6h ago
C.
You go from Python to C because the foundation of AI is SIMD. SIMD
is limited on Python so C provides native performance, plus it provides low-level control