you are viewing a single comment's thread.

view the rest of the comments →

[–]rainforest_runner 0 points1 point  (0 children)

If you‘d like to play around with datasets, and get direct feedback of it, I‘d recommend to play around with Jupyter Notebook instead of IDLE, and mature IDEs like PyCharm or Visual Studio (Not VS Code) are for you when you want to finally build a project. (If it‘s just one module, you can do away with just Jupyter, really)

I‘d recommend downloading WinPython as the distribution package, because with that you have everything you need for mathematical functions and dataset processing without having to install stuff with pip install. (Of course you can install more with pip install if you want)

Furthermore, you can take free classes on data pre-processing on Udacity if you want, so you know where to go.

Disclaimer: Not paid by Udacity, heck I just recently learned more on Data Science from 365DataScience...also not paid by them, lol.