Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Sep 4, 2024
1 parent 4429146 commit f86cf50
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions _sources/blank.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,80 +5,80 @@ These notebooks are useful for doing follow-along exercises where learners fill

**Chapter 1: Programming as a way of thinking**

* [Click here to run blank 1 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap01.ipynb)
* [Click here to run Chapter 1 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap01.ipynb)


**Chapter 2: Variables and Statements**

* [Click here to run blank 2 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap02.ipynb)
* [Click here to run Chapter 2 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap02.ipynb)


**Chapter 3: Functions**

* [Click here to run blank 3 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap03.ipynb)
* [Click here to run Chapter 3 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap03.ipynb)


**Chapter 4: Functions and Interfaces**

* [Click here to run blank 4 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap04.ipynb)
* [Click here to run Chapter 4 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap04.ipynb)


**Chapter 5: Conditionals and Recursion**

* [Click here to run blank 5 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap05.ipynb)
* [Click here to run Chapter 5 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap05.ipynb)

**Chapter 6: Return Values**

* [Click here to run blank 6 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap06.ipynb)
* [Click here to run Chapter 6 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap06.ipynb)

**Chapter 7: Iteration and Search**

* [Click here to run blank 7 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap07.ipynb)
* [Click here to run Chapter 7 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap07.ipynb)

**Chapter 8: Strings and Regular Expressions**

* [Click here to run blank 8 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap08.ipynb)
* [Click here to run Chapter 8 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap08.ipynb)

**Chapter 9: Lists**

* [Click here to run blank 9 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap09.ipynb)
* [Click here to run Chapter 9 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap09.ipynb)

**Chapter 10: Dictionaries**

* [Click here to run blank 10 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap10.ipynb)
* [Click here to run Chapter 10 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap10.ipynb)

**Chapter 11: Tuples**

* [Click here to run blank 11 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap11.ipynb)
* [Click here to run Chapter 11 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap11.ipynb)

**Chapter 12: Text Analysis and Generation**

* [Click here to run blank 12 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap12.ipynb)
* [Click here to run Chapter 12 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap12.ipynb)

**Chapter 13: Files and Databases**

* [Click here to run blank 13 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap13.ipynb)
* [Click here to run Chapter 13 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap13.ipynb)

**Chapter 14: Classes and Functions**

* [Click here to run blank 14 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap14.ipynb)
* [Click here to run Chapter 14 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap14.ipynb)

**Chapter 15: Classes and Methods**

* [Click here to run blank 15 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap15.ipynb)
* [Click here to run Chapter 15 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap15.ipynb)

**Chapter 16: Classes and Objects**

* [Click here to run blank 16 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap16.ipynb)
* [Click here to run Chapter 16 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap16.ipynb)

**Chapter 17: Inheritance**

* [Click here to run blank 17 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap17.ipynb)
* [Click here to run Chapter 17 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap17.ipynb)

**Chapter 18: Python Extras**

* [Click here to run blank 18 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap18.ipynb)
* [Click here to run Chapter 18 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap18.ipynb)

**Chapter 19: Final Thoughts**

* [Click here to run blank 19 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap19.ipynb)
* [Click here to run Chapter 19 on Colab](https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap19.ipynb)
38 changes: 19 additions & 19 deletions blank.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,79 +372,79 @@ <h1>Blank Notebooks<a class="headerlink" href="#blank-notebooks" title="Link to
These notebooks are useful for doing follow-along exercises where learners fill in the blanks.</p>
<p><strong>Chapter 1: Programming as a way of thinking</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap01.ipynb">Click here to run blank 1 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap01.ipynb">Click here to run Chapter 1 on Colab</a></p></li>
</ul>
<p><strong>Chapter 2: Variables and Statements</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap02.ipynb">Click here to run blank 2 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap02.ipynb">Click here to run Chapter 2 on Colab</a></p></li>
</ul>
<p><strong>Chapter 3: Functions</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap03.ipynb">Click here to run blank 3 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap03.ipynb">Click here to run Chapter 3 on Colab</a></p></li>
</ul>
<p><strong>Chapter 4: Functions and Interfaces</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap04.ipynb">Click here to run blank 4 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap04.ipynb">Click here to run Chapter 4 on Colab</a></p></li>
</ul>
<p><strong>Chapter 5: Conditionals and Recursion</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap05.ipynb">Click here to run blank 5 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap05.ipynb">Click here to run Chapter 5 on Colab</a></p></li>
</ul>
<p><strong>Chapter 6: Return Values</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap06.ipynb">Click here to run blank 6 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap06.ipynb">Click here to run Chapter 6 on Colab</a></p></li>
</ul>
<p><strong>Chapter 7: Iteration and Search</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap07.ipynb">Click here to run blank 7 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap07.ipynb">Click here to run Chapter 7 on Colab</a></p></li>
</ul>
<p><strong>Chapter 8: Strings and Regular Expressions</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap08.ipynb">Click here to run blank 8 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap08.ipynb">Click here to run Chapter 8 on Colab</a></p></li>
</ul>
<p><strong>Chapter 9: Lists</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap09.ipynb">Click here to run blank 9 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap09.ipynb">Click here to run Chapter 9 on Colab</a></p></li>
</ul>
<p><strong>Chapter 10: Dictionaries</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap10.ipynb">Click here to run blank 10 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap10.ipynb">Click here to run Chapter 10 on Colab</a></p></li>
</ul>
<p><strong>Chapter 11: Tuples</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap11.ipynb">Click here to run blank 11 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap11.ipynb">Click here to run Chapter 11 on Colab</a></p></li>
</ul>
<p><strong>Chapter 12: Text Analysis and Generation</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap12.ipynb">Click here to run blank 12 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap12.ipynb">Click here to run Chapter 12 on Colab</a></p></li>
</ul>
<p><strong>Chapter 13: Files and Databases</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap13.ipynb">Click here to run blank 13 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap13.ipynb">Click here to run Chapter 13 on Colab</a></p></li>
</ul>
<p><strong>Chapter 14: Classes and Functions</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap14.ipynb">Click here to run blank 14 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap14.ipynb">Click here to run Chapter 14 on Colab</a></p></li>
</ul>
<p><strong>Chapter 15: Classes and Methods</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap15.ipynb">Click here to run blank 15 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap15.ipynb">Click here to run Chapter 15 on Colab</a></p></li>
</ul>
<p><strong>Chapter 16: Classes and Objects</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap16.ipynb">Click here to run blank 16 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap16.ipynb">Click here to run Chapter 16 on Colab</a></p></li>
</ul>
<p><strong>Chapter 17: Inheritance</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap17.ipynb">Click here to run blank 17 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap17.ipynb">Click here to run Chapter 17 on Colab</a></p></li>
</ul>
<p><strong>Chapter 18: Python Extras</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap18.ipynb">Click here to run blank 18 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap18.ipynb">Click here to run Chapter 18 on Colab</a></p></li>
</ul>
<p><strong>Chapter 19: Final Thoughts</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap19.ipynb">Click here to run blank 19 on Colab</a></p></li>
<li><p><a class="reference external" href="https://colab.research.google.com/github/AllenDowney/ThinkPython/blob/v3/blank/chap19.ipynb">Click here to run Chapter 19 on Colab</a></p></li>
</ul>
</section>

Expand Down

0 comments on commit f86cf50

Please sign in to comment.