- 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/).
推薦閱讀
- Visual Basic .NET程序設計(第3版)
- Cocos2D-X權威指南(第2版)
- Instant Typeahead.js
- MySQL數據庫基礎實例教程(微課版)
- Building Serverless Applications with Python
- ASP.NET開發與應用教程
- LabVIEW虛擬儀器入門與測控應用100例
- Extending Unity with Editor Scripting
- Python網絡爬蟲技術與應用
- Everyday Data Structures
- Java EE Web應用開發基礎
- Java程序設計教程
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- ASP.NET jQuery Cookbook(Second Edition)
- Java核心技術速學版(第3版)