BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//pretalx.com//pyconde-pydata-2024//talk//8C83EA
BEGIN:VTIMEZONE
TZID:CET
BEGIN:STANDARD
DTSTART:20001029T040000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-pyconde-pydata-2024-8C83EA@pretalx.com
DTSTART;TZID=CET:20240423T155000
DTEND;TZID=CET:20240423T172000
DESCRIPTION:In this interactive workshop\, we will cover the very basics of
  using PyO3. There will be hands-on exercises to go from how to set up the
  project environment to writing a "toy" Python library written in Rust usi
 ng PyO3. We will cover a lot of specifications of the API provided by PyO3
  to create Python functions\, modules\, handling errors and converting typ
 es.\n\n---\n\n## Preflight checklist\n\n- [Install/ Update Rust](https://w
 ww.rust-lang.org/tools/install)\n- Make sure having Python 3.8 or above (r
 ecommend 3.12)\n- Make sure using virtual environment (recommend pyenv + v
 irtualenv)\n\n*In this workshop we recommend using Unix OS (Mac or Linux) 
 If you have to use Windows\, you may encounter problems with Rust and Matu
 rin. You may want to install a VM like [VirtualBox](https://www.virtualbox
 .org/) for developing Python libraries with PyO3.*\n\n## Setting up\n\n Se
 t up virtual environment and install **maturin**\n\n```\npyenv virtualenv 
 3.12.2 pyo3\npyenv activate pyo3\npip install maturin\n```
DTSTAMP:20260410T170741Z
LOCATION:A03-A04
SUMMARY:PyO3 101 - Writing Python modules in Rust - Cheuk Ting Ho
URL:https://pretalx.com/pyconde-pydata-2024/talk/8C83EA/
END:VEVENT
END:VCALENDAR
