- 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.
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 大學計算機應用基礎實踐教程
- INSTANT Weka How-to
- 你必須知道的204個Visual C++開發問題
- Building a Quadcopter with Arduino
- R Deep Learning Cookbook
- Unity 2D Game Development Cookbook
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- 軟件供應鏈安全:源代碼缺陷實例剖析
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Geospatial Development By Example with Python
- Web開發的平民英雄:PHP+MySQL
- Flink入門與實戰
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- C語言程序設計實驗指導教程