- 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/).
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- OpenShift開發指南(原書第2版)
- Ext JS Data-driven Application Design
- AIRAndroid應用開發實戰
- Effective Python Penetration Testing
- 批調度與網絡問題的組合算法
- 深入理解BootLoader
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Developer,Advocate!
- C++ Data Structures and Algorithm Design Principles
- Python程序設計案例教程
- Microsoft Azure Security
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)
- PHP程序員面試算法寶典
- ASP.NET MVC 4 Mobile App Development