pyodide / pyodide-blog

The Pyodide blog
https://blog.pyodide.org
Mozilla Public License 2.0
15 stars 12 forks source link

post story: PyCon APAC & PyCon Taiwan 2021 talks: a Chrome extension uses Pyodide to render medical DICOM files #15

Open grimmer0125 opened 2 years ago

grimmer0125 commented 2 years ago

Motivation: I made a Chrome extension to view online/offline medical DICOM before. This year I tried Pyodide to migrate the data parser part from JS to Python, in order to get better maintainability. Whiling doing the migration, I thought it might be a good thing to share the result with the Python community so I tried to submit the talk to PyconTW first. Fortunately, I became one of the speakers in PyCon Taiwan. Later I was chosen to be one of 4 Taiwan speaks to represent Taiwan to attend PyCon APAC. Based on the discussion, I would like to share this experience a little more in the this pyodide-blog and most of the content of this proposed post will use the talk slide as a reference.

PyCon APAC talk slide: https://slides.com/grimmer/pyconapac_pyodide_dicom_viewer (improvement of PyConTW slide) PyCon TW talk slide: https://slides.com/grimmer/intro_pyodide_medical_dicom_viewer repo: https://github.com/grimmer0125/embedded-pydicom-react-viewer

post outline:

rth commented 2 years ago

Thanks for the proposal @grimmer0125 and for sharing your slides.

This is an interesting subject and I'm looking forward to reading your post.