Skip to content

Commit 3897983

Browse files
committed
website push
1 parent 0cc7868 commit 3897983

File tree

71 files changed

+2149
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2149
-180
lines changed

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e1cb008070adf3d7b445dcacebe3fb24
3+
config: 32ec786885c2d3b3c97770a6a1e5b94f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.

docs/.doctrees/environment.pickle

9.01 KB
Binary file not shown.

docs/.doctrees/index.doctree

11.8 KB
Binary file not shown.

docs/.doctrees/intro.doctree

-42 Bytes
Binary file not shown.

docs/.doctrees/module_3.doctree

49 Bytes
Binary file not shown.

docs/Module1_GettingStartedWithPython/Exercises/Informal_Intro_Python.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Exercises &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>Exercises &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../../genindex.html"/>
3939
<link rel="search" title="Search" href="../../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../../index.html"/>
4141

4242

4343
<script src="../../_static/js/modernizr.min.js"></script>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.10.2
69+
0.11.0
7070
</div>
7171

7272

@@ -290,7 +290,7 @@ <h2>Doing Simple Arithmetic (not graded)<a class="headerlink" href="#Doing-Simpl
290290
<script type="text/javascript">
291291
var DOCUMENTATION_OPTIONS = {
292292
URL_ROOT:'../../',
293-
VERSION:'0.10.2',
293+
VERSION:'0.11.0',
294294
COLLAPSE_INDEX:false,
295295
FILE_SUFFIX:'.html',
296296
HAS_SOURCE: true,
@@ -300,6 +300,8 @@ <h2>Doing Simple Arithmetic (not graded)<a class="headerlink" href="#Doing-Simpl
300300
<script type="text/javascript" src="../../_static/jquery.js"></script>
301301
<script type="text/javascript" src="../../_static/underscore.js"></script>
302302
<script type="text/javascript" src="../../_static/doctools.js"></script>
303+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
304+
<script type="text/javascript" src="../../_static/gtag.js"></script>
303305
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
304306

305307

docs/Module1_GettingStartedWithPython/GettingStartedWithPython.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Installing Python" href="Installing_Python.html"/>
4343
<link rel="prev" title="A Quick Guide to Formatting" href="SiteFormatting.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.10.2
72+
0.11.0
7373
</div>
7474

7575

@@ -461,7 +461,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
461461
<script type="text/javascript">
462462
var DOCUMENTATION_OPTIONS = {
463463
URL_ROOT:'../',
464-
VERSION:'0.10.2',
464+
VERSION:'0.11.0',
465465
COLLAPSE_INDEX:false,
466466
FILE_SUFFIX:'.html',
467467
HAS_SOURCE: true,
@@ -471,6 +471,8 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
471471
<script type="text/javascript" src="../_static/jquery.js"></script>
472472
<script type="text/javascript" src="../_static/underscore.js"></script>
473473
<script type="text/javascript" src="../_static/doctools.js"></script>
474+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
475+
<script type="text/javascript" src="../_static/gtag.js"></script>
474476
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
475477

476478

docs/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.html

+20-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Setting Up a Development Environment &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>Setting Up a Development Environment &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Module 2: The Essentials of Python" href="../module_2.html"/>
4343
<link rel="prev" title="Jupyter Notebooks" href="Jupyter_Notebooks.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.10.2
72+
0.11.0
7373
</div>
7474

7575

@@ -264,7 +264,7 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
264264
<p><strong>Pros</strong></p>
265265
<ul class="simple">
266266
<li>works well out-of-the-box</li>
267-
<li>supported by professionals and thus is very reliable</li>
267+
<li>long-supported by professionals and thus is very reliable</li>
268268
<li>highly configurable</li>
269269
<li>fully-featured</li>
270270
</ul>
@@ -288,7 +288,8 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
288288
</ul>
289289
<p><strong>Cons</strong></p>
290290
<ul class="simple">
291-
<li>currently less polished and powerful than PyCharm</li>
291+
<li>currently less polished and less powerful than PyCharm, although
292+
Microsoft is now formally supporting the Python extension</li>
292293
<li>can require some tinkering to get features working</li>
293294
</ul>
294295
<div class="admonition note">
@@ -298,6 +299,17 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
298299
PyCharm Community Edition or Visual Studio Code (with the Python
299300
extension installed) for your Python IDE.</p>
300301
</div>
302+
<div class="admonition warning">
303+
<p class="first fa fa-exclamation-circle"><strong>Jupyter Lab</strong>:</p>
304+
<p class="last"><a class="reference external" href="https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html">Jupyter
305+
Lab</a>
306+
is a new IDE that is being developed by the same team that develops the
307+
Jupyter Notebook. It aims to mix the polish and power of a traditional
308+
IDE, along with the convenience and great utility of the notebook
309+
environment. As of writing this, Jupyter Lab is still in the beta
310+
release phase. Given the massive popularity of Jupyter Notebook, Jupyter
311+
Lab will likely become a widely used IDE, quickly.</p>
312+
</div>
301313
</div>
302314
</div>
303315
</div>
@@ -346,7 +358,7 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
346358
<script type="text/javascript">
347359
var DOCUMENTATION_OPTIONS = {
348360
URL_ROOT:'../',
349-
VERSION:'0.10.2',
361+
VERSION:'0.11.0',
350362
COLLAPSE_INDEX:false,
351363
FILE_SUFFIX:'.html',
352364
HAS_SOURCE: true,
@@ -356,6 +368,8 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
356368
<script type="text/javascript" src="../_static/jquery.js"></script>
357369
<script type="text/javascript" src="../_static/underscore.js"></script>
358370
<script type="text/javascript" src="../_static/doctools.js"></script>
371+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
372+
<script type="text/javascript" src="../_static/gtag.js"></script>
359373
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
360374

361375

docs/Module1_GettingStartedWithPython/Informal_Intro_Python.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>An Informal Introduction to Python &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>An Informal Introduction to Python &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Jupyter Notebooks" href="Jupyter_Notebooks.html"/>
4343
<link rel="prev" title="Installing Python" href="Installing_Python.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.10.2
72+
0.11.0
7373
</div>
7474

7575

@@ -1206,7 +1206,7 @@ <h2>Playing with Lists<a class="headerlink" href="#Playing-with-Lists" title="Pe
12061206
<script type="text/javascript">
12071207
var DOCUMENTATION_OPTIONS = {
12081208
URL_ROOT:'../',
1209-
VERSION:'0.10.2',
1209+
VERSION:'0.11.0',
12101210
COLLAPSE_INDEX:false,
12111211
FILE_SUFFIX:'.html',
12121212
HAS_SOURCE: true,
@@ -1216,6 +1216,8 @@ <h2>Playing with Lists<a class="headerlink" href="#Playing-with-Lists" title="Pe
12161216
<script type="text/javascript" src="../_static/jquery.js"></script>
12171217
<script type="text/javascript" src="../_static/underscore.js"></script>
12181218
<script type="text/javascript" src="../_static/doctools.js"></script>
1219+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
1220+
<script type="text/javascript" src="../_static/gtag.js"></script>
12191221
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
12201222

12211223

docs/Module1_GettingStartedWithPython/Installing_Python.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Installing Python &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>Installing Python &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="An Informal Introduction to Python" href="Informal_Intro_Python.html"/>
4343
<link rel="prev" title="Introducing the Python Programming Language" href="GettingStartedWithPython.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.10.2
72+
0.11.0
7373
</div>
7474

7575

@@ -310,7 +310,7 @@ <h2>Installing Anaconda<a class="headerlink" href="#Installing-Anaconda" title="
310310
<script type="text/javascript">
311311
var DOCUMENTATION_OPTIONS = {
312312
URL_ROOT:'../',
313-
VERSION:'0.10.2',
313+
VERSION:'0.11.0',
314314
COLLAPSE_INDEX:false,
315315
FILE_SUFFIX:'.html',
316316
HAS_SOURCE: true,
@@ -320,6 +320,8 @@ <h2>Installing Anaconda<a class="headerlink" href="#Installing-Anaconda" title="
320320
<script type="text/javascript" src="../_static/jquery.js"></script>
321321
<script type="text/javascript" src="../_static/underscore.js"></script>
322322
<script type="text/javascript" src="../_static/doctools.js"></script>
323+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
324+
<script type="text/javascript" src="../_static/gtag.js"></script>
323325
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
324326

325327

docs/Module1_GettingStartedWithPython/Jupyter_Notebooks.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Jupyter Notebooks &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>Jupyter Notebooks &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Setting Up a Development Environment" href="Getting_Started_With_IDEs_and_Notebooks.html"/>
4343
<link rel="prev" title="An Informal Introduction to Python" href="Informal_Intro_Python.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.10.2
72+
0.11.0
7373
</div>
7474

7575

@@ -1487,7 +1487,7 @@ <h3>Using Jupyter Notebooks with Other Languages<a class="headerlink" href="#Usi
14871487
<script type="text/javascript">
14881488
var DOCUMENTATION_OPTIONS = {
14891489
URL_ROOT:'../',
1490-
VERSION:'0.10.2',
1490+
VERSION:'0.11.0',
14911491
COLLAPSE_INDEX:false,
14921492
FILE_SUFFIX:'.html',
14931493
HAS_SOURCE: true,
@@ -1497,6 +1497,8 @@ <h3>Using Jupyter Notebooks with Other Languages<a class="headerlink" href="#Usi
14971497
<script type="text/javascript" src="../_static/jquery.js"></script>
14981498
<script type="text/javascript" src="../_static/underscore.js"></script>
14991499
<script type="text/javascript" src="../_static/doctools.js"></script>
1500+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
1501+
<script type="text/javascript" src="../_static/gtag.js"></script>
15001502
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
15011503

15021504

docs/Module1_GettingStartedWithPython/Numerical_Work_In_Python.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Doing Numerical Work in Python &mdash; Python Like You Mean It 0.10.2 documentation</title>
11+
<title>Doing Numerical Work in Python &mdash; Python Like You Mean It 0.11.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.10.2 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.11.0 documentation" href="../index.html"/>
4141

4242

4343
<script src="../_static/js/modernizr.min.js"></script>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.10.2
69+
0.11.0
7070
</div>
7171

7272

@@ -312,7 +312,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
312312
<script type="text/javascript">
313313
var DOCUMENTATION_OPTIONS = {
314314
URL_ROOT:'../',
315-
VERSION:'0.10.2',
315+
VERSION:'0.11.0',
316316
COLLAPSE_INDEX:false,
317317
FILE_SUFFIX:'.html',
318318
HAS_SOURCE: true,
@@ -322,6 +322,8 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
322322
<script type="text/javascript" src="../_static/jquery.js"></script>
323323
<script type="text/javascript" src="../_static/underscore.js"></script>
324324
<script type="text/javascript" src="../_static/doctools.js"></script>
325+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
326+
<script type="text/javascript" src="../_static/gtag.js"></script>
325327
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
326328

327329

0 commit comments

Comments
 (0)