Skip to content

Commit 743afaa

Browse files
committed
deploy: 633a9fd
1 parent c5335f1 commit 743afaa

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.lektor/buildstate

-8 KB
Binary file not shown.

bookclub/index.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,26 @@ <h3>How can I get involved?</h3>
8888
<p>Join the #book-club channel on the Slack! We also will post to #general when
8989
we're starting a new book.</p>
9090
<h3>Current Book</h3>
91-
<p>TBD! We are working on selecting our next book, with discussion sessions to
92-
start in September. This will be a hands-on book, so head to the Slack to see
93-
the options and vote!</p>
91+
<p><a href="https://nostarch.com/python-playground-2nd-edition">Python Playground (2nd Edition)</a></p>
9492
<p><strong>Discussion Schedule:</strong></p>
95-
<p>TBD!</p>
93+
<ul>
94+
<li>Monday, August 25 2025: Recursive Algorithms and Drawing</li>
95+
<li>Monday, September 08 2025: Simulations: Conways Game of Life, Birds</li>
96+
<li>Monday, September 22 2025: Simulations: Personal Project</li>
97+
<li>Monday, October 06 2025: Art: ASCII art, photomosaics</li>
98+
<li>Monday, October 20 2025: Art: Autostereograms and personal projects</li>
99+
<li>Monday, November 03 2025: 3D: OpenGL and Conway's Game of Life in 3D</li>
100+
<li>Monday, November 17 2025: 3D: Volume rendering and personal projects</li>
101+
<li>Monday, December 01 2025: Hardware: Raspberri Pi Projects</li>
102+
<li>Monday, December 15 2025: Hardware: Other IoT</li>
103+
</ul>
96104
<h3>History</h3>
97105
<ul>
98106
<li>Fall/Winter 2023: <a href="https://dataintensive.net/"><strong>Designing Data Intensive Applications</strong></a></li>
99107
<li>Spring/Summer 2024: Exploring the new language <a href="https://docs.modular.com/mojo/manual/"><strong>Mojo</strong></a></li>
100108
<li>Fall/Winter 2024: <a href="https://craftinginterpreters.com/"><strong>Crafting Interpreters</strong></a></li>
101109
<li>Spring/Summer 2025: <a href="https://pages.cs.wisc.edu/~remzi/OSTEP/"><strong>Operating Systems: Three Easy Pieces</strong></a></li>
102-
<li>Fall/Winter 2025: TBD</li>
110+
<li>Fall/Winter 2025: <a href="https://nostarch.com/python-playground-2nd-edition"><strong>Python Playground (2nd Edition)</strong></a></li>
103111
</ul>
104112

105113
<script src="add_email.js"></script>

0 commit comments

Comments
 (0)