- 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/).
推薦閱讀
- C語言程序設計(第3版)
- Android項目開發入門教程
- Functional Programming in JavaScript
- Java Web應用開發技術與案例教程(第2版)
- Learning Apache Kafka(Second Edition)
- Java性能權威指南(第2版)
- Building Minecraft Server Modifications
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Zabbix Performance Tuning
- Deep Learning with R Cookbook
- Android Studio Cookbook
- Instant Automapper
- Learning ECMAScript 6
- The Applied Data Science Workshop
- Mastering Machine Learning with scikit-learn