Changes for page Windows Intellij Python Quickstart
Last modified by Leon Poon on 2022/07/24 12:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,5 @@ 1 1 {{numberedheadings/}} 2 2 3 -This page contains instructions you should follow so that you can use Intellij Idea (with Python Community Edition plugin) to edit and run your Python programs. 4 - 5 -{{toc/}} 6 - 7 7 = Download JetBrains Toolbox = 8 8 9 9 Go to [[https:~~/~~/www.jetbrains.com/toolbox-app/>>https://www.jetbrains.com/toolbox-app/]] ... ... @@ -10,7 +10,7 @@ 10 10 11 11 Current version of Toolbox is 1.25. 12 12 13 -~1. Ensure that it says ".exe" on the **right half** of the Download button. Click the **right half of the button**to change it to .exe if it is not .exe already(unless you are not on Windows).9 +~1. Ensure that it says ".exe" on the **right half** of the Download button. Click the right half of the button to change it to .exe if it is not .exe already. 14 14 15 15 [[image:image-20220724182056-1.png]] 16 16 ... ... @@ -18,7 +18,7 @@ 18 18 19 19 = Install JetBrains Toolbox = 20 20 21 -~1. Run the installer by clicking on the **downloaded item button**at bottom-left in Chrome.17 +~1. Run the installer by clicking on the downloaded item button at bottom-left in Chrome. 22 22 23 23 [[image:image-20220724182210-2.png]] 24 24 ... ... @@ -26,15 +26,15 @@ 26 26 27 27 [[image:image-20220724182229-3.png]] 28 28 29 -2. Click **"Install" button**.25 +2. Click "Install" button. 30 30 31 31 Some files are copied, then it notifies that Toolbox is installed: 32 32 33 33 [[image:image-20220724182258-4.png]] 34 34 35 -3. Make sure the box next to **"Run JetBrains Toolbox" is ticked**.31 +3. Make sure the box next to "Run JetBrains Toolbox" is ticked. 36 36 37 -4. Click **"Finish"**33 +4. Click "Finish" 38 38 39 39 The Toolbox runs: 40 40 ... ... @@ -42,35 +42,35 @@ 42 42 43 43 = Run Toolbox = 44 44 45 -**At any point in time**, if the Toolbox App disappears from your screen, you can bring it up again by **clicking on the icon**in System Tray:41 +**At any point in time**, if the Toolbox App disappears from your screen, you can bring it up again by clicking on the icon in System Tray: 46 46 47 47 [[image:image-20220724183121-12.png]] 48 48 49 49 = Do One-Time Initialisation of Toolbox = 50 50 51 -~1. In the main Window (shown above), click **"Continue"**.47 +~1. In the main Window (shown above), click "Continue". 52 52 53 53 Toolbox asks that you accept agreement: 54 54 55 55 [[image:image-20220724182417-6.png]] 56 56 57 -2. Click **"Accept License Agreement"**.53 +2. Click "Accept License Agreement". 58 58 59 59 It then allows you to do some simple configuration: 60 60 61 61 [[image:image-20220724182446-7.png]] 62 62 63 -3. Choose a theme, then click **"Get Started"**.59 +3. Choose a theme, then click "Get Started". 64 64 65 65 You are now in the main window of Toolbox. 66 66 67 67 [[image:image-20220724182524-8.png]] 68 68 69 -4. Click **"Got it"**to dismiss the popup message.65 +4. Click "Got it" to dismiss the popup message. 70 70 71 71 = Install IntelliJ IDEA Community Edition = 72 72 73 -~1. Install "IntelliJ IDEA Community Edition" by clicking on **"Install" button**next to this name:69 +~1. Install "IntelliJ IDEA Community Edition" by clicking on "Install" button next to this name: 74 74 75 75 [[image:image-20220724182636-9.png]] 76 76 ... ... @@ -82,23 +82,23 @@ 82 82 83 83 [[image:image-20220724182745-11.png]] 84 84 85 -3. Click **"Got It" button**on the popup message after reading it.81 +3. Click "Got It" button on the popup message after reading it. 86 86 87 87 = Run IntelliJ IDEA = 88 88 89 -~1. Run IntelliJ by clicking on **"IntelliJ IDEA Community Edition" item **in Toolbox.85 +~1. Run IntelliJ by clicking on "IntelliJ IDEA Community Edition" in Toolbox. 90 90 91 91 It asks that you accept their terms: 92 92 93 93 [[image:image-20220724183240-13.png]] 94 94 95 -2. **Accept the Terms**and click**"Continue"**.91 +2. Accept the Terms and click "Continue". 96 96 97 97 It asks whether you want to share data: 98 98 99 99 [[image:image-20220724183310-14.png]] 100 100 101 -3. Choose your data sharing preference by clicking **"Don't Send" or "Send Anonymous Statistics"**.97 +3. Choose your data sharing preference by clicking "Don't Send" or "Send Anonymous Statistics". 102 102 103 103 IntelliJ is now started: 104 104 ... ... @@ -106,19 +106,19 @@ 106 106 107 107 = Install Python Plugin = 108 108 109 -~1. Click the **"Plugins" button at left side **of "Welcome to Intellij IDEA" window.105 +~1. Click the "Plugins" button at **left side **of "Welcome to Intellij IDEA" window. 110 110 111 111 The plugins-management screen comes up. 112 112 113 113 [[image:image-20220724183522-16.png]] 114 114 115 -2. Type "Python" in **search box**.111 +2. Type "Python" in search box. 116 116 117 -3. Find and click on **"Python Community Edition" in the list**.113 +3. Find and click on "Python Community Edition" in the list. 118 118 119 119 [[image:image-20220724183626-17.png]] 120 120 121 -4. Click **"Install" button**when "Python Community Editon" appears on the right.117 +4. Click "Install" button when "Python Community Editon" appears on the right. 122 122 123 123 5. Wait for installation to be completed. 124 124 ... ... @@ -128,15 +128,15 @@ 128 128 129 129 = Create a Python project = 130 130 131 -~1. Go back by clicking **"Projects" on the left**of "Welcome to IntelliJ IDEA" window. Then click**"New Project"**:127 +~1. Go back by clicking "Projects" on the left of "Welcome to IntelliJ IDEA" window. Then click "New Project": 132 132 133 133 [[image:image-20220724183840-19.png]] 134 134 135 -2. Give your project **a name**, then select**"Python" as "Language"**. Choose**"New" "Environment"**and**"Python 3.10" as "Base interpreter"**:131 +2. Give your project a name, then select "Python" as "Language". Choose "New" "Environment" and "Python 3.10" as "Base interpreter": 136 136 137 137 [[image:image-20220724184100-20.png]] 138 138 139 -3. Click **"Create"**.135 +3. Click "Create". 140 140 141 141 It installs Python: 142 142 ... ... @@ -146,7 +146,7 @@ 146 146 147 147 [[image:image-20220724190902-1.png]] 148 148 149 -4. Approve the Prompt by saying **"Yes".**145 +4. Approve the Prompt by saying "Yes": 150 150 151 151 You are now in your Python project in IntelliJ! 152 152 ... ... @@ -154,11 +154,11 @@ 154 154 155 155 = Create a python script = 156 156 157 -~1. **Right-click on your project icon**on the left, then choose**"New" > "Python File"**:153 +~1. Right-click on your project icon on the left, then choose "New" > "Python File": 158 158 159 159 [[image:image-20220724191221-3.png]] 160 160 161 -2. Give your script file **a name**, then press**Enter key**:157 +2. Give your script file a name, then press Enter key: 162 162 163 163 [[image:image-20220724191301-4.png]] 164 164 ... ... @@ -168,7 +168,7 @@ 168 168 169 169 = Run your script. = 170 170 171 -~1. **Right click**anywhere in the code editor panel in the right of the Window.**Select "Run".**167 +~1. Right click anywhere in the code editor panel in the right of the Window. Select "Run". 172 172 173 173 [[image:image-20220724191545-8.png]] 174 174