-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscrappingrun.py
618 lines (531 loc) · 20.3 KB
/
scrappingrun.py
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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
========================== RESTART: F:/scrapping.py ==========================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta content="B9A07A53598C8C5CB664364E44372C1F" name="msvalidate.01">
<meta content="505405866474484" property="fb:app_id">
<title>
My Coding Zone
</title>
<!-- Bootstrap -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet"/>
<link href="/static/css/prism.css" rel="stylesheet"/>
<link href="/static/css/carousel.css" rel="stylesheet"/>
<link href="/static/photo.png" rel="shortcut icon"/>
<script src="https://apis.google.com/js/platform.js">
</script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-60726752-2', 'auto');
ga('send', 'pageview');
</script>
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9655830461045889",
enable_page_level_ads: true
});
</script>
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</meta>
</meta>
</head>
<body>
<div class="container">
<div class="container">
<br/>
</div>
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button">
<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" href="/english">
<img alt="Brand" src="/static/photo.png" style="max-width:47px; margin-top : -14px;"/>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="/english">
Home
</a>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">
Tutorials
<span class="caret">
</span>
</a>
<ul class="dropdown-menu">
<li>
<a href="/tutorials/python/english/getting-started-with-python">
Python
</a>
</li>
<!--
<li><a href="../c">C</a></li>
<li><a href="../cpp">C++</a></li>
<li><a href="/tutorials/excelVba/english/">Excel VBA</a></li>
<li><a href="/tutorials/android/english/">Android App Development</a></li>
-->
<!--
<li role="separator" class="divider"></li>
<li class="dropdown-header">Other Tutorial Series</li>
<li><a href="#">NLP (coming soon)</a></li>
<li><a href="#">Machine Learning (coming soon) </a></li>-->
</ul>
</li>
<!--
<li><a href="/videos">Videos</a></li>-->
<li>
<a href="/blog/english">
Blog
</a>
</li>
<li>
<a href="/videos/english">
Videos
</a>
</li>
<li>
<a href="/hire/english">
Contact me
</a>
</li>
</ul>
<form action="/search/english" class="navbar-form navbar-left" method="get">
<div class="form-group">
<input class="form-control" name="query" placeholder="Search" type="text"/>
</div>
<button class="btn btn-default" type="submit">
Submit
</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">
English
<span class="caret">
</span>
</a>
<ul class="dropdown-menu">
<li>
<a href="/english">
English Website
</a>
</li>
<li>
<a href="/hindi">
Hindi Website
</a>
</li>
<li>
<a href="/hindi-devnagri">
हिंदी वेबसाइट
</a>
</li>
</ul>
</li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Login</a></li>
<li><a href="#">SignUp</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Language <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">English</a></li>
<li><a href="#">Hindi</a></li>
<li><a href="#">hindi</a></li>
</ul>
</li>
</ul>
-->
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!--Styling Stuff-->
<style type="text/css">
p {
font-size: 20px;
}
.page-header {
margin: 10px 0 20px;
}
.btn {
margin-bottom: 7px;
}
</style>
<!--Facebook JS-->
<div id="fb-root">
</div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type="text/javascript">
document.title = "English Blog - MyCodingZone";
</script>
<!-- Page Content Starts Here-->
<div class="container">
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<a class="btn btn-danger" href="/blog/hindi" role="button" type="submit">
Take me to Hindi Blog
</a>
<a class="btn btn-success" href="/blog/hindi-devnagri" role="button" type="submit">
Take me to हिंदी-देवनागरी Blog
</a>
<h1 class="page-header">
Coding Capsules
<small>
By MyCodingZone
</small>
</h1>
<div class="well">
<div class="row">
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<!-- MyCodingZone -->
<ins class="adsbygoogle" data-ad-client="ca-pub-9655830461045889" data-ad-format="auto" data-ad-slot="9455548155" style="display:block">
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<h2>
<a href="../blogpost/english/how-to-install-python-modules-using-wheel">
How to install python modules using wheel (.whl) files
</a>
</h2>
<p>
Before I start telling you about wheel files and how to install them, I would like to tell you about their significance. We all generally use pip to install python modules which fails at times. In such situations, we have no other option than to search for error on stackoverflow or post it on forums.
But if you face any problem down...
</p>
<a class="btn btn-primary" href="../blogpost/english/how-to-install-python-modules-using-wheel">
Read More
<span class="glyphicon glyphicon-chevron-right">
</span>
</a>
<hr/>
<h2>
<a href="../blogpost/english/pip-is-not-recognized-as-an-internal-or-external-command">
[Solved] pip is not recognized as an internal or external command, operable program or batch file error
</a>
</h2>
<p>
When I started my python journey and tried to install a package using pip from the command line, I faced the same issue. You can either watch this video or skip it since I will be discussing the fix to this error in detail below:
At that time i wish someone could have told me how to fix the same.
In this post, I am going to tel...
</p>
<a class="btn btn-primary" href="../blogpost/english/pip-is-not-recognized-as-an-internal-or-external-command">
Read More
<span class="glyphicon glyphicon-chevron-right">
</span>
</a>
<hr/>
<h2>
<a href="../blogpost/english/how-many-similar-rectangles-will-fit-inside-a-larger-rectangle-of-given-size">
How many similar rectangles will fit inside a larger rectangle of given size
</a>
</h2>
<p>
In this post, I will discuss about one of the most common, simple and useful problems of the bin packing literature. Given a rectangle, how many small rectangles of given dimensions would fit it. I was facing a similar issue and finally got the answer to my problem on my own. Assuming length is greater than the breadth for both the rectangle...
</p>
<a class="btn btn-primary" href="../blogpost/english/how-many-similar-rectangles-will-fit-inside-a-larger-rectangle-of-given-size">
Read More
<span class="glyphicon glyphicon-chevron-right">
</span>
</a>
<hr/>
<!-- Pager -->
<ul class="pager">
<li class="previous">
<a href="/blog/english?number=0">
← Older
</a>
</li>
<li class="next">
<a href="/blog/english?number=2">
Newer →
</a>
</li>
</ul>
</div>
<!-- Blog Sidebar Widgets Column -->
<div class="col-md-4">
<!-- Blog Search Well -->
<form action="/search/english" method="get">
<div class="well">
<h4>
Search
</h4>
<div class="input-group">
<input class="form-control" name="query" type="text"/>
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<span class="glyphicon glyphicon-search">
</span>
</button>
</span>
</div>
<!-- /.input-group -->
</div>
</form>
<!-- Blog Categories Well -->
<div class="well">
<h4>
Categories
</h4>
<div class="row">
<div class="col-lg-6">
<ul>
<li>
<a href="#">
Python
</a>
</li>
<li>
<a href="#">
Java
</a>
</li>
<li>
<a href="#">
C++
</a>
</li>
<li>
<a href="#">
.Net
</a>
</li>
</ul>
</div>
<!-- /.col-lg-6 -->
</div>
</div>
<!-- Adsense ad here -->
<div class="well">
<div class="row">
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<!-- MyCodingZone -->
<ins class="adsbygoogle" data-ad-client="ca-pub-9655830461045889" data-ad-format="auto" data-ad-slot="9455548155" style="display:block">
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<!-- /.col-lg-6 -->
<!-- /.row -->
<!-- Side Widget Well -->
<div class="well">
<h4>
Subscribe To Our YouTube Channels
</h4>
<div class="g-ytsubscribe" data-channelid="UCa5UDzFzpIjJ1VSxCSlQP_g" data-count="default" data-layout="full">
</div>
<br/>
<div class="g-ytsubscribe" data-channelid="UC0Ou-uw8CBuXoLfbBQLgGpA" data-count="default" data-layout="full">
</div>
</div>
</div>
</div>
</div>
<!-- /.row -->
<hr/>
<!-- FOOTER -->
<footer>
<p class="pull-right">
<a href="#">
Back to top
</a>
</p>
<p>
© 2018 MyCodingZone, Inc. ·
<a href="#">
Privacy
</a>
·
<a href="#">
Terms
</a>
</p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/static/js/bootstrap.min.js">
</script>
<script src="/static/js/prism.js">
</script>
</div>
</body>
</html>
>>>
========================== RESTART: F:/scrapping.py ==========================
Before I start telling you about wheel files and how to install them, I would like to tell you about their significance. We all generally use pip to install python modules which fails at times. In such situations, we have no other option than to search for error on stackoverflow or post it on forums.
But if you face any problem down...
>>>
========================== RESTART: F:/scrapping.py ==========================
<p>Before I start telling you about wheel files and how to install them, I would like to tell you about their significance. We all generally use pip to install python modules which fails at times. In such situations, we have no other option than to search for error on stackoverflow or post it on forums.
But if you face any problem down...</p>
<p>
When I started my python journey and tried to install a package using pip from the command line, I faced the same issue. You can either watch this video or skip it since I will be discussing the fix to this error in detail below:
At that time i wish someone could have told me how to fix the same.
In this post, I am going to tel...</p>
<p>In this post, I will discuss about one of the most common, simple and useful problems of the bin packing literature. Given a rectangle, how many small rectangles of given dimensions would fit it. I was facing a similar issue and finally got the answer to my problem on my own. Assuming length is greater than the breadth for both the rectangle...</p>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2018 MyCodingZone, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
>>>
========================== RESTART: F:/scrapping.py ==========================
Before I start telling you about wheel files and how to install them, I would like to tell you about their significance. We all generally use pip to install python modules which fails at times. In such situations, we have no other option than to search for error on stackoverflow or post it on forums.
But if you face any problem down...
When I started my python journey and tried to install a package using pip from the command line, I faced the same issue. You can either watch this video or skip it since I will be discussing the fix to this error in detail below:
At that time i wish someone could have told me how to fix the same.
In this post, I am going to tel...
In this post, I will discuss about one of the most common, simple and useful problems of the bin packing literature. Given a rectangle, how many small rectangles of given dimensions would fit it. I was facing a similar issue and finally got the answer to my problem on my own. Assuming length is greater than the breadth for both the rectangle...
Back to top
© 2018 MyCodingZone, Inc. · Privacy · Terms
>>>
========================== RESTART: F:/scrapping.py ==========================
/english
/english
#
/tutorials/python/english/getting-started-with-python
/blog/english
/videos/english
/hire/english
#
/english
/hindi
/hindi-devnagri
/blog/hindi
/blog/hindi-devnagri
../blogpost/english/how-to-install-python-modules-using-wheel
../blogpost/english/how-to-install-python-modules-using-wheel
../blogpost/english/pip-is-not-recognized-as-an-internal-or-external-command
../blogpost/english/pip-is-not-recognized-as-an-internal-or-external-command
../blogpost/english/how-many-similar-rectangles-will-fit-inside-a-larger-rectangle-of-given-size
../blogpost/english/how-many-similar-rectangles-will-fit-inside-a-larger-rectangle-of-given-size
/blog/english?number=0
/blog/english?number=2
#
#
#
#
#
#
#
>>>
========================== RESTART: F:/scrapping.py ==========================
https://www.youtube.com//watch?v=ZG2aPBV7o1c
https://www.youtube.com//watch?v=ZG2aPBV7o1c
https://www.youtube.com//watch?v=0sEIOrqlR0s
https://www.youtube.com//watch?v=0sEIOrqlR0s
https://www.youtube.com//watch?v=htuzO7GK57g
https://www.youtube.com//watch?v=htuzO7GK57g
https://www.youtube.com//watch?v=c7BFz-8dX3c
https://www.youtube.com//watch?v=c7BFz-8dX3c
https://www.youtube.com//watch?v=6aNAu_AOt6A
https://www.youtube.com//watch?v=6aNAu_AOt6A
https://www.youtube.com//watch?v=xT4sE-OAnEU
https://www.youtube.com//watch?v=xT4sE-OAnEU
https://www.youtube.com//watch?v=w2UOUrlzxsA
https://www.youtube.com//watch?v=w2UOUrlzxsA
https://www.youtube.com//watch?v=dzlHErVqmow
https://www.youtube.com//watch?v=dzlHErVqmow
https://www.youtube.com//watch?v=vDnSpEBmHfw
https://www.youtube.com//watch?v=vDnSpEBmHfw
https://www.youtube.com//watch?v=wg0nP6gXUgc
https://www.youtube.com//watch?v=wg0nP6gXUgc
https://www.youtube.com//watch?v=lrOxCnn0vOI
https://www.youtube.com//watch?v=lrOxCnn0vOI
https://www.youtube.com//watch?v=VBHrZPesexE
https://www.youtube.com//watch?v=VBHrZPesexE
https://www.youtube.com//watch?v=E_TMbmQWjiM
https://www.youtube.com//watch?v=E_TMbmQWjiM
https://www.youtube.com//watch?v=m5yvcXRGibk
https://www.youtube.com//watch?v=m5yvcXRGibk
https://www.youtube.com//watch?v=-65c5WimTYg
https://www.youtube.com//watch?v=-65c5WimTYg
https://www.youtube.com//watch?v=BndJR9ZB0n8
https://www.youtube.com//watch?v=BndJR9ZB0n8
https://www.youtube.com//watch?v=aCMoRc9uoYY
https://www.youtube.com//watch?v=aCMoRc9uoYY
https://www.youtube.com//watch?v=XGq3k4PVn7s
https://www.youtube.com//watch?v=XGq3k4PVn7s
https://www.youtube.com//watch?v=leDgN1_5NnI
https://www.youtube.com//watch?v=leDgN1_5NnI
https://www.youtube.com//watch?v=qN_bOC6H3b8
https://www.youtube.com//watch?v=qN_bOC6H3b8
https://www.youtube.com//watch?v=gGHkFpMoEq0
https://www.youtube.com//watch?v=gGHkFpMoEq0
https://www.youtube.com//watch?v=fCHwo6oee-E
https://www.youtube.com//watch?v=fCHwo6oee-E
https://www.youtube.com//watch?v=uS8h6JS07rQ
https://www.youtube.com//watch?v=uS8h6JS07rQ
https://www.youtube.com//watch?v=PsXi5dmCsoQ
https://www.youtube.com//watch?v=PsXi5dmCsoQ
https://www.youtube.com//watch?v=Oo-x7fiycC8
https://www.youtube.com//watch?v=Oo-x7fiycC8
https://www.youtube.com//watch?v=IGuHpTorqG0
https://www.youtube.com//watch?v=IGuHpTorqG0
https://www.youtube.com//watch?v=pzYfQREbNaM
https://www.youtube.com//watch?v=pzYfQREbNaM
https://www.youtube.com//watch?v=PwBZ6uPMEM8
https://www.youtube.com//watch?v=PwBZ6uPMEM8
https://www.youtube.com//watch?v=UZc6fXMKkEo
https://www.youtube.com//watch?v=UZc6fXMKkEo
https://www.youtube.com//watch?v=xKZnRHSIlfA
https://www.youtube.com//watch?v=xKZnRHSIlfA
>>>