- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 115字
- 2021-07-15 17:24:52
Selecting an IDE
The choice of IDE (Integrated Development Environment) is mostly a matter of personal preferences. The most common choices are PyCharm, Sublime Text, or Atom. PyCharm is a very complete development environment while Sublime Text is a lightweight text editor which allows us to install additional plugins. Its main advantage is the fact that the user can choose the tools that he needs for his development. Atom is the newest software of all three, similar to Sublime Text. It was developed by GitHub and integrates by default the git version control system. In the book, we will use Sublime Text as the simplest and the easiest solution to start data analysis and development.
推薦閱讀
- 自然語言處理實戰:預訓練模型應用及其產品化
- 零基礎搭建量化投資系統:以Python為工具
- Mastering Zabbix(Second Edition)
- Learning Chef
- C#程序設計教程
- HTML5+CSS3網站設計基礎教程
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Learning Python Design Patterns
- Java面向對象程序設計
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- OpenStack Networking Essentials
- Python開發基礎
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 零基礎PHP從入門到精通
- MySQL從入門到精通