- Mastering Social Media Mining with Python
- Marco Bonzanini
- 123字
- 2021-07-14 10:49:09
What you need for this book
The code examples provided in this book assume that you are running a recent version of Python on either Linux, macOS, or Windows. The code has been tested on Python 3.4.* and Python 3.5.*. Older versions (Python 3.3.* or Python 2.*) are not explicitly supported.
Chapter 1, Social Media, Social Data, and Python, provides some instructions to set up a local development environment and introduces a brief list of tools that are going to be used throughout the book. We're going to take advantage of some of the essential Python libraries for scientific computing (for example, NumPy, pandas, and matplotlib), machine learning (for example, scikit-learn), NLP (for example, NLTK), and social network analysis (for example, NetworkX).
推薦閱讀
- 計算機網絡
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Learning ROS for Robotics Programming(Second Edition)
- Rust編程從入門到實戰
- C語言程序設計基礎與實驗指導
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- 數據結構與算法JavaScript描述
- The DevOps 2.4 Toolkit
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Python Data Science Cookbook
- Lift Application Development Cookbook
- Python函數式編程(第2版)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Android應用開發攻略
- Mastering JavaScript Promises