Overview
Here are the meeting summaries and what has recently been completed. The entire history can be found in the GitHub's organization project.
History
2024-02-14 (8)
2024-02-07 (7)
2023-12-19
- Base page template (the banner) now has searching capability. Uses Jaro-Winkler to create a scoring method to return best matching pages first, and correct for spelling mistakes in the search terms. Index.py is run to create the
index.txt
file, which contains the page index. - This "history" page introduced.
- Discord Server added for the club.
2023-12-13 WED MEETING
Attendance: Howard, Andrews, Masamery - Robby, Genny, Tommy, Cole, and Israel.
New Remote Members: Dagny Howard, Angel Castaneda
Everyone:
- Learned about JupyterLite and that it uses WebAssembly (WASM) to let the clients perform all CPU execution, and how it integrates with all the latest browsers.
- Saw a few examples for StackBlitz - Angular and HTML.
- Discussed the Low Level Virtual Machine (LLVM) since it came up from a question about StackBlitz, and how it should be the target of any compiler written these days, if any student is every interested in build their own programming language.
- Cloned the Minecraft Python Simulator including new member Israel, who was bootstrapped into the club very quickly. This is 500 lines of python code that simulate a Minecraft world. There are no mobs and weather. Only 4 types of blocks exists, but you can very easily write Python code to place the blocks anywhere in the world, and then you can (in 3D) fly through your creation. This code was written to teach students how to use Python with 3D coordinates.
Also
- Mr. Andrews got Israel added to the membership so that means I official have backup. Ms. Masamery is next to add a new member, when we get one.
- Membership Process page written
2023-12-06 WED MEETING
Attendance: Howard - Robby, Genny, Tommy, and Cole.
Everyone:
- Ran Jupyter Notebooks locally
- Learned about StackBlitz and how you can easily use your Github account to log in.
- Create the worlds simplest HTML/JS/CSS web site. You can fork it from HERE
- JupyterLite - https://jupyter.org/try-jupyter/lab/
2023-11-29 WED MEETING
Attendance: Howard, Andrews, Masamery - Robby, Genny, Tommy, and Cole.
Everyone:
- Created a Github account, which was used to join the Github Organization by following these instructions.
- Installed: Python 3.11, Git for Windows, and Visual Code (the official club editor)
- Cloned the Github repository
- Ran the local web server to see the site on localhost:5000