Skip to content

Commit

Permalink
publish-to-github from 4cc926b
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Aug 15, 2017
1 parent ac163a0 commit d0578ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 15-preview-of-data-science-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -2127,10 +2127,10 @@ <h2 id="Matplotlib-MatLab-style-scientific-visualization">Matplotlib MatLab-styl



<div id="1e4e5212-9012-4190-a1ec-245ff0fdc4c5"></div>
<div id="2b48be82-9f0d-4d65-9ac6-336a67fdd112"></div>
<div class="output_subarea output_javascript ">
<script type="text/javascript">
var element = $('#1e4e5212-9012-4190-a1ec-245ff0fdc4c5');
var element = $('#2b48be82-9f0d-4d65-9ac6-336a67fdd112');
/* Put everything inside the global mpl namespace */
window.mpl = {};

Expand Down Expand Up @@ -2976,10 +2976,10 @@ <h2 id="SciPy:-Scientific-Python">SciPy: Scientific Python<a class="anchor-link"



<div id="afdbe424-0fc5-4448-8342-faf4d535a55e"></div>
<div id="27a49fc6-64aa-4457-9f72-bd471515fab3"></div>
<div class="output_subarea output_javascript ">
<script type="text/javascript">
var element = $('#afdbe424-0fc5-4448-8342-faf4d535a55e');
var element = $('#27a49fc6-64aa-4457-9f72-bd471515fab3');
/* Put everything inside the global mpl namespace */
window.mpl = {};

Expand Down
2 changes: 1 addition & 1 deletion feeds/all.atom.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>A Whirlwind Tour of Python</title><link href="http://jakevdp.github.io/WhirlwindTourOfPython/" rel="alternate"></link><link href="http://jakevdp.github.io/WhirlwindTourOfPython/feeds/all.atom.xml" rel="self"></link><id>http://jakevdp.github.io/WhirlwindTourOfPython/</id><updated>2017-08-15T11:18:20Z</updated></feed>
<feed xmlns="http://www.w3.org/2005/Atom"><title>A Whirlwind Tour of Python</title><link href="http://jakevdp.github.io/WhirlwindTourOfPython/" rel="alternate"></link><link href="http://jakevdp.github.io/WhirlwindTourOfPython/feeds/all.atom.xml" rel="self"></link><id>http://jakevdp.github.io/WhirlwindTourOfPython/</id><updated>2017-08-15T11:20:16Z</updated></feed>
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1429,10 +1429,11 @@ <h1>A Whirlwind Tour of Python</h1>
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>This website contains the full text of my free O'Reilly report, <a href="http://www.oreilly.com/programming/free/a-whirlwind-tour-of-python.csp"><em>A Whirlwind Tour of Python</em></a>.
The content is also available <a href="https://github.com/jakevdp/WhirlwindTourOfPython">on Github</a> in the form of Jupyter Notebooks.</p>
<p>This website contains the full text of my free O'Reilly report, <a href="http://www.oreilly.com/programming/free/a-whirlwind-tour-of-python.csp"><em>A Whirlwind Tour of Python</em></a>.</p>
<p><em>A Whirlwind Tour of Python</em> is a fast-paced introduction to essential features of the Python language, aimed at researchers and developers who are already familiar with programming in another language.
The material is particularly designed for those who wish to use Python for data science and/or scientific programming, and in this capacity serves as an introduction to my longer book, <a href="http://jakevdp.github.io/PythonDataScienceHandbook"><em>The Python Data Science Handbook</em></a>.</p>
<p>The content is also available <a href="https://github.com/jakevdp/WhirlwindTourOfPython">on Github</a> in the form of Jupyter Notebooks, or from O'Reilly site as a <a href="http://www.oreilly.com/programming/free/a-whirlwind-tour-of-python.csp">free e-book</a> or <a href="http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf">free pdf</a>.</p>
<p>The text is released under the This material is released under the "No Rights Reserved" <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0 license</a>, and thus you are free to re-use, modify, build-on, and enhance this material for any purpose.</p>

</div>
</div>
Expand Down

0 comments on commit d0578ed

Please sign in to comment.