- Hands-On Enterprise Automation with Python.
- Bassem Aly
- 261字
- 2021-06-18 19:22:24
Installing the PyCharm IDE
PyCharm is a fully fledged IDE, used by many developers around the world to write and develop Python code. The IDE is developed by the Jetbrains company and provides rich code analysis and completion, syntax highlighting, unit testing, code coverage, error discovery, and other Python linting operations.
Also, PyCharm Professional Edition supports Python web frameworks, such as Django, web2py, and Flask, beside integrations with Docker and vagrant for running a code over them. It provides amazing integration with multiple version control systems, such as Git (and GitHub), CVS, and subversion.
In the next few steps, we will install PyCharm Community Edition:
- Go to the PyCharm download page (https://www.jetbrains.com/pycharm/download/) and choose your platform. Also, choose to download either the Community Edition (free forever) or the Professional Edition (the Community version is completely fine for running the codes in this book):

- Install the software as usual, but make sure that you select the following options:
- 32- or 64-bit launcher (depending on your operating system).
- Create Associations (this will make PyCharm the default application for Python files).
- Download and install JRE x86 by JetBrains:

- Wait until PyCharm downloads the additional packages from the internet, and installs it, then choose Run PyCharm Community Edition:

- Since this is a new and fresh installation, we won't import any settings from

- Select the desired UI theme (either the default or darcula, for dark mode). You can install some additional plugins, such as Markdown and BashSupport, which will make PyCharm recognize and support those languages. When you finish, click on Start Using PyCharm:

推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Designing Machine Learning Systems with Python
- Delphi程序設計基礎:教程、實驗、習題
- SOA實踐
- 造個小程序:與微信一起干件正經事兒
- Bootstrap 4:Responsive Web Design
- C++對象模型詳解
- 劍指Java:核心原理與應用實踐
- jQuery炫酷應用實例集錦
- Bootstrap 4 Cookbook
- 30天學通C#項目案例開發
- 百萬在線:大型游戲服務端開發
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 精益軟件開發管理之道
- Mastering Clojure