- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 161字
- 2021-07-15 17:24:52
Defining Python
Python is one of the most common programming languages among data scientists, along with R. The main advantage of Python is its flexibility and simplicity. It makes the data analysis and manipulation easy by offering a lot of packages. It shows great performance in analyzing unstructured textual data and has a very good ecosystem of tools and packages for this purpose.
For the purposes of the book, we have chosen Python 3.5.2. It is the most up-to-date version, which implements many improvements compared to Python 2.7. The main advantage in text analysis is an automatic management of Unicode variables. Python 2.7 is still widely used by programmers and data scientists due to a big choice of external libraries, documentation, and online resources. However, the new version has already reached a sufficient level of compatibility with packages, and on top of it, offers multiple new features.
We will use the pip command tool for installation of all libraries and dependencies.
- SoapUI Cookbook
- 數據庫原理及應用(Access版)第3版
- Docker進階與實戰
- Mastering Python Scripting for System Administrators
- 實戰Java程序設計
- PySide GUI Application Development(Second Edition)
- .NET 3.5編程
- 區塊鏈技術進階與實戰(第2版)
- Scala Data Analysis Cookbook
- Kivy Cookbook
- 深入實踐Kotlin元編程
- Python趣味編程與精彩實例
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Hands-On Robotics Programming with C++
- Offer來了:Java面試核心知識點精講(框架篇)