-
Notifications
You must be signed in to change notification settings - Fork 1
/
2_Python.html
192 lines (160 loc) · 9.2 KB
/
2_Python.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dissemination.co</title>
<!-- links -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="2_Python.css">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Monoton&family=Montserrat:wght@500&family=Ubuntu:wght@700&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Arimo:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+SC&family=Roboto:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<!-- font awesome -->
<script src="https://kit.fontawesome.com/87815510e2.js" crossorigin="anonymous"></script>
<!-- js script -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</head>
<body>
<section class="barnav">
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">Dissemination.co</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">
<li class="nav-item px-2">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item px-2">
<a href="skills.html" class="nav-link">Skills</a>
</li>
<li class="nav-item dropdown px-2">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
<li class="nav-item px-2">
<a href="" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
</section>
<!-- TOP -->
<section class="top">
<div class="container-fluid container-1">
<div class="row">
<div class="cpp-logo col-lg-6 col-md-12">
<img src="WhatsApp Image 2021-07-13 at 8.58.02 PM.jpeg" alt="Python Logo">
</div>
<div class=" text col-lg-6 col-md-12">
<h1 class="main-text">Get Started With Python</h1>
</div>
</div>
</div>
</section>
<!-- preface
<section class="preface">
<div class="container-fluid container-2">
<div class="preface-text">
Starting out your coding journey can be a daunting process considering there is a plethora of resources that are
available on the internet . Hence it becomes imperative to know the reasons behind learning a particular
language, in this case C++, the resources to learn from and also the resources to use in order to practice
questions and getting unstuck.
<br>
<br>
That's why we at Dissemination.co have come to your rescue by stating the reasons why C++ should be your First
Programming language and also have curated the resources in order to make your C++ journey as bump free as
possible.
</div>
</div>
</section> -->
<!-- MIDDLE -->
<section class="middle">
<div class="container-fluid container-3">
<div class="content">
<h1 class="cont-heading"> About Python </h1>
<p> Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.
First Appeared in Feburary 1991 and was designed by <a href="https://www.google.com/search?rlz=1C1CHBF_enIN919IN919&q=Guido+van+Rossum&stick=H4sIAAAAAAAAAOPgE-LQz9U3MK0yjFfiBLEMMwxMk7UMMsqt9JPzc3JSk0sy8_P0C4ry04sSc3Mz89LjcxLz0ksT01OLrVJSizPT81JTFJIqF7EKuJdmpuQrlCXmKQTlFxeX5u5gZQQAviYLF18AAAA&sa=X&ved=2ahUKEwjolcDnsvjxAhUo7XMBHQHIDvkQmxMoATAuegQILxAD" target="_blank">Guido van Rossum.</a>
Go to the official Python site <a href="https://www.python.org/">here</a></p>
<h1 class="cont-heading"> WHY Python ?</h1>
<ul>
<li>Allows you to get a deeper understanding of programming and its basics as it builds from ground up.</li>
<li>Is the Preferred language for <span>DSA</span> which is essential for cracking Placement Interviews.</li>
<li>Is widely Used for Game Dev.</li>
<li>Is easier to switch to any language after mastering C++ than vice versa.</li>
</ul>
<br>
<br>
<h1 class="cont-heading"> Where to learn ?</h1>
<li><a href="https://www.udemy.com/course/beginning-c-plus-plus-programming/" target="_blank">Beginning C++ Programming - From Beginner to Beyond (recommended)</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ" target="_blank">C++ Course by Apna College</a></li>
<li><a href="https://www.youtube.com/watch?v=vLnPwxZdW4Y" target="_blank">C++ Course by freeCodeCamp</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL" target="_blank">C++ Course by Code With Harry</a></li>
<br>
<br>
<h1 class="cont-heading"> Practising and Getting Unstuck <span>(Crucial)</span></h1>
<ul>
<li><a href="https://www.geeksforgeeks.org/c-plus-plus/" target="_blank">Geeks For Geeks</a> and <a href="https://stackoverflow.com/questions/tagged/c%2B%2B" target="_blank">Stack Overflow</a> for getting unstuck.</li>
<li><a href="https://www.hackerrank.com/domains/cpp" target="_blank">Hackerrank </a>and <a href="https://www.codechef.com/" target="_blank">CodeChef </a>for practicing questions.</li>
<li><a href="https://www.interviewbit.com/cpp-interview-questions/" target="_blank">Interview Questions.</a></li>
</ul>
<br>
<br>
<h1 class="cont-heading"> Other Websites and Youtube Channels to refer</h1>
<li><a href="https://www.freecodecamp.org/news/tag/c-2/" target="_blank">freeCodeCamp.org</a></li>
<li><a href="https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg" target="_blank">Tech With Tim</a></li>
<li><a href="https://www.youtube.com/user/thenewboston" target="_blank">thenewboston</a></li>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer">
<div class="container-fluid container-4">
<div class="row footer-links-row">
<div class="col-lg-4 footer-links"><a href="" target="_blank"><i class="fab fa-linkedin"></i></a></div>
<div class="col-lg-4 footer-links"><a href="" target="_blank"><i class="fab fa-instagram"></i></a></div>
<div class="col-lg-4 footer-links"><a href="" target="_blank"><i class="fas fa-envelope"></i></a></div>
</div>
<div class="row ">
<div class="col-12-lg footer-branding">©2021 Dissemination.co </div>
</div>
</div>
</footer>