diff --git a/pycon-kr-2024/videos/pycon-kr-2024-building-python-high-performance-event-monitoring-with-function-tracing-kang-minchul.json b/pycon-kr-2024/videos/pycon-kr-2024-building-python-high-performance-event-monitoring-with-function-tracing-kang-minchul.json new file mode 100644 index 0000000..ab1b617 --- /dev/null +++ b/pycon-kr-2024/videos/pycon-kr-2024-building-python-high-performance-event-monitoring-with-function-tracing-kang-minchul.json @@ -0,0 +1,25 @@ +{ + "copyright_text": null, + "description": "In this session, we will explore event monitoring, which provides the capability to trace Python code execution. There are various situations where understanding the flow of function execution is essential during development, such as debugging, profiling, and coverage testing. These capabilities can be implemented based on Python’s event system. We will first review how these features have been traditionally implemented, and then explain how, in more recent versions of Python (3.12 and above), they can be implemented with improved performance. Throughout the session, we will demonstrate this by building a simple Python function tracing tool.", + "duration": 1823, + "language": "kor", + "recorded": "2025-01-04", + "related_urls": [ + { + "label": "함수 추적 도구를 만들며 알아보는 파이썬 고성능 event-monitoring - 강민철 / Kang Minchul [PyCon.KR 2024]", + "url": "https://2024.pycon.kr/session" + } + ], + "speakers": [ + "강민철", "Kang Minchul" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/gOHg86BS3V4/maxresdefault.jpg", + "title": "함수 추적 도구를 만들며 알아보는 파이썬 고성능 event-monitoring - 강민철 / Kang Minchul [PyCon.KR 2024]", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=gOHg86BS3V4" + } + ] +} diff --git a/pycon-kr-2024/videos/pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json b/pycon-kr-2024/videos/pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json new file mode 100644 index 0000000..5bf34a2 --- /dev/null +++ b/pycon-kr-2024/videos/pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json @@ -0,0 +1,25 @@ +{ + "copyright_text": null, + "description": "This session is designed for advanced users and delves into the internal structure of CPython, the primary interpreter of Python. It provides insights into building the interpreter and understanding its core functionalities. It is particularly suited for those who wish to gain a deeper understanding of Python's internal architecture or the core system of the Python language itself.", + "duration": 2441, + "language": "kor", + "recorded": "2025-01-04", + "related_urls": [ + { + "label": "CPython 인터프리터 구조 파헤치기 - 한성민 [PyCon.KR 2024]", + "url": "https://2024.pycon.kr/session/FHPM7Z#CPython-%EC%9D%B8%ED%84%B0%ED%94%84%EB%A6%AC%ED%84%B0-%EA%B5%AC%EC%A1%B0-%ED%8C%8C%ED%97%A4%EC%B9%98%EA%B8%B0" + } + ], + "speakers": [ + "한성민" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/Yg6I4OCXYFs/maxresdefault.jpg", + "title": "CPython 인터프리터 구조 파헤치기 - 한성민 [PyCon.KR 2024]", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Yg6I4OCXYFs" + } + ] +} diff --git a/pycon-kr-2024/videos/pycon-kr-2024-implementing-python-asgi-server-with-pyo3-min-tae-in.json b/pycon-kr-2024/videos/pycon-kr-2024-implementing-python-asgi-server-with-pyo3-min-tae-in.json new file mode 100644 index 0000000..22176d0 --- /dev/null +++ b/pycon-kr-2024/videos/pycon-kr-2024-implementing-python-asgi-server-with-pyo3-min-tae-in.json @@ -0,0 +1,25 @@ +{ + "copyright_text": null, + "description": "ASGI is an asynchronous communication standard protocol between frameworks and servers in Python. In this session, I share my experiences and insights gained while implementing an ASGI protocol server using Rust and PyO3.", + "duration": 1140, + "language": "kor", + "recorded": "2025-01-04", + "related_urls": [ + { + "label": "Python ASGI 서버 구현기 with PyO3 - 민태인 [PyCon.KR 2024]", + "url": "https://2024.pycon.kr/session/D9LG9X#Python-ASGI-%EC%84%9C%EB%B2%84-%EA%B5%AC%ED%98%84%EA%B8%B0-with-PyO3" + } + ], + "speakers": [ + "민태인" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/4xpIrtcppS0/maxresdefault.jpg", + "title": "Python ASGI 서버 구현기 with PyO3 - 민태인 [PyCon.KR 2024]", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=4xpIrtcppS0" + } + ] +}