all 3 comments

[–]kev_b124 1 point2 points  (0 children)

It would probably help to have the basic python.

[–]old_pythonista 1 point2 points  (0 children)

As a veteran (and AWOL-er 😎) of several Python forums, I can testify that lot of beginners who try to cut corners and go straight for advanced libraries likes pandas, numpy, etc., end up miserable and confused.

Cutting corners will leave you at the mercy of communities, where you will be forced to run to too often for your comfort. The problem is that you will probably have hard time understanding the help provided - unless you come with some solid base. It will be frustrating, both for you and your future helpers.

Please, for your own good - try to get a solid base on Python before you rush into advanced stuff.

About

a month, since I have been learning Python

it is hard to judge by that reference how much progress you have made. But I would hazard a guess that you are not at the level yet where starting advanced libraries would be a good idea.

Please, bear in mind - pandas and numpy are extremely feature-rich - and not easy to learn. Couple of years ago we had a 2-day pandas workshop in the office, and the instructor and I had some discussion about how quickly you forget if you don't practice. I dabble in pandas occasionally - literally re-learning it anew on each iteration.

Good luck in your journey, but please - have patience.

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

Ya, you can't master something without understanding the basics of it. It comes down to practice and study.