@@ -88,18 +88,26 @@ <h3>How can I get involved?</h3>
88
88
< p > Join the #book-club channel on the Slack! We also will post to #general when
89
89
we're starting a new book.</ p >
90
90
< 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 >
94
92
< 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 >
96
104
< h3 > History</ h3 >
97
105
< ul >
98
106
< li > Fall/Winter 2023: < a href ="https://dataintensive.net/ "> < strong > Designing Data Intensive Applications</ strong > </ a > </ li >
99
107
< li > Spring/Summer 2024: Exploring the new language < a href ="https://docs.modular.com/mojo/manual/ "> < strong > Mojo</ strong > </ a > </ li >
100
108
< li > Fall/Winter 2024: < a href ="https://craftinginterpreters.com/ "> < strong > Crafting Interpreters</ strong > </ a > </ li >
101
109
< 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 >
103
111
</ ul >
104
112
105
113
< script src ="add_email.js "> </ script >
0 commit comments