- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 122字
- 2021-07-02 21:09:34
Downloading and installing Python
The topic of this section is downloading and installing the Python runtime and standard library. For this, let's first take a look at the download page, https://www.python.org/, which is, of course, the authoritative place to find Python. You will learn a little bit about which versions of Python exist and the one we should choose for this book. Then, we'll move on to how to set up Python for this book. Finally, we'll check that everything worked the way we wanted.
Before we can really begin working with Python, we need to make sure we've got the language interpreter and libraries properly installed. The first step for that is to decide which version of the language to install.
推薦閱讀
- Python自動化運維快速入門(第2版)
- Learning C++ Functional Programming
- Learning ArcGIS Pro
- Getting Started with SQL Server 2012 Cube Development
- C語言程序設計
- Mastering Apache Spark 2.x(Second Edition)
- Symfony2 Essentials
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- C#程序設計教程(第3版)
- Java程序員面試筆試寶典(第2版)
- 黑莓(BlackBerry)開發從入門到精通
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- Web前端開發精品課:HTML5 Canvas開發詳解
- Django 3 Web Development Cookbook
- Python程序設計案例教程