- Mastering Social Media Mining with Python
- Marco Bonzanini
- 193字
- 2021-07-14 10:49:12
Summary
This chapter introduced the different aspects of a multifaceted topic such as data mining applied to social media using Python. We have gone through some of the challenges and opportunities that make this topic interesting to study and valuable to businesses that want to gather meaningful insights from social media data.
After introducing the topic, we also discussed the overall process of social media mining, including aspects such as authentication with OAuth. We also analyzed the details of the Python tools that should be part of the data toolbox of any data mining practitioner. Depending on the social media platform we're analyzing, and the type of insights that we are concerned about, Python offers robust and well-established packages for machine learning, NLP, and SNA.
We recommend that you set up a Python development environment with virtualenv
as described in pip and virtualenv section of this chapter, as this allows us to keep the global development environment clean.
The next chapter will focus on Twitter, particularly discussing on how to get access to Twitter data via the Twitter API and how to dice and slice such data in order to produce interesting information.
- Learning Neo4j
- C語言程序設計習題解析與上機指導(第4版)
- Instant Apache Stanbol
- Mastering OpenCV Android Application Programming
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Mastering Predictive Analytics with Python
- 學習正則表達式
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- 51單片機C語言開發教程
- 軟件測試教程
- JSP程序設計實例教程(第2版)
- Elasticsearch Essentials
- 貫通Tomcat開發
- INSTANT Apache Hive Essentials How-to
- 實戰Python網絡爬蟲