forked from Satakshijain/CodingHustlers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
studybasics.html
230 lines (177 loc) · 6.37 KB
/
studybasics.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<title>Basic programming</title>
<style>
body{
margin-left: 1rem;
margin-right: 1rem;
}
h1 {
color: black;
font-size: larger;
font-family: 'Lato', sans-serif;
font-size: 54px;
font-weight: 300;
line-height: 58px;
margin: 0 0 58px;
}
p {
font-size: larger;
font-family: 'Inder', sans-serif;
color: black;
}
a {
color: #fe921f;
text-decoration: underline;
}
a:hover {
color: #ffffff
}
ul li {
font-family: 'Inder', sans-serif;
font-size: larger;
}
</style>
</head>
<body style="background-color:#faf3e0">
<div style="background-color:#f14668">
<p>
The basics of problem solving can be learnt with languages like C and Python
</p>
<h1>The resoucres to learn python and C</h1>
</div>
<ul>
<li>
<b> Code with harry:</b><br />
This is by far the best channel to learn basics of python,from problem solving to game development to gui,
everything in depth is available.<br />
You can access his playlist <a
href="https://www.youtube.com/watch?v=aqvDTCpNRek&list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME"
style="color:green">
By clicking here </a>
</li><br />
<li>
<b>Python playlist by telusuko:</b><br />
<a href="https://www.youtube.com/watch?v=QXeEoD0pB3E&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3"
style="color:green">This is a</a>
python playlist by telusuko
</li><br />
<li>
<b>C language Code with harry:</b><br />
Complete playlist to master c in depth by code with harry with projects and notes .<br /> You can access his
playlist <a href="https://codewithharry.com/videos/c-tutorial-in-hindi-with-notes" style="color:green">HERE.
</a>
</li><br />
<li>
<b>Free code camp C tutorial</b><br />
If you need an english course, then free code camp 4 hours videos is for you .<br /> You can access it <a
href="https://www.youtube.com/watch?v=KJgsSFOSQv0" style="color:green">HERE.</a>
</li><br />
</ul>
<div style="background-color:#f14668">
<p>
Moving a step ahead, we have to choose C++ and Java
</p>
<h1>The resoucres to learn Java and C++</h1>
</div>
<ul>
<li>
<b> c++ Code with harry:</b><br />
<a href="https://www.youtube.com/watch?v=aqvDTCpNRek&list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME"
style="color:green">This</a> C++ tutorials for beginners will teach you all the c plus plus concepts from the
very starting to the end. This Cpp course will introduce you to programming and will continue the discussion on
how to write efficient, fast and better CPP programs
</a>
</li><br />
<li>
<b>Apna college c++:</b><br />
C++ full course with data structures , course by Aman Dhattarwal.<a
href="https://www.youtube.com/playlist?list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ" style="color:green">This is
</a>
the full animated playlist by him.
</li><br />
<li>
<b>Pepcoding Java:</b><br />
By far best course of Java, better than any paid course with basics and practice,you can access it free on
youtube
or their website <a href="https://www.youtube.com/playlist?list=PL-Jc9J83PIiFj7YSPl2ulcpwy-mwj1SSk"
style="color:green">HERE</a>.
</a>
</li><br />
<li>
<b>Code with harry java course:</b><br />
A free complete course for CORE java with notes and practce questions .<br /> You can access it <a
href="https://codewithharry.com/videos/java-tutorials-for-beginners-1" style="color:green">HERE</a>
</a>
</li><br />
</ul>
</div>
<div style="background-color:#f14668">
<p>
Data Structures and algorithms are most important for placements.
</p>
<h1>The resoucres to learn Data structures and Algorithms</h1>
>
</div>
<ul>
<br />
<li>
GFG(geeks for geeks) DSA is a good source.
</li><br />
<li>
<b>Pepcoding Java:</b><br />
<a href="https://www.pepcoding.com/resources/" style="color:green">Pepcoding</a>These courses are structured
such
that each student spends appropriate time on each topic to generate enough insight to tackle questions of any
difficulty level. Each question is accompanied with an editor where you can submit your code for the given or
even
watch the solution video and the code in case you are unable to reach an optimal solution for the problem.
</a>
</li><br />
<li>
<b>Code with harry DSA course:</b><br />
<a href="https://codewithharry.com/videos/data-structures-and-algorithms-in-hindi-1"
style="color:green">This</a>Algorithms and Data Structures course will teach you everything you need to
prepare
for placements, interviews, and logic building.
</a>
</li><br />
<li>
The problems for data structure and algorithms can be practiced on Geeks for geeks and leetcode website.
</li>
<br />
</ul>
</div>
<div style="background-color:#f14668">
<p>
Core subjects are also asked in interviews.
</p>
<h1>The resoucres to learn Operating Systems,DBMS,Computer networking are:</h1>
</div>
<ul>
<br />
<li>
<b>Gate smashers:</b><a href="https://www.youtube.com/channel/UCJihyK0A38SZ6SdJirEdIOw"
style="color:green">youtube</a>
</li><br />
<li>
<b>Knowledge gate:</b><br />
<a href="https://www.youtube.com/channel/UCA6yfpYhy5sWMjRGOT-OAIQ" style="color:green">youtube</a>
</a>
</li><br />
<li>
<b>Gfg and pepcoding website notes and documentation</b><br />
</li>
</ul>
</div>
<footer class="footer">
<p class="footer__title" style="color: #faf3e0;">"Programming isn't about what you know; it's about what you can figure out.”
<br> -
Chris Pine</p>
<p style="color: #faf3e0;" >© 2023 copyright all right reserved</p>
</footer>
</body>
</html>