Blog Posts

Pycon 2023 Slides

Last updated

python PyScript Pycon pycon2023
PyCon 2023 Slides At the PyScript tutorial at PyConUS on Wednesday April 19, 2023, I had the privilege to present two short sections of slides: one on Python/JS interoperability, and one on Event Handling. Read more...

What's New in Pyscript 2023.03.1

Last updated

pyscript python pyodide javascript
import js loaded_event = js.Event.new('pyscript_ready') js.document.dispatchEvent(loaded_event) code:not(.nocode):not(.language-python):not(.language-python3):not(.language-html):not(.language-js){ --tw-text-opacity: 1; color: rgba(5, 120, 85, var(--tw-text-opacity)); } . Read more...

Advent of Code 2022

Last updated

codeadvent python pyscript
/* Code tags not in highlight blocks */ code:not(.nocode):not(.language-python){ --tw-text-opacity: 1; color: rgba(5, 120, 85, var(--tw-text-opacity)); } Another year, another 25 curious code challenges from Advent of Code! Read more...
Previous Page 2 of 10 Next Page