Skip to content

Commit 2008da2

Browse files
committed
Restore bookclub schedule
1 parent a2eea37 commit 2008da2

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: peaceiris/actions-gh-pages@v4
2828
if: ${{ github.ref == 'refs/heads/source' }}
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3131
publish_dir: ./dist
3232
publish_branch: master
3333
cname: madpy.com

content/bookclub/contents.lr

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,19 @@ we're starting a new book.
3838

3939
### Current Book
4040

41-
[Python Playground (2nd Edition)](https://nostarch.com/python-playground-2nd-edition)
41+
[Beej's Guide to Networking Concepts](https://beej.us/guide/bgnet0/)
4242

4343

4444
**Discussion Schedule:**
4545

46-
- Monday, August 25 2025: Recursive Algorithms and Drawing
47-
- Monday, September 08 2025: Simulations: Conways Game of Life, Musical Overtones
48-
- Monday, September 22 2025: Simulations: Boids, Personal projects
49-
- Monday, October 06 2025: Art: ASCII art, Photomosaics
50-
- Monday, October 20 2025: 3D: OpenGL and Conway's Game of Life in 3D
51-
- Monday, November 03 2025: 3D: Volume rendering, Personal projects
52-
- Monday, November 17 2025: Hardware: Raspberri Pi Projects
53-
- Monday, December 01 2025: Hardware: Other IoT
54-
- Monday, December 15 2025: Free play!
46+
- Monday, February 16, 2026: Chapters 1-5
47+
- Monday, March 2, 2026: Chapters 6-9
48+
- Monday, March 16, 2026: Chapters 10-13
49+
- Monday, March 30, 2026: Chapters 14-19
50+
- Monday, April 13, 2026: Chapters 20-28 (pick just a few of the projects)
51+
- Monday, April 27, 2026: Chapters 29-34
52+
- Monday, May 11, 2026: Chapters 35-39
53+
- Monday, May 25, 2026: Appendices and catch up
5554

5655

5756
### History

0 commit comments

Comments
 (0)