From 744aa6ede85d89f931302911beabc63b856600c2 Mon Sep 17 00:00:00 2001 From: wnsdud <150161309+nomorefifa@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:27:43 +0900 Subject: [PATCH 1/5] Create pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json --- ...n-interpreter-structure-han-seong-min.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pycon-kr-2024/videos/pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json 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..4e18142 --- /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": "", + "duration": null, + "language": "eng", + "recorded": null, + "related_urls": [ + { + "label": "PyCon.KR 2024", + "url": "https://www.youtube.com/playlist?list=PLZPhyNeJvHRldfheI6KcgektEiXAIPJaY" + } + ], + "speakers": [ + "PyCon Korea" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/6FoOfBHp7pc/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLDdeXDezbh3ObM1850NmhE2Gpf92Q", + "title": "PyCon.KR 2024", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/playlist?list=PLZPhyNeJvHRldfheI6KcgektEiXAIPJaY" + } + ] +} From c2205b5b52914c6b226615ea70f3ac4902546995 Mon Sep 17 00:00:00 2001 From: wnsdud <150161309+nomorefifa@users.noreply.github.com> Date: Sun, 27 Apr 2025 12:34:10 +0900 Subject: [PATCH 2/5] Update pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json --- ...on-interpreter-structure-han-seong-min.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 index 4e18142..d270a0b 100644 --- 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 @@ -1,25 +1,25 @@ { "copyright_text": null, "description": "", - "duration": null, - "language": "eng", - "recorded": null, + "duration": 2441, + "language": "kor", + "recorded": "2025-01-04", "related_urls": [ { - "label": "PyCon.KR 2024", - "url": "https://www.youtube.com/playlist?list=PLZPhyNeJvHRldfheI6KcgektEiXAIPJaY" + "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": [ - "PyCon Korea" + "한성민" ], "tags": [], - "thumbnail_url": "https://i.ytimg.com/vi/6FoOfBHp7pc/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLDdeXDezbh3ObM1850NmhE2Gpf92Q", - "title": "PyCon.KR 2024", + "thumbnail_url": "https://i.ytimg.com/vi/Yg6I4OCXYFs/maxresdefault.jpg", + "title": "CPython 인터프리터 구조 파헤치기 - 한성민 [PyCon.KR 2024]", "videos": [ { "type": "youtube", - "url": "https://www.youtube.com/playlist?list=PLZPhyNeJvHRldfheI6KcgektEiXAIPJaY" + "url": "https://www.youtube.com/watch?v=Yg6I4OCXYFs" } ] } From 48fd40e98e2c0f5839caac57378240af16ac5bb6 Mon Sep 17 00:00:00 2001 From: wnsdud <150161309+nomorefifa@users.noreply.github.com> Date: Sun, 27 Apr 2025 14:47:02 +0900 Subject: [PATCH 3/5] Update pycon-kr-2024-exploring-cpython-interpreter-structure-han-seong-min.json --- ...4-exploring-cpython-interpreter-structure-han-seong-min.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index d270a0b..5bf34a2 100644 --- 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 @@ -1,6 +1,6 @@ { "copyright_text": null, - "description": "", + "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", From 85025103a896a74890647ece200bd7e2a4708551 Mon Sep 17 00:00:00 2001 From: wnsdud <150161309+nomorefifa@users.noreply.github.com> Date: Sun, 27 Apr 2025 15:18:50 +0900 Subject: [PATCH 4/5] Create pycon-kr-2024-implementing-python-asgi-server-with-pyo3-min-tae-in.json --- ...thon-asgi-server-with-pyo3-min-tae-in.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pycon-kr-2024/videos/pycon-kr-2024-implementing-python-asgi-server-with-pyo3-min-tae-in.json 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" + } + ] +} From c8908119d92c74f2321eccf33309262769060e3b Mon Sep 17 00:00:00 2001 From: wnsdud <150161309+nomorefifa@users.noreply.github.com> Date: Sun, 27 Apr 2025 15:41:50 +0900 Subject: [PATCH 5/5] Create pycon-kr-2024-building-python-high-performance-event-monitoring-with-function-tracing-kang-minchul.json --- ...ng-with-function-tracing-kang-minchul.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pycon-kr-2024/videos/pycon-kr-2024-building-python-high-performance-event-monitoring-with-function-tracing-kang-minchul.json 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" + } + ] +}