You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/2.html
+87-87Lines changed: 87 additions & 87 deletions
Original file line number
Diff line number
Diff line change
@@ -66,79 +66,79 @@
66
66
<br>
67
67
<divclass=" but ">
68
68
<buttonclass="btn btn-md btn-primary "><ahref="../python.html"><iclass="fas fa-arrow-left "></i> Back to Index</a></button>
69
-
<br>
70
-
<center>
71
-
<h2>Python Getting Started</h2><br>
72
-
</center>
73
-
<h2>Python Download and Installation</h2>
74
-
75
-
<p>This document shows downloading and installing Python 3.8.3 on Windows 10 in Summer 2020. You should download and install the latest version of Python. The current latest (as of Summer 2020) is Python 3.8.3 <br>
76
-
<strong>Python: Version 3.8.3</strong><br> The Python download requires about 25 Mb of disk space. When installed, Python requires about an additional 90 Mb of disk space.
77
-
</p>
78
-
<h2>Downloading</h2>
79
-
<ol>
80
-
<li>We can download Python from Python website called https://www.python.org/downloads</li>
81
-
<li>The website should automatically detect that we are using Windows, Linux/UNIX, Mac OS X or Other. Then Click on Download Python 3.8.3</li>
82
-
<li>The file named python-3.8.3.exe should start downloading into your standard download folder. This file is about 25 Mb so it might take a while to download fully if you are on a slow internet connection</li>
83
-
</ol>
84
-
<h2>Installing</h2>
85
-
<ol>
86
-
<li>Open the downloads folder and run the file python-3.8.3.exe by right clicking it and selecting run as administrator.</li>
87
-
<li>A Python 3.8.3 Setup pop-up window will appear.</li>
88
-
<li>Ensure that Add Python 3.8.3 to PATH checkboxes at the bottom are checked.</li>
89
-
<li>If the Python Installer finds an earlier version of Python installed on your computer, the Install Now message may instead appear as Upgrade Now (and the checkboxes will not appear).</li>
90
-
<li>A new Python 3.8.3 Setup pop-up window will appear with a setup progress message and a progress bar.</li>
91
-
<li>Once the installation is over you will get a SETUP WAS SUCCESSFUL message.</li>
92
-
<li>Click the Close button.</li>
93
-
<li>Python should now be installed.</li>
94
-
</ol>
95
-
<h2>Verifying</h2>
96
-
<ol>
97
-
<li>Open Command Prompt</li>
98
-
<li>Type the command python –version</li>
99
-
<li>In the output we should see the python version number as Python 3.8.3</li>
100
-
</ol>
101
-
<h2>IDE</h2>
102
-
<p>An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. PyCharm is one of the most widely used IDEs for Python programming language. PyCharm
103
-
is a cross-platform IDE that provides consistent experience on the Windows, macOS, and Linux operating systems. PyCharm is available in three editions: Professional, Community, and Edu. The Community and Edu editions are open-source projects
104
-
and they are free, but they have less features. PyCharm Edu provides courses and helps you learn programming with Python. The Professional edition is commercial, and provides an outstanding set of tools and features.</p>
105
-
<h2>Installing Pycharm</h2>
106
-
<ol>
107
-
<li>To download Pycharm visit the website https://www.jetbrains.com/pycharm/download</li>
108
-
<li>Here you will observe two versions of package for Windows/Mac/Linux</li>
109
-
<li>Click the "DOWNLOAD" link under the Community Section.</li>
110
-
<li>Once the download is complete, run the exe for install PyCharm. The setup wizard should have started. Click “Next”.</li>
111
-
<li>Then mention your destination folder. Click “Next”.</li>
112
-
<li>On the next screen, you can create a desktop shortcut if you want and click on “Next”</li>
113
-
<li>Click on “Install”</li>
114
-
<li>Once installation finished, you should receive a message screen that PyCharm is installed. </li>
<h7>Do you want to contribute by preparing content for us :</h7>
69
+
</div><br>
70
+
<!-- <center>
71
+
<h2>Python Getting Started</h2><br>
72
+
</center>
73
+
<h2>Python Download and Installation</h2>
74
+
75
+
<p>This document shows downloading and installing Python 3.8.3 on Windows 10 in Summer 2020. You should download and install the latest version of Python. The current latest (as of Summer 2020) is Python 3.8.3 <br>
76
+
<strong>Python: Version 3.8.3</strong> <br> The Python download requires about 25 Mb of disk space. When installed, Python requires about an additional 90 Mb of disk space.
77
+
</p>
78
+
<h2>Downloading</h2>
79
+
<ol>
80
+
<li>We can download Python from Python website called https://www.python.org/downloads</li>
81
+
<li>The website should automatically detect that we are using Windows, Linux/UNIX, Mac OS X or Other. Then Click on Download Python 3.8.3</li>
82
+
<li>The file named python-3.8.3.exe should start downloading into your standard download folder. This file is about 25 Mb so it might take a while to download fully if you are on a slow internet connection</li>
83
+
</ol>
84
+
<h2>Installing</h2>
85
+
<ol>
86
+
<li>Open the downloads folder and run the file python-3.8.3.exe by right clicking it and selecting run as administrator.</li>
87
+
<li>A Python 3.8.3 Setup pop-up window will appear.</li>
88
+
<li>Ensure that Add Python 3.8.3 to PATH checkboxes at the bottom are checked.</li>
89
+
<li>If the Python Installer finds an earlier version of Python installed on your computer, the Install Now message may instead appear as Upgrade Now (and the checkboxes will not appear).</li>
90
+
<li>A new Python 3.8.3 Setup pop-up window will appear with a setup progress message and a progress bar.</li>
91
+
<li>Once the installation is over you will get a SETUP WAS SUCCESSFUL message.</li>
92
+
<li>Click the Close button.</li>
93
+
<li>Python should now be installed.</li>
94
+
</ol>
95
+
<h2>Verifying</h2>
96
+
<ol>
97
+
<li>Open Command Prompt</li>
98
+
<li>Type the command python –version</li>
99
+
<li>In the output we should see the python version number as Python 3.8.3</li>
100
+
</ol>
101
+
<h2>IDE</h2>
102
+
<p>An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. PyCharm is one of the most widely used IDEs for Python programming language. PyCharm is
103
+
a cross-platform IDE that provides consistent experience on the Windows, macOS, and Linux operating systems. PyCharm is available in three editions: Professional, Community, and Edu. The Community and Edu editions are open-source projects and
104
+
they are free, but they have less features. PyCharm Edu provides courses and helps you learn programming with Python. The Professional edition is commercial, and provides an outstanding set of tools and features.</p>
105
+
<h2>Installing Pycharm</h2>
106
+
<ol>
107
+
<li>To download Pycharm visit the website https://www.jetbrains.com/pycharm/download</li>
108
+
<li>Here you will observe two versions of package for Windows/Mac/Linux</li>
109
+
<li>Click the "DOWNLOAD" link under the Community Section.</li>
110
+
<li>Once the download is complete, run the exe for install PyCharm. The setup wizard should have started. Click “Next”.</li>
111
+
<li>Then mention your destination folder. Click “Next”.</li>
112
+
<li>On the next screen, you can create a desktop shortcut if you want and click on “Next”</li>
113
+
<li>Click on “Install”</li>
114
+
<li>Once installation finished, you should receive a message screen that PyCharm is installed. </li>
0 commit comments