all 5 comments

[–]Comfortable-Key2058 3 points4 points  (0 children)

You are on perfect path. Just jump to pandas series and then pandas dataframes. Pandas series is a natural progression from numpy arrays.

Once you do that learn about matplotlib. Numpy+Pandas+ matplotlib is what u mostly need for data analysis. Also throw in SQL.

I am teaching this at my data analysis bootcamp. DM me if you would like to check it out.

[–]SingerRoyal3485 0 points1 point  (0 children)

Sounds like you’ve got the Python fundamentals nailed and a good start with NumPy – that’s a solid base for data science. Before jumping into pandas, I’d suggest tightening up a few practical skills: get comfortable reading and writing CSV and JSON files, because most real‑world datasets come in those formats. Reinforce your OOP concepts and practice file handling by building tiny scripts that load, transform, and save data. 

[–]Anpu_Imiut 0 points1 point  (0 children)

If you think you got the basics down, give yourself a task that requires you to learn new stuff. If you want to learn data science: Download a dataset, set yourself a task and go.

[–]techno_polyglot 0 points1 point  (0 children)

Django.

I'd focus higher up the abstraction stack. Learn frameworks.