- ArcPy and ArcGIS:Geospatial Analysis with Python
- Silas Toms
- 152字
- 2021-07-23 20:23:06
Chapter 2. Configuring the Python Environment
In this chapter, we will configure both Python and our computer to work together to execute Python scripts. Path variables and environment variables will be configured to ensure that import statements work as expected, and that scripts run when they are clicked on. The structure of the Python folder will be discussed, as will the location of the ArcPy module within the ArcGIS folder structure. We will also discuss Integrated Development Environments (IDEs), programs designed to assist in code creation and code execution, and compare and contrast existing IDEs to determine what benefits each IDE can offer when scripting Python code.
This chapter will cover:
- The location of the Python interpreter, and how it is called to execute a script
- Adjusting the computer's environment variables to ensure correct code execution
- Integrated Development Environments
- Python's folder structure, with a focus on where modules are stored
推薦閱讀
- Oracle BAM 11gR1 Handbook
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- MATLAB 2020從入門到精通
- Mastering Android Game Development
- 第一行代碼 C語言(視頻講解版)
- 零基礎學C語言第2版
- Visual Studio Code 權威指南
- scikit-learn Cookbook(Second Edition)
- 面向對象程序設計及C++(第3版)
- Python高性能編程(第2版)
- Android開發進階實戰:拓展與提升
- 讀故事學編程:Python王國歷險記
- Leaflet.js Essentials
- 基于Docker的Redis入門與實戰
- Developing RESTful Web Services with Jersey 2.0