-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
641 lines (514 loc) · 28.2 KB
/
index.html
File metadata and controls
641 lines (514 loc) · 28.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
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
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="Pelican" />
<title>Doing Math with Python</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<link href="http://doingmathwithpython.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Doing Math with Python Atom Feed" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">Doing Math with Python</a></h1>
<nav><ul>
<li><a href="./pages/about.html">About</a></li>
<li><a href="./pages/software-installation.html">Software Installation</a></li>
<li><a href="./pages/programs.html">Programs</a></li>
<li><a href="./pages/errata.html">Errata</a></li>
<li><a href="./pages/help.html">Help</a></li>
<li><a href="./pages/buy.html">Buy</a></li>
<li><a href="./pages/reviews.html">Reviews</a></li>
</ul></nav>
</header><!-- /#banner -->
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="./humble-bundle-data-science.html">Doing Math with Python in Data Science Humble Bundle</a></h1>
<footer class="post-info">
<abbr class="published" title="2023-10-25T13:20:00+10:00">
Published: Wed 25 October 2023
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --><p>"Doing Math with Python" is part of No Starch Press's <a class="reference external" href="https://www.humblebundle.com/books/data-science-no-starch-press-books">Data Science Humble Bundle</a>
running for the next 19 days. Your purchases will help support EFF!</p>
<div class="figure align-center">
<img alt="Humble Bundle" src="./images/data-science-humble-bundle.png" />
</div>
<p>Get the bundle <a class="reference external" href="https://www.humblebundle.com/books/data-science-no-starch-press-books">here</a>!</p>
<p>I am still surprised that the book still continues to be relevant, and i am quietly happy that I could produce such a book,
thanks to all the help i got from No Starch folks.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<hr />
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="./chapter-3-google-correlate-example-update.html" rel="bookmark"
title="Permalink to Chapter 3 - Google Correlate example update">Chapter 3 - Google Correlate example update</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2020-07-11T00:00:00+10:00">
Published: Sat 11 July 2020
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p>In Chapter 3 on Page 87, the book refers to the Google Correlate service. However, as of December 2019, the service has been shutdown.
Since the chapter requires you to download a CSV formatted data, it is no longer possible. However, you can instead download a version of
the data …</p>
<a class="readmore" href="./chapter-3-google-correlate-example-update.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./humble-bundle-coding-starter.html" rel="bookmark"
title="Permalink to Coding Starter Kit Humble Bundle">Coding Starter Kit Humble Bundle</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2020-03-17T00:00:00+10:00">
Published: Tue 17 March 2020
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p>I am very excited to share that "Doing Math with Python" is part of No Starch Press's <a class="reference external" href="https://www.humblebundle.com/books/coding-starter-kit-no-starch-press-books?mc_cid=01272437d1&mc_eid=a8fa0cb420">Coding Starter Humble Bundle</a>.
Of course, you get No Starch Press's other excellent coding books as part of the bundle.</p>
<p>It's on for the next 20 days!</p>
<div class="figure align-left">
<img alt="Humble Bundle" src="./images/coding-starter-humble-bundle.png" />
</div>
<p>Your purchases will help support the …</p>
<a class="readmore" href="./humble-bundle-coding-starter.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./trailing-zeros-factorial.html" rel="bookmark"
title="Permalink to Number of trailing zeros in the factorial of an integer">Number of trailing zeros in the factorial of an integer</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2020-01-02T19:50:00+10:00">
Published: Thu 02 January 2020
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/articles.html">articles</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Use Python to find the number of trailing zeros in the factorial of an integer</p>
<a class="readmore" href="./trailing-zeros-factorial.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./humble-bundle-python.html" rel="bookmark"
title="Permalink to Doing Math with Python in Python Humble Bundle">Doing Math with Python in Python Humble Bundle</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2019-08-23T00:00:00+10:00">
Published: Fri 23 August 2019
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Humble bundle Python</p>
<a class="readmore" href="./humble-bundle-python.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./humble-bundle-coders-bookshelf.html" rel="bookmark"
title="Permalink to Doing Math with Python in Coder's Bookshelf Humble Bundle">Doing Math with Python in Coder's Bookshelf Humble Bundle</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2019-03-29T00:00:00+10:00">
Published: Fri 29 March 2019
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Humble bundle</p>
<a class="readmore" href="./humble-bundle-coders-bookshelf.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./humble-bundle-linux-geek.html" rel="bookmark"
title="Permalink to Doing Math with Python in Linux Geek Humble Bundle">Doing Math with Python in Linux Geek Humble Bundle</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2018-07-24T13:20:00+10:00">
Published: Tue 24 July 2018
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Humble bundle</p>
<a class="readmore" href="./humble-bundle-linux-geek.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./anaconda-5.0.html" rel="bookmark"
title="Permalink to Anaconda 5.0 release">Anaconda 5.0 release</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2017-10-29T19:50:00+10:00">
Published: Sun 29 October 2017
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Anaconda 5.0 release</p>
<a class="readmore" href="./anaconda-5.0.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./humble-bundle.html" rel="bookmark"
title="Permalink to Doing Math with Python Humble Bundle">Doing Math with Python Humble Bundle</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2017-04-06T08:20:00+10:00">
Published: Thu 06 April 2017
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Humble bundle</p>
<a class="readmore" href="./humble-bundle.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./install-on-ubuntu16.04.html" rel="bookmark"
title="Permalink to Trying out the code on Ubuntu 16.04">Trying out the code on Ubuntu 16.04</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-10-05T09:00:00+10:00">
Published: Wed 05 October 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/tips.html">tips</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Code on Ubuntu 15.04</p>
<a class="readmore" href="./install-on-ubuntu16.04.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./video-pyconau-dmwp.html" rel="bookmark"
title="Permalink to Video: Doing Math with Python">Video: Doing Math with Python</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-08-16T12:00:00+10:00">
Published: Tue 16 August 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">PyConAU2016</p>
<a class="readmore" href="./video-pyconau-dmwp.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./pycon-au-edu-summit-talk.html" rel="bookmark"
title="Permalink to PyCon Australia 2016 Education Seminar">PyCon Australia 2016 Education Seminar</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-08-12T11:27:00+10:00">
Published: Fri 12 August 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">PyCon AU education summit talk</p>
<a class="readmore" href="./pycon-au-edu-summit-talk.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./pyconau-dmwp.html" rel="bookmark"
title="Permalink to PyCon Australia 2016 Education Seminar: Doing Math with Python">PyCon Australia 2016 Education Seminar: Doing Math with Python</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-08-06T18:00:00+10:00">
Published: Sat 06 August 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">PyConAU2016</p>
<a class="readmore" href="./pyconau-dmwp.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./oreilly-webcast-doing-math.html" rel="bookmark"
title="Permalink to O'Reilly Webcast: Doing Math with Python">O'Reilly Webcast: Doing Math with Python</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-07-01T14:00:00+10:00">
Published: Fri 01 July 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">O'Reilly Webcast</p>
<a class="readmore" href="./oreilly-webcast-doing-math.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./education-summit-pycon-2016.html" rel="bookmark"
title="Permalink to Python 2016 Education Summit Notes">Python 2016 Education Summit Notes</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-05-29T17:00:00+10:00">
Published: Sun 29 May 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Education Summit Summary</p>
<a class="readmore" href="./education-summit-pycon-2016.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./pycon-edu-summit-talk.html" rel="bookmark"
title="Permalink to PyCon Education Summit Talk">PyCon Education Summit Talk</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-05-26T11:27:00+10:00">
Published: Thu 26 May 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">PyCon education summit talk</p>
<a class="readmore" href="./pycon-edu-summit-talk.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./sympy-1.0-anaconda-4.0.html" rel="bookmark"
title="Permalink to SymPy 1.0 and Anaconda 4.0 releases">SymPy 1.0 and Anaconda 4.0 releases</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-04-11T19:50:00+10:00">
Published: Mon 11 April 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">sympy 1.0 and Anaconda 4.0</p>
<a class="readmore" href="./sympy-1.0-anaconda-4.0.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./what-readers-are-saying.html" rel="bookmark"
title="Permalink to What readers are saying">What readers are saying</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-02-14T10:00:00+10:00">
Published: Sun 14 February 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Reviews of Doing Math with Python</p>
<a class="readmore" href="./what-readers-are-saying.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./trying-out-solutions.html" rel="bookmark"
title="Permalink to Trying out the solutions in IDLE">Trying out the solutions in IDLE</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-11-18T08:20:00+10:00">
Published: Wed 18 November 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Trying out the solutions</p>
<a class="readmore" href="./trying-out-solutions.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./breaking-long-lines-in-python.html" rel="bookmark"
title="Permalink to Breaking long lines in Python">Breaking long lines in Python</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-11-04T12:00:00+10:00">
Published: Wed 04 November 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/articles.html">articles</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Breaking long lines in Python</p>
<a class="readmore" href="./breaking-long-lines-in-python.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./chapter-code-errata.html" rel="bookmark"
title="Permalink to Chapter code and Errata">Chapter code and Errata</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-09-11T08:20:00+10:00">
Published: Fri 11 September 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Chapter code and errata</p>
<a class="readmore" href="./chapter-code-errata.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./Sets-in-SymPy-and-built-in-Python-sets.html" rel="bookmark"
title="Permalink to Set operations with Python set compared to SymPy's FiniteSet">Set operations with Python <tt class="docutils literal">set</tt> compared to SymPy's FiniteSet</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-09-05T23:00:00+10:00">
Published: Sat 05 September 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/articles.html">articles</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Sets in SymPy and built-in Python sets</p>
<a class="readmore" href="./Sets-in-SymPy-and-built-in-Python-sets.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./available-now.html" rel="bookmark"
title="Permalink to Doing Math with Python Available now!">Doing Math with Python Available now!</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-09-02T08:00:00+10:00">
Published: Wed 02 September 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Available now!</p>
<a class="readmore" href="./available-now.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./off-to-printers.html" rel="bookmark"
title="Permalink to All chapters completed, off to the printers">All chapters completed, off to the printers</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-08-15T23:27:00+10:00">
Published: Sat 15 August 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">off to printers!</p>
<a class="readmore" href="./off-to-printers.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./hello-world.html" rel="bookmark"
title="Permalink to Introduction to "Doing Math with Python"">Introduction to "Doing Math with Python"</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-05-24T23:27:00+10:00">
Published: Sun 24 May 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/amit-saha.html">Amit Saha</a>
</address>
<p>In <a href="./category/updates.html">updates</a>.</p>
</footer><!-- /.post-info --> <p class="first last">Hello World</p>
<a class="readmore" href="./hello-world.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
</section><!-- /#content -->
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="http://doingmathwithpython.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
(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-67534179-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>