I am learning python and django. I need to make extensive material for data analysis, statistics, AI and data mining. Many libraries are available. so I want to know which SET I should learn. I currently have the following SET in My Mind.
- Parsing: beautiful soup
- Search Engine: Whoosh (will it crawl and index the site or not?)
- AI: PyBrain
- Data Mining: Orange (I'm not sure if this is anything else)
So, I want to know if there is anything else I need to know for these fields. Or some libraries that someone tried. I basically want libraries that I can use from inside Django, I don't need different structures for them.
source
share