Jupyter notebooks from http://colab.research.google.com/.
java-test.ipynb morse.ipynb odrisamer-despaigne-club.ipynb pyyamltest.ipynb sample-r-colab-notebook.ipynb
| Name | Viewer | Repository | Description |
|---|---|---|---|
java-test |
java-test |
java-test.ipynb |
This Google Colab notebook shows how to run Java code. |
morse |
morse |
morse.ipynb |
An analysis of this animated Morse Code decoder (https://www.instagram.com/reel/DGV5RuasPsa/) |
odrisamer-despaigne-club |
odrisamer-despaigne-club |
odrisamer-despaigne-club.ipynb |
Unique MLB players’ names |
pyyamltest |
pyyamltest |
pyyamltest.ipynb |
Test of the PyYAML module using the Real Python tutorial. |
sample-r-colab-notebook |
sample-r-colab-notebook |
sample-r-colab-notebook.ipynb |
A sample R notebook following How to Use R with Google Colab Notebook |
The AoC ‘…is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels.’ I have solved some of them over the years. I use Python Jupyter notebooks in Google Colaboratory.
| Year | Viewer | Repository | Description |
|---|---|---|---|
| 2018 | 2018 | aoc2018.ipynb |
AoC 2018 |
| 2019 | 2019 | aoc2019.ipynb |
AoC 2019 |
| 2020 | 2020 | aoc2020.ipynb |
AoC 2020 |
| 2021 | 2021 | aoc2021.ipynb |
AoC 2021 |
| 2022 | 2022 | aoc2022.ipynb |
AoC 2022 |
| 2023 | 2023 | aoc2023.ipynb |
AoC 2023 |
| 2024 | 2024 | aoc2024.ipynb |
AoC 2024 |
| Repository | Description |
|---|---|
| aoc | Solutions to Advent of Code challenges described above. |
| beerpong | A notebook that solves a problem in combinatorics. |
| log | A notebook that defines standard Python logging code. |
| mathematics | Notebooks that illustrate or calculate various mathematical results. |
| puzzles | Notebooks used to solve various puzzles. |
| remote-files | Boilerplate notebook illustrating both download and mount techniques for accessing local files. |
| state-standards | A notebook included in the presentation: Exploring State and CSTA K-12 CS Learning Standards — ReimaginingCS Pathways High School and Beyond. |
| survey | A notebook that converts SmartCat *.txt files w/ two columns to *-translated.csv files w/ three columns for the Cambridge Childcare Setting Map. |
| toy | A notebook that that implements a simulator and an assembler for the TOY computer. |
| turtle-star | Notebooks that explore using Python turtle graphics to draw a star. |
🔗 permalink and 🔩 repository for this page.