-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path2.html
More file actions
205 lines (139 loc) · 9.15 KB
/
2.html
File metadata and controls
205 lines (139 loc) · 9.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Python Programming</title>
<!-- Favicon -->
<link rel="icon" type="img/png" href="../favicon.png">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Ubuntu&family=Varela+Round&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="../python_styles.css">
</head>
<body>
<!-- NAVIGATION BAR -->
<nav class="navbar fixed-top navbar-expand-xl navbar-dark">
<a class="navbar-brand" href="index.html">CODEMISTIC</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="tutorials.html">Tutorials<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="campus.html">Campus Programme</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link" target="_blank">Contribute</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="register.html">Join Our Community</a>
</li>
</ul>
</div>
</nav>
<!-- HEADING -->
<br>
<div class=" but ">
<button class="btn btn-md btn-primary "><a href="../python.html"><i class="fas fa-arrow-left "></i> Back to Index</a></button>
</div><br>
<!-- <center>
<h2>Python Getting Started</h2><br>
</center>
<h2>Python Download and Installation</h2>
<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>
<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.
</p>
<h2>Downloading</h2>
<ol>
<li>We can download Python from Python website called https://www.python.org/downloads</li>
<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>
<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>
</ol>
<h2>Installing</h2>
<ol>
<li>Open the downloads folder and run the file python-3.8.3.exe by right clicking it and selecting run as administrator.</li>
<li>A Python 3.8.3 Setup pop-up window will appear.</li>
<li>Ensure that Add Python 3.8.3 to PATH checkboxes at the bottom are checked.</li>
<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>
<li>A new Python 3.8.3 Setup pop-up window will appear with a setup progress message and a progress bar.</li>
<li>Once the installation is over you will get a SETUP WAS SUCCESSFUL message.</li>
<li>Click the Close button.</li>
<li>Python should now be installed.</li>
</ol>
<h2>Verifying the version of Python or to check whether it's properly installed or not.</h2>
<ol>
<li>Open Command Prompt</li>
<li>Type the command python –version</li>
<li>In the output we should see the python version number as Python 3.8.3</li>
</ol>
<h2>IDE</h2>
<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
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
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>
<h2>Installing Pycharm</h2>
<ol>
<li>To download Pycharm visit the website https://www.jetbrains.com/pycharm/download</li>
<li>Here you will observe two versions of package for Windows/Mac/Linux</li>
<li>Click the "DOWNLOAD" link under the Community Section.</li>
<li>Once the download is complete, run the exe for install PyCharm. The setup wizard should have started. Click “Next”.</li>
<li>Then mention your destination folder. Click “Next”.</li>
<li>On the next screen, you can create a desktop shortcut if you want and click on “Next”</li>
<li>Click on “Install”</li>
<li>Once installation finished, you should receive a message screen that PyCharm is installed. </li>
<li>Now you can start coding with python on that IDE</li>
</ol>
-->
<br>
<button class="btn btn-primary pull-right"><a href="2.html">Next Topic <i class="fas fa-arrow-right "></i></a></button>
<br>
<center><br>
<h5>More Topics Uploading soon...</h5>
<hr>
<h7>Do you want to contribute by preparing content for us :</h7>
<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>
</center>
<footer class="container-fluid ">
<h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMistic</h4>
<p class="foot">© Copyright : Team CodeMistic</p>
<div class="footer-links ">
<h7>Connect With Us</h7><br><br>
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
style="color:#3b5998; "></i></a>
<a href="https://www.instagram.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-instagram "
style="color:#e95950; "></i></a>
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
style="color:#8accf5; "></i></a>
<a href="https://www.linkedin.com/company/codemistic " target="_blank "><i class="icons fa-2x fab fa-linkedin "
style="color:#88b3ee; "></i></a>
<a href="https://t.me/codemistic " target="_blank "><i class="icons fa-2x fab fa-telegram "
style="color:#65adda; "></i></a>
<a href="https://www.youtube.com/channel/UCS1Iv_kkgQGDwoXtvrlwlag " target="_blank "><i
class="icons fa-2x fab fa-youtube " style="color:red; "></i></a>
</div>
</footer>
<!-- CSS Scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>
</body>
</html>
</html>
</html>
</html>