More Python libraries!
I installed some new Python libraries and restructured the Python libraries documentation page. Some highlights
- Gensim is “Topic Modelling for Humans”. Read the introduction to the documentation. I’m looking for an excuse to play with it.
- unidecode transliterates Unicode into ASCII. It’s helpful for things like making column names.
- Beautiful Soup 4 beta (It’s a separate package from Beautiful Soup 3, so Beautiful Soup 3 still works.)