-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.html
More file actions
561 lines (533 loc) · 45.2 KB
/
library.html
File metadata and controls
561 lines (533 loc) · 45.2 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
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!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, shrink-to-fit=no, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Mapt - Developer Skills Delivered</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Custom CSS -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/general.css" rel="stylesheet">
<link href="css/bootstrap-xl.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css">
<!-- Devicons -->
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css">
<!-- Prism -->
<link rel="stylesheet" href="css/prism.css">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat|Lato:400,500,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="language-markup">
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header python">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<img class="tech-icon" src="images/tech/python.png">
<h1 class="card-heading">Python Fundamentals </h1>
</div>
<div class="modal-body python">
<div class="panel-body">
<div class="col-sm-12">
<p>Python is one of the easiest languages to get started with. It has a human readable syntax, and fully featured (“batteries included”) standard library to help you get things done right away. It is your portal in to a new world of productive development.</p>
<hr>
</div>
<div class="col-sm-12 left-skillcard mb20">
<ul class="learning-points">
<li>Install and set up Python on Mac, Windows or Linux</li>
<li>Write elegant, reusable, and efficient Python code to use in your future projects</li>
<li>Use Git to manage your Python code</li>
<li>Write Python scripts to automate daily tasks, and other software</li>
<li>Use unit tests to write better code, faster</li>
</ul>
<a href="dashboard2.html" class="btn btn-success ml55 mb20">I know all of this <i class="glyphicon glyphicon-ok ml10"></i></a>
</div>
</div>
</div>
<div class="modal-footer python">
<a href="dashboard.html" class="btn btn-primary">Add to In Progress<i class="fa fa-refresh ml10"></i></a>
</div>
</div>
</div>
</div>
<div id="wrapper">
<!-- Top Nav Bar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand toggle-nav" href="#menu-toggle" id="menu-toggle"><i class="fa fa-bars fa-lg"></i></a>
<a class="brand-logo" href="dashboard.html"><img src="images/mapt.png"/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="dashboard.html">Dashboard</a></li>
<li><a href="index.html">Viewing</a></li>
<li class="active"><a href="library.html">Library</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle visible-xs" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Account<span class="caret ml5"></span>
</a>
<a href="#" class="dropdown-toggle navbar-avatar-link hidden-xs" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<img src="images/avatar.jpeg" alt="..." class="img-circle img-responsive navbar-avatar">
</a>
<ul class="dropdown-menu">
<li> <a href="#">View Account</a></li>
<li><a href="#">View Subscriptions</a></li>
<li><a href="#">View Licences</a></li>
<li role="separator" class="divider"></li>
<li><a href="library-lo.html">Logout</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right search-nav-collapse">
<div class="form-group pull-right" style="display:inline;">
<input class="form-control" type="text" placeholder="Search for a title...">
</div>
</form>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="active"><a href="library.html" class="sidenav-menu-holder"><span class="sidenav-menu">Library </span><span class="pull-right mr5"><i class="fa fa-archive fa-lg"></i></span></a> </li>
<li><a href="dashboard-bookmark.html" class="sidenav-menu-holder"><span class="sidenav-menu">My Bookmarks </span><span class="pull-right mr5">6<i class="fa fa-bookmark fa-lg"></i></span></a> </li>
<li><a href="dashboard-collection.html" class="sidenav-menu-holder"><span class="sidenav-menu">My Collection </span><span class="pull-right mr5">12<i class="fa fa-plus fa-lg"></i></span></a> </li>
<li><a href="dashboard-owned.html" class="sidenav-menu-holder"><span class="sidenav-menu">Purchases </span><span class="pull-right mr5">7<i class="fa fa-shopping-bag fa-lg"></i></span></a> </li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<div id="page-content-wrapper" class="">
<div class="jumbotron heading">
<div class="container-fluid">
<div class="col-sm-12">
<h1 >Library</h1>
<ol class="breadcrumb row mt0">
<li class="active mt5">Browse our vast collection of courses by topic and see what skills are trending around the world.</li>
</ol>
</div>
</div>
</div>
<div id="book-wrapper" onload="finishLoad()" ng-include="" src="views.book" class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-3 col-lg-offset-1 col-lg-2">
<div class="panel panel-default">
<!-- Default panel contents -->
<div class="panel-heading"><h4 class="panel-title">Browse Topics</h4></div>
<ul class="list-group">
<a class="list-group-item" href="tech-page.html"> Android </a>
<a class="list-group-item" href="tech-page.html"> AngularJS </a>
<a class="list-group-item" href="tech-page.html"> Arduino </a>
<a class="list-group-item" href="tech-page.html"> Blender </a>
<a class="list-group-item" href="tech-page.html"> Bootstrap </a>
<a class="list-group-item" href="tech-page.html"> Django </a>
<a class="list-group-item" href="tech-page.html"> Docker </a>
<a class="list-group-item" href="tech-page.html"> Drupal </a>
<a class="list-group-item" href="tech-page.html"> Hadoop </a>
<a class="list-group-item" href="tech-page.html"> iOS </a>
<a class="list-group-item" href="tech-page.html"> Java </a>
<a class="list-group-item" href="tech-page.html"> JavaScript </a>
<a class="list-group-item" href="tech-page.html"> jQuery </a>
<a class="list-group-item" href="tech-page.html"> Laravel </a>
<a class="list-group-item" href="tech-page.html"> Linux </a>
<a class="list-group-item" href="tech-page.html"> Machine Learning </a>
<a class="list-group-item" href="tech-page.html"> Node.js </a>
<a class="list-group-item" href="tech-page.html"> OpenCV </a>
<a class="list-group-item" href="tech-page.html"> OpenStack </a>
<a class="list-group-item" href="tech-page.html"> Oracle </a>
<a class="list-group-item" href="tech-page.html"> PHP </a>
<a class="list-group-item" href="tech-page.html"> Python </a>
<a class="list-group-item" href="tech-page.html"> QlikView </a>
<a class="list-group-item" href="tech-page.html"> R </a>
<a class="list-group-item" href="tech-page.html"> Spark </a>
<a class="list-group-item" href="tech-page.html"> Spring </a>
<a class="list-group-item" href="tech-page.html"> Swift </a>
<a class="list-group-item" href="tech-page.html"> Unity </a>
<a class="list-group-item" href="tech-page.html"> WordPress </a>
</ul>
</div>
</div>
<div class="col-sm-9 col-lg-8">
<ul id="recommendationTabs" class="nav nav-pills nav-stacked text-center mt25 mb25 visible-xs" role="tablist">
<li class="active">
<a href="#popular" role="tab" data-toggle="tab" aria-controls="popular" ng-click="$event.preventDefault();" aria-expanded="true">Popular</a>
</li>
<li>
<a href="#new" role="tab" data-toggle="tab" aria-controls="new" ng-click="$event.preventDefault();getFiveRecent($event);" aria-expanded="false">New</a>
</li>
</ul>
<ul id="recommendationTabs" class="nav nav-tabs nav-justified hidden-xs" role="tablist">
<li class="active">
<a href="#popular" role="tab" data-toggle="tab" aria-controls="popular" ng-click="$event.preventDefault();" aria-expanded="false"><h5>Popular</h5></a>
</li>
<li class="">
<a href="#new" role="tab" data-toggle="tab" aria-controls="new" ng-click="$event.preventDefault();libraryController.getFiveRecent($event);" aria-expanded="false"><h5>New</h5></a>
</li>
<li class="">
<a href="#recommended" ng-click="$event.preventDefault();" role="tab" data-toggle="tab" aria-controls="recommended" aria-expanded="true" ng-if="libraryController.userRecommendations" class="ng-scope"><h5>Recommended</h5></a>
</li>
</ul>
<div class="tab-content mt15">
<div role="tabpanel" class="tab-pane fade active in" id="popular" aria-labelledby="popular-tab">
<div class="tabbed-content">
<ul class="list-group">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book1.jpg" class="img-product-list"/></a>
<h1>Practical Machine Learning</h1>
<p class="mb5">By Sunila Gollapudi</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 35 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class=" mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book2.jpg" class="img-product-list"/></a>
<h1>Learning Drupal 8</h1>
<p class="mb5">By Nick Abbott</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 12 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class="title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>9 hours 50 minutes</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="/packtlib/book/Web-Development/9781785281341" class="list-group-item list-name ng-scope">
<a href="front-page.html"><img src="images/book3.jpg" class="img-product-list"/></a>
<h1>Mastering JavaScript</h1>
<p class="mb5">By Ved Antani</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 0 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>7 hours 30 minutes</small>
<br>
<a href="front-page.html" class="btn btn-info pull-right btn-lg">Start Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="front-page.html"><img src="images/book4.jpg" class="img-product-list"/></a>
<h1>Learning Predictive Analytics with Python</h1>
<p class="mb5">By Ashish Kumar</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 1 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Feb 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>10 hours 37 minutes</small>
<br>
<a href="front-page.html" class="btn btn-info pull-right btn-lg">Start Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book5.jpg" class="img-product-list"/></a>
<h1>Mastering Django Web Development [Video]</h1>
<p class="mb5">By Kevin Veroneau </p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 56 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class=" mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>1 hour</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
</ul>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="new" aria-labelledby="new-tab">
<div class="tabbed-content">
<ul class="list-group">
<li ng-repeat="(key, fivePopular) in fivePopular" href="/packtlib/book/Web-Development/9781785281341" class="list-group-item list-name ng-scope">
<a href="front-page.html"><img src="images/book3.jpg" class="img-product-list"/></a>
<h1>Mastering JavaScript</h1>
<p class="mb5">By Ved Antani</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 0 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>7 hours 30 minutes</small>
<br>
<a href="front-page.html" class="btn btn-info pull-right btn-lg">Start Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="front-page.html"><img src="images/book4.jpg" class="img-product-list"/></a>
<h1>Learning Predictive Analytics with Python</h1>
<p class="mb5">By Ashish Kumar</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 1 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Feb 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>10 hours 37 minutes</small>
<br>
<a href="front-page.html" class="btn btn-info pull-right btn-lg">Start Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book5.jpg" class="img-product-list"/></a>
<h1>Mastering Django Web Development [Video]</h1>
<p class="mb5">By Kevin Veroneau </p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 56 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class=" mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>1 hour</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book1.jpg" class="img-product-list"/></a>
<h1>Practical Machine Learning</h1>
<p class="mb5">By Sunila Gollapudi</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 35 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class=" mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book2.jpg" class="img-product-list"/></a>
<h1>Learning Drupal 8</h1>
<p class="mb5">By Nick Abbott</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 12 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class="title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>9 hours 50 minutes</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
</ul>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="recommended" aria-labelledby="recommended-tab">
<div class="tabbed-content">
<ul class="list-group">
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book5.jpg" class="img-product-list"/></a>
<h1>Mastering Django Web Development [Video]</h1>
<p class="mb5">By Kevin Veroneau </p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 56 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class=" mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>1 hour</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book1.jpg" class="img-product-list"/></a>
<h1>Practical Machine Learning</h1>
<p class="mb5">By Sunila Gollapudi</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 35 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class=" mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>14 hours 02 minutes</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
<li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="index.html"><img src="images/book2.jpg" class="img-product-list"/></a>
<h1>Learning Drupal 8</h1>
<p class="mb5">By Nick Abbott</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 12 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class="title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>9 hours 50 minutes</small>
<br>
<a href="index.html" class="btn btn-info pull-right btn-lg">Continue Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="/packtlib/book/Web-Development/9781785281341" class="list-group-item list-name ng-scope">
<a href="front-page.html"><img src="images/book3.jpg" class="img-product-list"/></a>
<h1>Mastering JavaScript</h1>
<p class="mb5">By Ved Antani</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 0 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Jan 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>7 hours 30 minutes</small>
<br>
<a href="front-page.html" class="btn btn-info pull-right btn-lg">Start Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li><li ng-repeat="(key, fivePopular) in fivePopular" href="index.html" class="list-group-item list-name ng-scope">
<a href="front-page.html"><img src="images/book4.jpg" class="img-product-list"/></a>
<h1>Learning Predictive Analytics with Python</h1>
<p class="mb5">By Ashish Kumar</p>
<!-- Feefo Star Rating -->
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<img src="https://dz13w8afd47il.cloudfront.net/sites/all/themes/packt_v4/images/feefo-logo-simple.png" class="simple-feefo-logo">
<small> 1 review(s)</small>
<!-- Feefo Star Rating END -->
<br>
<small ng-if="fivePopular.field_date_of_publication[0].value" class="mr10 ng-binding ng-scope mt10">Feb 2016</small>
<small class=" title-duration ng-binding mt10"><i class="fa fa-clock-o mr5"></i>10 hours 37 minutes</small>
<br>
<a href="front-page.html" class="btn btn-info pull-right btn-lg">Start Viewing <i class="fa fa-chevron-right ml5" aria-hidden="true"></i></a>
<div class="clearfix">
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div><!-- row -->
</div><!-- /#book-wrapper -->
</div><!-- /#page-content-wrapper -->
</div><!-- /#wrapper -->
<!-- JAVASCRIPT BLOCKS -->
<!-- jQuery Script-->
<script src="js/jquery.js"></script>
<!-- Syntax Highlighting Script -->
<script src="js/prism.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Sidebar Toggle Script -->
<script src="js/simple-sidebar.js"></script>
</body>
</html>