- Mastering Concurrency in Python
- Quan Nguyen
- 116字
- 2021-06-10 19:23:57
General setup
Let's look at the process of obtaining a Python distribution for your system and an appropriate development environment:
- Any developer can obtain their own Python distribution from https://www.python.org/downloads/.
- Even though both Python 2 and Python 3 are being supported and maintained, throughout this book we will be using Python 3.
- The choice of an integrated development environment (IDE) is flexible for this book. Although it is technically possible to develop Python applications using a minimal text editor, such as Notepad or TextEdit, it is usually much easier to read and write code with IDEs designed specifically for Python. These include IDLE (https://docs.python.org/3/library/idle.html), PyCharm (https://www.jetbrains.com/pycharm/), Sublime Text (https://www.sublimetext.com/), and Atom (https://atom.io/).
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Java多線程編程實戰指南:設計模式篇(第2版)
- 在最好的年紀學Python:小學生趣味編程
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Debian 7:System Administration Best Practices
- Docker進階與實戰
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Mastering Natural Language Processing with Python
- 青少年美育趣味課堂:XMind思維導圖制作
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 嚴密系統設計:方法、趨勢與挑戰
- Linux操作系統基礎案例教程
- 零基礎學單片機C語言程序設計
- Yii Project Blueprints
- HoloLens與混合現實開發