Skip to content

Commit b3ae1a4

Browse files
committed
update html from metadata and jupytext 1.1.0 changes
1 parent ce11c57 commit b3ae1a4

File tree

165 files changed

+4313
-2360
lines changed

Some content is hidden

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

165 files changed

+4313
-2360
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
609 Bytes
Binary file not shown.
595 Bytes
Binary file not shown.
610 Bytes
Binary file not shown.
562 Bytes
Binary file not shown.
Binary file not shown.
653 Bytes
Binary file not shown.
Binary file not shown.
650 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/.doctrees/environment.pickle

715 Bytes
Binary file not shown.

docs/.doctrees/index.doctree

-1 Bytes
Binary file not shown.

docs/.doctrees/intro.doctree

-1 Bytes
Binary file not shown.

docs/.doctrees/module_1.doctree

-1 Bytes
Binary file not shown.

docs/.doctrees/module_2.doctree

-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

docs/.doctrees/module_3.doctree

-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

docs/.doctrees/module_4.doctree

-1 Bytes
Binary file not shown.

docs/.doctrees/module_5.doctree

-1 Bytes
Binary file not shown.

docs/Module1_GettingStartedWithPython/GettingStartedWithPython.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Basic description of the Python programming language, Difficulty: Easy, Category: Background" name="description" />
9+
<meta content="python, install, basics, scripts, interpreter, foundations" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It</title>
@@ -214,7 +216,7 @@ <h1>Introducing the Python Programming Language<a class="headerlink" href="#Intr
214216
</ul>
215217
<div class="section" id="What-is-Python?">
216218
<h2>What is Python?<a class="headerlink" href="#What-is-Python?" title="Permalink to this headline"></a></h2>
217-
<p><strong>Python is a programming language</strong>. That is, it provides us with a strict set of grammatical rules that correspond to well-defined instructions that a computer will obey. The tremendous value of this is that we can write text documents that are relatively simple and inuitive for humans to read, and yet can inform the computer to perform precise operations. Python <strong>code</strong> is simply text that conforms to the Python language.</p>
219+
<p><strong>Python is a programming language</strong>. That is, it provides us with a strict set of grammatical rules that correspond to well-defined instructions that a computer will obey. The tremendous value of this is that we can write text documents that are relatively simple and intuitive for humans to read, and yet can inform the computer to perform precise operations. Python <strong>code</strong> is simply text that conforms to the Python language.</p>
218220
<p>For example, the following text obeys the rules of the Python language:</p>
219221
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">x</span> <span class="o">=</span> <span class="mi">2</span> <span class="o">+</span> <span class="mi">3</span>
220222
<span class="k">print</span><span class="p">(</span><span class="s1">&#39;2 + 3 = {}&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">x</span><span class="p">))</span>

docs/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Integrated Development Environments, Difficulty: Easy, Category: Tools" name="description" />
9+
<meta content="python, introduction, IDE, PyCharm, VSCode, Jupyter, recommendation, tools" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Setting Up a Development Environment &mdash; Python Like You Mean It</title>

docs/Module1_GettingStartedWithPython/Informal_Intro_Python.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Informal Introduction to Python, Difficulty: Easy, Category: Tutorial" name="description" />
9+
<meta content="python, installation, script, introduction, ipython, console, quick introduction" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>An Informal Introduction to Python &mdash; Python Like You Mean It</title>

docs/Module1_GettingStartedWithPython/Installing_Python.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Installing Python with Anaconda, Difficulty: Easy, Category: Tutorial" name="description" />
9+
<meta content="python, anaconda, instructions, environments, beginner, data science, introduction" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Installing Python &mdash; Python Like You Mean It</title>

docs/Module1_GettingStartedWithPython/Jupyter_Notebooks.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Jupyter notebooks, Difficulty: Easy, Category: Tutorial" name="description" />
9+
<meta content="jupyter, notebook, kernel, basics, server, console, command line, plot, beginner, data science" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Jupyter Notebooks &mdash; Python Like You Mean It</title>
@@ -512,7 +514,7 @@ <h2>An Example Notebook<a class="headerlink" href="#An-Example-Notebook" title="
512514
<div class="prompt empty docutils container">
513515
</div>
514516
<div class="output_area docutils container">
515-
<img alt="../_images/Module1_GettingStartedWithPython_Jupyter_Notebooks_8_0.png" src="../_images/Module1_GettingStartedWithPython_Jupyter_Notebooks_8_0.png" />
517+
<img alt="../_images/Module1_GettingStartedWithPython_Jupyter_Notebooks_9_0.png" src="../_images/Module1_GettingStartedWithPython_Jupyter_Notebooks_9_0.png" />
516518
</div>
517519
</div>
518520
<p>Notice that this notebook interface is great for making adjustments to this plot. You can easily change the color or line-style of the plot and redraw it without having to recompute the functions. You simply re-execute the cell containing the plot code. This is especially nice when the numerical computations required to generate the curves are costly.</p>

docs/Module1_GettingStartedWithPython/SiteFormatting.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Overview of formatting in Python Like You Mean It, Difficulty: Easy, Category: Instructions" name="description" />
9+
<meta content="overview, formatting, background, code block, console style" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>A Quick Guide to Formatting &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Basic_Objects.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Basics of Python Objects, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="integers, booleans, floats, floating point precision, lists, strings, fundamentals" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Basic Object Types &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/ConditionalStatements.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Conditional Statements, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="if, else, elif, inline if, switch statement, comparison operator, bool, truth, is operator" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Conditional Statements &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/DataStructures.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Data Structures, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="Big-O, complexity, efficiency, algorithm, interview preparation, list, tuple, sequence" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Data Structures (Part I): Introduction &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Introduction to Sets, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="set, complexity, comparison, union, intersection, membership, hashing, lookup, interview preparation" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Data Structures (Part III): Sets &amp; the Collections Module &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/DataStructures_II_Dictionaries.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Introduction to Dictionaries, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="dictionary, complexity, key, value, iteration, get item, hashing, lookup, interview preparation" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Data Structures (Part II): Dictionaries &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/ForLoops.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Contorl flow with for-loops and while-loops, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="for-loop, while-loop, break, control flow, basic programming" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>For-Loops and While-Loops &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Functions.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Functions and Function Signatures, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="functions, *args, **kwargs, signature, default parameter, docstring, return, vowel count, syntax, basics" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Basics of Functions &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Generators_and_Comprehensions.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: generators comprehensions and efficiency, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="generator, range, list comprehension, generator comprehension, nested comprehensions, inline for-loop, filtered, iterator" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Generators &amp; Comprehension Expressions &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Introduction.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: introduction to control flow, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="overview, summary, if, else, function, for-loop, if, else, control flow" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Introducing Control Flow &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Iterables.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: the basics of iterables in python, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="iterables, max, min, sum, all, any, itertools, enumerate, unpack" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Iterables &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Itertools.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: simple use cases of python itertools, Difficulty: Easy, Category: Tutorial" name="description" />
9+
<meta content="itertools, examples, zip, range, enumerate, chain, combinations" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Python’s “Itertools” &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Problems/DifferenceFanout.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: For-Loop Exercise, Difficulty: Easy, Category: Practice Problem" name="description" />
9+
<meta content="for loops, list, function, list comprehension, practice problem" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Difference Fanout &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Problems/EncodeAsString.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: String Encoding Exercise, Difficulty: Medium, Category: Practice Problem" name="description" />
9+
<meta content="function, string, casting, practice problem" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Encode as String &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Problems/MarginPercentage.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Within Margin Exercise, Difficulty: Medium, Category: Practice Problem" name="description" />
9+
<meta content="function, control flow, comparisons, practice problem" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Within Margin Percentage &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Problems/MergeMaxDicts.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Dictionary Merge Exercise, Difficulty: Easy, Category: Practice Problem" name="description" />
9+
<meta content="dictionary, merge, practice problem" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Merging Two Dictionaries &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Problems/Palindrome.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Palindrome Exercise, Difficulty: Easy, Category: Practice Problem" name="description" />
9+
<meta content="string, palindrome, practice problem" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Is Palindrome &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Scope.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: variable score and namespaces in python, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="variable, namespace, function, scope, shadowing" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Scope &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/SequenceTypes.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: understanding python sequences, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="list, tuple, string, slice, index, negative index, get item, pop, append, examples" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Sequence Types &mdash; Python Like You Mean It</title>

docs/Module2_EssentialsOfPython/Variables_and_Assignment.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: variable naming and assignment, Difficulty: Medium, Category: Section" name="description" />
9+
<meta content="variable naming, valid names, mutable, immutable, reference, pointer" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Variables &amp; Assignment &mdash; Python Like You Mean It</title>

docs/Module3_IntroducingNumpy/AccessingDataAlongMultipleDimensions.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
8+
<meta content="Topic: Indexing into multi-dimensional numpy arrays, Difficulty: Easy, Category: Section" name="description" />
9+
<meta content="numpy array, multidimensional, index, slice, negative index, rows, columns" name="keywords" />
10+
911
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1012

1113
<title>Accessing Data Along Multiple Dimensions in an Array &mdash; Python Like You Mean It</title>

0 commit comments

Comments
 (0)