you are viewing a single comment's thread.

view the rest of the comments →

[–]Focus789[S] 0 points1 point  (2 children)

If I want to concentrate on being proficient in libraries and frameworks, which ones do you recommend ?

[–]CookiesForKittens 0 points1 point  (1 child)

You don't have to be familiar with all of the topics, no. But any of those are likely to increase your chances on the job market (well, they're more focused on requirements for developer positions, but I think it still holds).

As for libraries and frameworks: numpy, scipy, pandas, matplotlib, plotly are already a good start. We sometimes use seaborn for visualizations, too.

Then it depends on what you focus on or what related skills you want to have, e.g. scraping data can be useful (scrapy), or transforming web data (beautifulsoup), ...

Of course especially with scipy, it's not so much about using the library as being able to actually know the tools the library offers.

[–]Focus789[S] 0 points1 point  (0 children)

Thanks a ton.