- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 121字
- 2021-07-15 17:24:53
Getting started with the toolset
Once you set up the whole environment, you can create your first project. If you use Linux or macOS machine, you can open a terminal and go to your working directory. Then, use the following command to create your project directory:
mkdir myproject
On Windows machines, you can create the directory in the usual way without terminal.
At the same time, we initialize an empty repository in Git (in terminal on Linux or macOS, or in Git bash on Windows):
cd myproject
git init
Then, you can open your directory in Sublime Text 2 using its GUI (Graphical User Interface) and create your first Python file. Now it's time to start working on a real project.
推薦閱讀
- Photoshop智能手機APP UI設計之道
- JavaScript+jQuery開發實戰
- Wireshark Network Security
- Full-Stack React Projects
- Python機器學習編程與實戰
- C#程序設計基礎:教程、實驗、習題
- 零基礎輕松學SQL Server 2016
- SQL Server與JSP動態網站開發
- 常用工具軟件立體化教程(微課版)
- Python極簡講義:一本書入門數據分析與機器學習
- Java零基礎實戰
- 大話Java:程序設計從入門到精通
- Clojure for Java Developers
- SignalR:Real-time Application Development(Second Edition)
- Python大規模機器學習