-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy patharchives.html
More file actions
109 lines (102 loc) · 5.87 KB
/
archives.html
File metadata and controls
109 lines (102 loc) · 5.87 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
<!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 -->
<section id="content" class="body">
<h1>Archives for Doing Math with Python</h1>
<dl>
<dt>Wed 25 October 2023</dt>
<dd><a href="./humble-bundle-data-science.html">Doing Math with Python in Data Science Humble Bundle</a></dd>
<dt>Sat 11 July 2020</dt>
<dd><a href="./chapter-3-google-correlate-example-update.html">Chapter 3 - Google Correlate example update</a></dd>
<dt>Tue 17 March 2020</dt>
<dd><a href="./humble-bundle-coding-starter.html">Coding Starter Kit Humble Bundle</a></dd>
<dt>Thu 02 January 2020</dt>
<dd><a href="./trailing-zeros-factorial.html">Number of trailing zeros in the factorial of an integer</a></dd>
<dt>Fri 23 August 2019</dt>
<dd><a href="./humble-bundle-python.html">Doing Math with Python in Python Humble Bundle</a></dd>
<dt>Fri 29 March 2019</dt>
<dd><a href="./humble-bundle-coders-bookshelf.html">Doing Math with Python in Coder's Bookshelf Humble Bundle</a></dd>
<dt>Tue 24 July 2018</dt>
<dd><a href="./humble-bundle-linux-geek.html">Doing Math with Python in Linux Geek Humble Bundle</a></dd>
<dt>Sun 29 October 2017</dt>
<dd><a href="./anaconda-5.0.html">Anaconda 5.0 release</a></dd>
<dt>Thu 06 April 2017</dt>
<dd><a href="./humble-bundle.html">Doing Math with Python Humble Bundle</a></dd>
<dt>Wed 05 October 2016</dt>
<dd><a href="./install-on-ubuntu16.04.html">Trying out the code on Ubuntu 16.04</a></dd>
<dt>Tue 16 August 2016</dt>
<dd><a href="./video-pyconau-dmwp.html">Video: Doing Math with Python</a></dd>
<dt>Fri 12 August 2016</dt>
<dd><a href="./pycon-au-edu-summit-talk.html">PyCon Australia 2016 Education Seminar</a></dd>
<dt>Sat 06 August 2016</dt>
<dd><a href="./pyconau-dmwp.html">PyCon Australia 2016 Education Seminar: Doing Math with Python</a></dd>
<dt>Fri 01 July 2016</dt>
<dd><a href="./oreilly-webcast-doing-math.html">O'Reilly Webcast: Doing Math with Python</a></dd>
<dt>Sun 29 May 2016</dt>
<dd><a href="./education-summit-pycon-2016.html">Python 2016 Education Summit Notes</a></dd>
<dt>Thu 26 May 2016</dt>
<dd><a href="./pycon-edu-summit-talk.html">PyCon Education Summit Talk</a></dd>
<dt>Mon 11 April 2016</dt>
<dd><a href="./sympy-1.0-anaconda-4.0.html">SymPy 1.0 and Anaconda 4.0 releases</a></dd>
<dt>Sun 14 February 2016</dt>
<dd><a href="./what-readers-are-saying.html">What readers are saying</a></dd>
<dt>Wed 18 November 2015</dt>
<dd><a href="./trying-out-solutions.html">Trying out the solutions in IDLE</a></dd>
<dt>Wed 04 November 2015</dt>
<dd><a href="./breaking-long-lines-in-python.html">Breaking long lines in Python</a></dd>
<dt>Fri 11 September 2015</dt>
<dd><a href="./chapter-code-errata.html">Chapter code and Errata</a></dd>
<dt>Sat 05 September 2015</dt>
<dd><a href="./Sets-in-SymPy-and-built-in-Python-sets.html">Set operations with Python <tt class="docutils literal">set</tt> compared to SymPy's FiniteSet</a></dd>
<dt>Wed 02 September 2015</dt>
<dd><a href="./available-now.html">Doing Math with Python Available now!</a></dd>
<dt>Sat 15 August 2015</dt>
<dd><a href="./off-to-printers.html">All chapters completed, off to the printers</a></dd>
<dt>Sun 24 May 2015</dt>
<dd><a href="./hello-world.html">Introduction to "Doing Math with Python"</a></dd>
</dl>
</section>
<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>