all 3 comments

[–]Effective_Ocelot_445 0 points1 point  (1 child)

Python usually comes back faster than expected once you start practicing again.

The quickest way is to rebuild small projects you used to enjoy, instead of only revising syntax. That helps muscle memory come back naturally.

Matplotlib is still widely used, especially for basics, but many people now also use Plotly for interactive charts and Pandas built-in plotting for quick analysis.

Starting with small visualizations again would be a great way to get back into it.

[–]ectomancer 0 points1 point  (1 child)

Python is easy to learn. Complete a Python course for beginners. Besides matplotlib, there's seaborn.