-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcourses.html
277 lines (268 loc) · 9.76 KB
/
courses.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
---
layout: default
title: Courses Index | CodeDocs
description: Courses Index | CodeDocs home page
keywords: Courses, Program, JECRC, Developers, Group, JECRC Foundation, JDG, JECRC Developers, JECRC Coders, CodeDocs
id: courses
---
<main id="universe">
<div class="container-wide">
<h1>CD201</h1>
<h2>CodeDocs Course 201</h2>
<a href="#" class="btn">
Register
</a>
<br><br>
<h2>
<strong>Date and Timings <i class="fa fa-calendar" aria-hidden="true"></i></strong> Will be updated soon.
<hr>
<div class="syllabus" style="text-align:left">
<h2>Syllabus :</h2>
<p>
This course is oriented to teach you and help you learn
<strong class="highlight">
<a href="#web"><i class="fa fa-chrome" aria-hidden="true"></i> Web Development</a>,
<a href="#android"><i class="fa fa-android" aria-hidden="true"></i> Android Development</a>
<a href="#python"><i class="fa fa-book" aria-hidden="true"></i> Data Science</a>
</strong>
and other essential and relevant skills needed for any path.
Topics include algorithms, data structures, resource management, cloud, software engineering, Data Science, web and android development.
Languages include
<strong class="highlight">HTML, CSS, JavaScript, Database, Serve and Client side scripting,</strong>
<strong class="highlight">
<i class="fa fa-github" aria-hidden="true"></i> GIT version control system,
<i class="fa fa-linix" aria-hidden="true"></i> Linux Session,
<i class="fa fa-android" aria-hidden="true"></i> Android Studio
</strong>,
etc. Problems sets and assignments are inspired from basic domains.
The course is designed for every rank of student (any branch, semester).
</p>
</div><br>
<div class="expectation" style="text-align:left">
<h2>Expectations :</h2>
<p>You are expected to:</p>
<ul id="list-bullets">
<li>attend all the lectures or classes</li>
<li>submit the final project</li>
<li>take at least one test or quiz</li>
<li>bring your own laptop</li>
<li>it would be better if you have any Linux OS</li>
</ul>
</div><br>
<div class="grades" style="text-align:left">
<h2>Grades or Scores :</h2>
<p>The final grades or scores will be based on your problems sets and final test and project.</p>
</div><br>
<div class="books" style="text-align:left">
<h2>Books :</h2>
<p>We will post links to referred books (purchase and free pdf) here soon.</p>
</div><br>
<div class="videos" style="text-align:left">
<h2>Video Tutorials:</h2>
<p>the links will be added soon.</p>
</div><hr>
<div class="lectures" style="text-align:left">
<h2>Lectures:</h2>
<p>There would be 8-9 lectures, each of around 60-70 minutes twice a week. The classes will be taught by <u><a href="/team">CodeDocs team</a></u> only, no other lecturer or trainer would join.</p>
<br>
<h3 id="web">Web Development</h3>
<table class="calendar-table">
<thead>
<tr>
<th>Lecture </th>
<th>Topics </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lecture 0 </td>
<td>Getting started with the HTML </td>
</tr>
<tr>
<td>Lecture 1</td>
<td>CSS - Styling the Web s</td>
</tr>
<tr>
<td>Lecture 2</td>
<td>Responsive Web Design </td>
</tr>
<tr>
<td>Lecture 3</td>
<td>JavaScript Fundamentals </td>
</tr>
<tr>
<td>Lecture 4</td>
<td>Client-side scripting </td>
</tr>
<tr>
<td>Lecture 5</td>
<td>Server Side Scripting </td>
</tr>
<tr>
<td>Lecture 6</td>
<td>Introduction to CRUD </td>
</tr>
<tr>
<td>Lecture 7</td>
<td>Working with database. </td>
</tr>
<tr>
<td>Lecture 8</td>
<td>Introduction to frameworks, libraries and essential tools </td>
</tr>
</tbody>
</table>
<br>
<h3 id="android">Android Development</h3>
<table class="calendar-table">
<thead>
<tr>
<th>Lecture </th>
<th>Topics </th>
</tr>
</thead>
<tbody>
<tr>
<td> Lecture 0 </td>
<td>Getting started with Android and Android architecture </td>
</tr>
<tr>
<td>Lecture 1</td>
<td>Basics of JAVA</td>
</tr>
<tr>
<td>Lecture 2</td>
<td>Setting up Android SDK and First Project</td>
</tr>
<tr>
<td>Lecture 3</td>
<td>Building a basic Android app,layouts </td>
</tr>
<tr>
<td>Lecture 4</td>
<td>Activities and Intents </td>
</tr>
<tr>
<td>Lecture 5</td>
<td>Connect to the internet (JSON and more) </td>
</tr>
<tr>
<td>Lecture 6</td>
<td>UI of Android & preferences </td>
</tr>
<tr>
<td>Lecture 7</td>
<td>Data Storage in Android - SQLite </td>
</tr>
<tr>
<td>Lecture 8</td>
<td>Firebase, RecyclerView & Fragments </td>
</tr>
<tr>
<td>Lecture 9</td>
<td>Android APIs </td>
</tr>
</tbody>
</table>
<br>
<h3>Data Science w/ Python!</h3>
<table class="calendar-table">
<thead>
<tr>
<th>Lecture </th>
<th>Topics </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lecture 0 </td>
<td>Python Express : Basics of Python to kickstart Data Science </td>
</tr>
<tr>
<td>Lecture 1</td>
<td>Data Analysis Part 1 : Intro to NumPy, Pandas </td>
</tr>
<tr>
<td>Lecture 2</td>
<td>Data Analysis Part 2 : DA w/ Numpy and Pandas </td>
</tr>
<tr>
<td>Lecture 3</td>
<td>Data Visualisation Part 1 : DV w/ MatPlotLib, Seaborn(½) </td>
</tr>
<tr>
<td>Lecture 4</td>
<td>Data Visualisation Part 2 : DV w/ Searborn(2/2), pandas built in dv </td>
</tr>
<tr>
<td>Lecture 5</td>
<td>Data PreProcessing Track Rev : Rev and Intro to PlotLy, Cufflinks </td>
</tr>
<tr>
<td>Lecture 6</td>
<td>ML Intro Track Part 1SL1 : Supervised Learning, Linear Regression, Logistic Regression [Basics] </td>
</tr>
<tr>
<td>Lecture 7</td>
<td>ML Intro Track Part 2SL2 : CV Set, Bias-Variance,Regularization </td>
</tr>
<tr>
<td>Lecture 8</td>
<td>ML Intro Track Part 3 : ML System Design, Precision Recall </td>
</tr>
<tr>
<td>Lecture 9</td>
<td>ML Intro Track Part 4 UL : Unsupervised Learning, K-Means Clustering, PCA,Intro To Recommender System </td>
</tr>
</tbody>
</table>
<br>
<h3>Extra</h3>
<table class="calendar-table">
<thead>
<tr>
<th>Lecture </th>
<th>Topics </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lecture 0 </td>
<td>Git and Github </td>
</tr>
<tr>
<td>Lecture 1</td>
<td>Linux Session </td>
</tr>
<tr>
<td>Lecture 2</td>
<td>UI & UX</td>
</tr>
</tbody>
</table>
</div>
<hr>
<div class="office" style="text-align:left">
<h2>Office hours:</h2>
<p>We will conduct office hours every week for 1-2 hours where you can ask and get your problems solved with us. And we will help you with hands-on on your project.</p>
</div>
<div class="problem-sets" style="text-align:left">
<h2>Problem sets:</h2>
<p>Problem sets with basic webpages, Data Science and android activities will roll out with every class and has to be done before next class.</p>
</div>
<div class="final-project" style="text-align:left">
<h2> Final Project:</h2>
<p>The climax of this course is its final project. The final project is your opportunity to take your newfound savvy with programming out for a spin and develop your very own piece of software. So long as your project draws upon
this course’s lessons, the nature of your project is entirely up to you. You can choose your own final project or also help solving college's problems and building for college or other Open Source organization.</p>
</div>
<div class="test" style="text-align:left">
<h2>Test or Quiz:</h2>
<p>2-3 test will be conducted for you to map your progress and compete in standings. We will try bringing you some goodies.</p>
</div>
<div class="suggestions" style="text-align:left">
<h2>Suggestions:</h2>
<p>If you have any suggestions or queries, feel free to raise an <u><a href="https://github.com/CodeDocsJECRC/CD201/issues/new"><strong>issue</strong></a></u>.</p>
</div>
<br>
<h3 class="highlight"><a href="https://github.com/CodeDocsJECRC/CD201"><i class="fa fa-star" aria-hidden="true"></i> Star the repository, and watch it to stay updated with Problem Sets and Notes</a></h3>
</main>