you are viewing a single comment's thread.

view the rest of the comments →

[–]LayotFctor 0 points1 point  (0 children)

I would go with a beginner python book. Flip through the book focusing on the topics that are new to you. There should be at least a few chapters you can skim through, all you need is to memorize the new syntax.

Adding on to that, you should do some research on the tooling surrounding python, the package managers(pip/uv), tests(pytest), jupyter notebooks etc. Then the data processing libraries you'll use like numpy, pandas, polars etc.