HACKER Q&A
📣 jerawaj749

Any resources for learning Python and NLP in short time?


Any resources for learning Python and NLP in short time?


  👤 not_your_vase Accepted Answer ✓
Regarding Python: Official Python docs are actually very readable, and give quite a kickstart in a short amount of time: https://docs.python.org/3/tutorial/index.html

👤 allan666
python is relatively simple. But what matters is what you need to do with python. Different uses mean you need to learn to use different python libraries. NLP is a much bigger field and requires a lot of prior knowledge, which I'm starting to learn now. My approach is driven by requirements. That is, I need to accomplish a certain function, find the general idea from the internet first, and then go learn the corresponding technology.

👤 JSDevOps
How quick? Also what do you mean NLP? As in …

https://en.wikipedia.org/wiki/Neuro-linguistic_programming

Learning NLP will take you along time on its own. Possibly even years.

What’s your Python experience so far?


👤 matltc
Kaggle Mlcourse.ai