- Hands-On Enterprise Automation with Python.
- Bassem Aly
- 143字
- 2021-06-18 19:22:22
Setting Up Our Python Environment
In this chapter, we will provide a brief introduction to the Python programming language and the differences between the current versions. Python ships in two active versions, and making a decision on which one to use during development is important. In this chapter, we will download and install Python binaries into the operating system.
At the end of the chapter, we will install one of the most advanced Integrated Development Editors (IDEs) used by professional developers around the world: PyCharm. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick fixes, automated code refactoring, and rich navigation capabilities, which we will go over throughout this book, as we write and develop Python code.
The following topics will be covered in this chapter:
- An introduction to Python
- Installing the PyCharm IDE
- Exploring some nifty PyCharm features
- TypeScript Blueprints
- Android 9 Development Cookbook(Third Edition)
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Julia Cookbook
- Java程序設(shè)計(jì)
- Nginx實(shí)戰(zhàn):基于Lua語(yǔ)言的配置、開(kāi)發(fā)與架構(gòu)詳解
- MySQL入門(mén)很輕松(微課超值版)
- 編寫(xiě)高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Access 2010數(shù)據(jù)庫(kù)應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- Deep Learning with R Cookbook
- Python商務(wù)數(shù)據(jù)分析(微課版)
- scikit-learn Cookbook(Second Edition)
- Java高級(jí)程序設(shè)計(jì)
- Offer來(lái)了:Java面試核心知識(shí)點(diǎn)精講(框架篇)
- C++服務(wù)器開(kāi)發(fā)精髓