Skip to content

Commit df7caae

Browse files
Update 2.html
1 parent 2e437a4 commit df7caae

File tree

1 file changed

+87
-87
lines changed

1 file changed

+87
-87
lines changed

python/2.html

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -66,79 +66,79 @@
6666
<br>
6767
<div class=" but ">
6868
&nbsp;&nbsp;&nbsp;&nbsp;<button class="btn btn-md btn-primary "><a href="../python.html"><i class="fas fa-arrow-left "></i>&nbsp;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>
115-
</ol>
116-
117-
118-
119-
120-
121-
122-
123-
124-
125-
126-
127-
128-
129-
<br> &nbsp;&nbsp;&nbsp;&nbsp;
130-
131-
<button class="btn btn-primary pull-right"><a href="2.html">Next Topic&nbsp;<i class="fas fa-arrow-right "></i></a></button>
132-
<br>
133-
<center><br>
134-
<h5>More Topics Uploading soon...</h5>
135-
<hr>
136-
<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>
115+
</ol>
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
-->
127+
128+
129+
<br> &nbsp;&nbsp;&nbsp;&nbsp;
130+
131+
<button class="btn btn-primary pull-right"><a href="2.html">Next Topic&nbsp;<i class="fas fa-arrow-right "></i></a></button>
132+
<br>
133+
<center><br>
134+
<h5>More Topics Uploading soon...</h5>
135+
<hr>
136+
<h7>Do you want to contribute by preparing content for us :</h7>
137137

138138

139-
<button type="button" class="btn btn-primary pull-right"><a href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link " target="_blank ">Contribute</a></button>
139+
<button type="button" class="btn btn-primary pull-right"><a href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link " target="_blank ">Contribute</a></button>
140140

141-
</center>
141+
</center>
142142

143143

144144

@@ -159,26 +159,26 @@ <h5>More Topics Uploading soon...</h5>
159159

160160

161161

162-
<footer class="container-fluid ">
163-
<h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMistic</h4>
164-
<p class="foot">&#169 Copyright : Team CodeMistic</p>
165-
<div class="footer-links ">
166-
<h7>Connect With Us</h7><br><br>
167-
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
162+
<footer class="container-fluid ">
163+
<h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMistic</h4>
164+
<p class="foot">&#169 Copyright : Team CodeMistic</p>
165+
<div class="footer-links ">
166+
<h7>Connect With Us</h7><br><br>
167+
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
168168
style="color:#3b5998; "></i></a>
169-
<a href="https://www.instagram.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-instagram "
169+
<a href="https://www.instagram.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-instagram "
170170
style="color:#e95950; "></i></a>
171-
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
171+
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
172172
style="color:#8accf5; "></i></a>
173-
<a href="https://www.linkedin.com/company/codemistic " target="_blank "><i class="icons fa-2x fab fa-linkedin "
173+
<a href="https://www.linkedin.com/company/codemistic " target="_blank "><i class="icons fa-2x fab fa-linkedin "
174174
style="color:#88b3ee; "></i></a>
175-
<a href="https://t.me/codemistic " target="_blank "><i class="icons fa-2x fab fa-telegram "
175+
<a href="https://t.me/codemistic " target="_blank "><i class="icons fa-2x fab fa-telegram "
176176
style="color:#65adda; "></i></a>
177177

178-
<a href="https://www.youtube.com/channel/UCS1Iv_kkgQGDwoXtvrlwlag " target="_blank "><i
178+
<a href="https://www.youtube.com/channel/UCS1Iv_kkgQGDwoXtvrlwlag " target="_blank "><i
179179
class="icons fa-2x fab fa-youtube " style="color:red; "></i></a>
180-
</div>
181-
</footer>
180+
</div>
181+
</footer>
182182

183183

184184

@@ -188,10 +188,10 @@ <h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMist
188188

189189

190190

191-
<!-- CSS Scripts -->
192-
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
193-
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
194-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>
191+
<!-- CSS Scripts -->
192+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
193+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
194+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>
195195

196196
</body>
197197

0 commit comments

Comments
 (0)