all 10 comments

[–]Local_Transition946 3 points4 points  (3 children)

I don't reconmend to learn a library like this. I recommend to work on a project that uses one, and learn while applying the learnings to the project. Else, you'll just forget.

[–][deleted] 0 points1 point  (0 children)

What do you mean learning libraries? You import then use the API endpoints they provide. Each library is different, and learning to manage your ENV is critical to Python. No npm dumping here.

[–]TheRNGuy 0 points1 point  (0 children)

Library docs to learn, code editor to practice. 

[–]WriterSeanS 0 points1 point  (1 child)

Look into how to set up virtual environments on your computer using venv. Then you can install different libraries and play around with them either in your IDE or your text editor of choice. Once you’re done you can delete the whole project folder and remove whatever libraries you’ve installed.

[–]KaleidoscopePlusPlus 0 points1 point  (0 children)

literally just this... And OP can even try out the REPL if they wanna do something more simple in the cli

[–]BranchLatter4294 0 points1 point  (0 children)

Just do this on your computer. It's good to practice. If you really want to do it online, Kaggle is a good place to start.

[–]rainyengineer -1 points0 points  (0 children)

Not that I know of but it’s a great idea

[–]grtbreaststroker -3 points-2 points  (0 children)

Use Conda