<?xml version='1.0' encoding='utf-8' ?>
<!-- Made with love by pretalx v2026.3.0.dev0. -->
<schedule>
    <generator name="pretalx" system="pretalx.com" version="2026.3.0.dev0" />
    <version>0.1.9</version>
    <conference>
        <title>PyCon APAC 2023</title>
        <acronym>pyconapac2023</acronym>
        <start>2023-10-26</start>
        <end>2023-10-29</end>
        <days>4</days>
        <timeslot_duration>00:05</timeslot_duration>
        <base_url>https://pretalx.com</base_url>
        
        <time_zone_name>Asia/Tokyo</time_zone_name>
        
        
        <track name="Web programming" slug="3645-web-programming"  color="#000000" />
        
        <track name="Visualization / Games / Music" slug="3654-visualization-games-music"  color="#fc9700" />
        
        <track name="Related with another language" slug="3646-related-with-another-language"  color="#4f00f7" />
        
        <track name="Tips of development with Python" slug="3644-tips-of-development-with-python"  color="#f1163d" />
        
        <track name="Network programing" slug="3648-network-programing"  color="#00138f" />
        
        <track name="Python in education" slug="3649-python-in-education"  color="#00fff0" />
        
        <track name="Others" slug="3650-others"  color="#7d0101" />
        
        <track name="Hardware" slug="3651-hardware"  color="#007801" />
        
        <track name="Test for development" slug="3652-test-for-development"  color="#d919b4" />
        
        <track name="Machine learning" slug="3655-machine-learning"  color="#05ec00" />
        
        <track name="Python core" slug="3653-python-core"  color="#9600ff" />
        
        <track name="Niche technique" slug="3657-niche-technique"  color="#5e9404" />
        
        <track name="Approaching to social problem" slug="3647-approaching-to-social-problem"  color="#0d00fb" />
        
    </conference>
    <day index='1' date='2023-10-26' start='2023-10-26T04:00:00+09:00' end='2023-10-27T03:59:00+09:00'>
        <room name='Tutorial 1' guid='d8849500-2e82-5803-9c3b-bb56fcb34a52'>
            <event guid='77039fe5-1b7a-52ca-bc02-23f77cef627a' id='33208' code='QZPFCF'>
                <room>Tutorial 1</room>
                <title>Three Musketeers: Sherlock Holmes, Mathematics and Python</title>
                <subtitle></subtitle>
                <type>Tutorial Session</type>
                <date>2023-10-26T11:00:00+09:00</date>
                <start>11:00</start>
                <duration>03:00</duration>
                <abstract>In our daily life, we use mathematics knowingly and unknowingly. Many of us are unaware that forensic experts use mathematics to solve crime mysteries. In this workshop, we will explore how Sherlock Holmes, the famous fictional detective character created by Sir Arthur Conan Doyle uses Mathematics and Python programming language to solve crime mysteries.</abstract>
                <slug>pyconapac2023-33208-three-musketeers-sherlock-holmes-mathematics-and-python</slug>
                <track>Others</track>
                
                <persons>
                    <person id='37347'>Gajendra Deshpande</person>
                </persons>
                <language>en</language>
                <description>Mathematics is a science and one of the most important discoveries of the human race on earth. Math is everywhere and around us. It is in nature, music, sports, economics, engineering, and so on. In our daily life, we use mathematics knowingly and unknowingly. Many of us are unaware that forensic experts use mathematics to solve crime mysteries. In this workshop, we will explore how Sherlock Holmes, the famous fictional detective character created by Sir Arthur Conan Doyle uses Mathematics and Python programming language to solve crime mysteries. In short, the workshop begins with an introduction to forensic mathematics and covers basic principles thereby setting the stage. Then, we will solve simple crime puzzles using mathematics and simple python scripts. Finally, we will solve a few complex hypothetical crime mysteries using advanced python concepts. The participants will learn how to use the concepts of mathematics such as statistics, probability, trigonometry, and graph theory, and python and its packages such as SciPy, NumPy, and Matplotlib to solve the crime puzzles.

Outline
1. Introduction to Forensic Mathematics and overview of basic concepts (15 Minutes)
- Numbers and their representation
- Units of Measurements
- Basic chemical calculations 
- Functions, Formulae and equations 
- Pythagoras Theorem 
- Trigonometric methods 
- Graphs 
- Statistics and probability

2. Problems
- Estimate the pressure of a shoe print on a soft ground (05 Minutes) 
- Calculate the uncertainty given the measurement of bullet diameter (05 Minutes) 
- Calculate the mean molar mass (10 Minutes)
- Calculate the percentage of concentrations (10 Minutes)

------BREAK -------- (05 Minutes)
- Compute bloodstain thickness (05 Minutes)
- Calculate terminal velocity for a fine blood droplet (05 Minutes)
- Calculate the persistence of gunshot residue particles in air (05 Minutes)
- Calculate the impact speed and estimate the drop height of blood droplet (05 Minutes)
- Post-mortem body cooling (05 minutes)
- Ricochet analysis and aspects of ballistics (10 Minutes)
- Suicide, Accident or murder? (05 Minutes)
- Blood stain pattern analysis (10 minutes)
- Persistence of hair, fibres, and flints on clothing (05 minutes)
----------BREAK----------- (05 Minutes)
- Determine the time since death (05 Minutes)
- Determine the age from bone or tooth material (05 Minutes)
- Matching of hair evidence (05 Minutes)
- Matching bite marks (05 Minutes)

3. Digital Forensics with Python (30 minutes) 

4. Advanced Problems
- Bicycle Problem (10 Minutes) 
- Detect the location of a serial killer (10 Minutes)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/QZPFCF/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/QZPFCF/feedback/</feedback_url>
            </event>
            <event guid='801922b8-0a66-5853-878e-75c6c75f76ff' id='31646' code='YWEW9U'>
                <room>Tutorial 1</room>
                <title>Network Analysis Made Simple (and fast!)</title>
                <subtitle></subtitle>
                <type>Tutorial Session</type>
                <date>2023-10-26T14:30:00+09:00</date>
                <start>14:30</start>
                <duration>03:00</duration>
                <abstract>Through the use of NetworkX&apos;s API, tutorial participants will learn about the basics of graph theory and its use in applied network science. Starting with a computationally-oriented definition of a graph and its associated methods, we will build out into progressively more advanced concepts (path and structure finding). We will also discuss new advances to speed up NetworkX Code with dispatching.</abstract>
                <slug>pyconapac2023-31646-network-analysis-made-simple-and-fast</slug>
                <track>Machine learning</track>
                
                <persons>
                    <person id='36017'>Mridul Seth</person>
                </persons>
                <language>en</language>
                <description>Have you ever wondered about how those data scientists at Facebook and LinkedIn make friend recommendations? Or how epidemiologists track down patient zero in an outbreak? If so, then this tutorial is for you. In this tutorial will cover the basic of network analysis, we will use a variety of datasets to help you understand the fundamentals of network thinking, with a particular focus on constructing, summarizing, and visualizing complex networks. We will also cover recent changes in NetworkX which enables users to dispatch their code to more efficient backends like GraphBLAS to speed up their code.

By the end of the tutorial, participants will have learned how to use network thinking to better understand relationship problems while analyzing data. They will also be comfortable using the NetworkX API to model their data.

Part 1: Introduction

- Networks of all kinds: biological, transportation, web.
- Representation of networks, NetworkX data structures
- Introduction to NetworkX API for modelling and graph operations.

Part 2: Hubs and Paths

- Finding important nodes; applications
- Pathfinding algorithms and their applications
- Hands-on: implementing path-finding algorithms
- Visualize degree and betweenness centrality distributions.

Part 3: Cliques, Triangles &amp; Structures

- Definition of cliques
- Triangles as the simplest complex clique, applications
- Using path-finding algorithms to find structures in a graph.
- Open triangles as recommender systems.

Part 4: Speed up your code with NetworkX dispatching

- Quick introduction to GraphBLAS
- Moving between GraphBLAS and NetworkX.
- Speed up your NetworkX code by changing one line of code!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/YWEW9U/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/YWEW9U/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Tutorial 2' guid='01393881-9a12-5021-90e0-d7630496af23'>
            <event guid='b8b9f08e-2c1f-507d-9010-92e6a2586a37' id='33020' code='9RN8HD'>
                <room>Tutorial 2</room>
                <title>PyVista&#12395;&#12424;&#12427;3D&#12499;&#12472;&#12517;&#12450;&#12521;&#12452;&#12476;&#12540;&#12471;&#12519;&#12531;</title>
                <subtitle></subtitle>
                <type>Tutorial Session</type>
                <date>2023-10-26T11:00:00+09:00</date>
                <start>11:00</start>
                <duration>03:00</duration>
                <abstract>[PyVista](https://github.com/pyvista/pyvista)&#12399;&#12289;1400&#20197;&#19978;&#12398;&#12458;&#12540;&#12503;&#12531;&#12477;&#12540;&#12473;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12391;&#20351;&#29992;&#12373;&#12428;&#12390;&#12356;&#12427;&#27726;&#29992;3D&#21487;&#35222;&#21270;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#12289;[&#12467;&#12531;&#12500;&#12517;&#12540;&#12479;&#25903;&#25588;&#12456;&#12531;&#12472;&#12491;&#12450;&#12522;&#12531;&#12464;&#12420;&#22320;&#29699;&#29289;&#29702;&#23398;&#12363;&#12425;&#28779;&#23665;&#12420;&#12487;&#12472;&#12479;&#12523;&#12450;&#12540;&#12488;&#12527;&#12540;&#12463;&#12414;&#12391;](https://pyvista.github.io/pyvista-docs-dev-ja/getting-started/external_examples.html)&#12398;&#12354;&#12425;&#12422;&#12427;&#12418;&#12398;&#12434;&#21487;&#35222;&#21270;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;

PyVista&#12399;&#12289;[Visualization Toolkit (VTK)](http://www.vtk.org) &#12398;Pythonic API&#12434;&#20844;&#38283;&#12375;&#12289;VTK&#12398;&#20104;&#20633;&#30693;&#35672;&#12364;&#12394;&#12367;&#12390;&#12418;&#12377;&#12368;&#12395;&#20351;&#12360;&#12427;&#12484;&#12540;&#12523;&#12434;&#25552;&#20379;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33020-pyvista3d</slug>
                <track>Visualization / Games / Music</track>
                
                <persons>
                    <person id='36905'>Tetsuo Koyama</person>
                </persons>
                <language>en</language>
                <description>&#12371;&#12398;&#12481;&#12517;&#12540;&#12488;&#12522;&#12450;&#12523;&#12391;&#12399;&#12289;PyVista&#12398;&#26368;&#26032;&#27231;&#33021;&#12434;&#32057;&#20171;&#12375;&#12289;&#24133;&#24195;&#12356;&#12518;&#12540;&#12470;&#12540;&#12395;Python&#12395;&#12424;&#12427;3D&#12499;&#12472;&#12517;&#12450;&#12521;&#12452;&#12476;&#12540;&#12471;&#12519;&#12531;&#12398;&#26368;&#21069;&#32218;&#12434;&#12362;&#23626;&#12369;&#12375;&#12414;&#12377;&#12290;

- PyVista&#12434;&#20351;&#12387;&#12390;&#12289;&#19968;&#33324;&#30340;&#12394;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12398;&#27096;&#12293;&#12394;&#12487;&#12540;&#12479;&#12475;&#12483;&#12488;&#12363;&#12425;3D&#12499;&#12472;&#12517;&#12450;&#12521;&#12452;&#12476;&#12540;&#12471;&#12519;&#12531;&#12434;&#20316;&#25104;&#12377;&#12427;&#12290;
- PyVista&#12398;&#12463;&#12521;&#12473;&#12392;&#12487;&#12540;&#12479;&#27083;&#36896;&#12434;&#23455;&#20363;&#12434;&#20132;&#12360;&#12390;&#27010;&#35500;&#12375;&#12414;&#12377;&#12290;
- PyVista&#12398;&#12373;&#12414;&#12374;&#12414;&#12394;&#12501;&#12451;&#12523;&#12479;&#12392;&#27231;&#33021;&#12434;&#29702;&#35299;&#12377;&#12427;&#12290;
- PyVista&#12391;&#20351;&#29992;&#12373;&#12428;&#12289;&#20351;&#29992;&#12391;&#12365;&#12427;Python&#12521;&#12452;&#12502;&#12521;&#12522;&#65288;meshio&#12289;trimesh&#12394;&#12393;&#65289;&#12434;&#30693;&#12387;&#12390;&#12362;&#12367;&#12290;

&#12371;&#12398;&#12481;&#12517;&#12540;&#12488;&#12522;&#12450;&#12523;&#12399;&#12289;Python&#12398;&#22522;&#26412;&#30340;&#12394;&#12518;&#12540;&#12470;&#12540;&#12363;&#12425;&#19978;&#32026;&#12398;&#12497;&#12527;&#12540;&#12518;&#12540;&#12470;&#12540;&#12414;&#12391;&#12289;&#12354;&#12425;&#12422;&#12427;&#20998;&#37326;&#12398;&#12487;&#12540;&#12479;&#12434;&#21487;&#35222;&#21270;&#12375;&#12383;&#12356;&#12392;&#32771;&#12360;&#12427;&#12377;&#12409;&#12390;&#12398;&#20154;&#12434;&#23550;&#35937;&#12395;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/9RN8HD/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/9RN8HD/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='2' date='2023-10-27' start='2023-10-27T04:00:00+09:00' end='2023-10-28T03:59:00+09:00'>
        <room name='track 1' guid='6d962187-73b1-5d46-b18a-f78595e39738'>
            <event guid='09ceabb6-2a46-50c4-ae1e-cb0036d1de57' id='37757' code='BUQRTT'>
                <room>track 1</room>
                <title>Keynote - Why University Teachers Wrote a Python Textbook?</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T10:30:00+09:00</date>
                <start>10:30</start>
                <duration>01:00</duration>
                <abstract>As an elective course in the liberal arts and sciences program,
Kyoto University has held a Python programming course since 2018.</abstract>
                <slug>pyconapac2023-37757-keynote-why-university-teachers-wrote-a-python-textbook</slug>
                <track></track>
                
                <persons>
                    <person id='41763'>Hajime Kita</person>
                </persons>
                <language>en</language>
                <description>As an elective course in the liberal arts and sciences program,
Kyoto University has held a Python programming course since 2018.
For this course, we developed a textbook in 2019, and continuously revised
it. We also made the 2019 and the 2021 editions open to the public
with the Creative Commons license CC-BY-NC-ND. We obtained various opinions
that they are good learning material, and
up to September 2023, we observed more than 1 million downloads.
In this talk, the speaker explains why we developed a textbook by
ourselves instead of using already published ones,
and points in the design of it considering self-learning by university
students
as a novice in programming, and to meet a course goal that the learner
can design, code, and test small Python programs by themselves.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/BUQRTT/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/BUQRTT/feedback/</feedback_url>
            </event>
            <event guid='c6f78f65-87f3-5f9d-b373-1983bb380095' id='32858' code='YAW3KH'>
                <room>track 1</room>
                <title>Reproduce Evangelion Timer on browsers using PyScript</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T11:40:00+09:00</date>
                <start>11:40</start>
                <duration>00:30</duration>
                <abstract>In this talk, we will talk about how to reproduce the Evangelion countdown timer (&#27963;&#21205;&#38480;&#30028;&#12414;&#12391;&#12354;&#12392;) on Web Browsers  using PyScript , Pyodide, SVG and CSS. Although countdown timer is trivial to implement on browsers, it can be challenging if the graphic design has to be the same as the one in Evangelion. And to make it more fun, we are going to implement this using PyScript!</abstract>
                <slug>pyconapac2023-32858-reproduce-evangelion-timer-on-browsers-using-pyscript</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='36959'>Scotty Kwok</person>
                </persons>
                <language>en</language>
                <description>We will cover:
- the appreciation of the Evangelion countdown timer design (the fonts, the colours and the design has changed over the course of time)
- how to reproduce the graphical elements using SVG 
- how to use PyScript to interact with DOM and SVG
- how to use CSS to format and animate the GUI components
- lessons learnt related to PyScript
- to good and the bad in using PyScript as oppose to Javascript
- You can(not) do this in Python!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/YAW3KH/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/YAW3KH/feedback/</feedback_url>
            </event>
            <event guid='7c263fbf-97a9-5a9d-9c61-19906ac093aa' id='31314' code='YTGKPT'>
                <room>track 1</room>
                <title>Streamlit meets WebAssembly - stlite</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T13:40:00+09:00</date>
                <start>13:40</start>
                <duration>00:30</duration>
                <abstract>Streamlit, a web-based pure-Python data app framework, has been ported to WebAssembly as &quot;stlite&quot;.
See its power and convenience with many live examples and explore its internals from technical perspective.
You will learn how to quickly build interactive in-browser apps that work offline, maintain data privacy, and can even be packaged as desktop executables using only Python.</abstract>
                <slug>pyconapac2023-31314-streamlit-meets-webassembly-stlite</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='35748'>Yuichiro Tachibana</person>
                </persons>
                <language>en</language>
                <description>[Streamlit](https://streamlit.io/) is a popular framework for interactive web-based data apps in Python. However, there are some cases where users want to run their apps offline or without sending sensitive data to remote servers. To address these concerns, we introduce &apos;[stlite](https://github.com/whitphx/stlite)&apos;: a WebAssembly port of Streamlit. It provides offline capability, data privacy, scalability, and multi-platform portability including desktop app packaging, while preserving Streamlit&apos;s original features, such as Python productivity and its rich ecosystem.

In this talk, we will discuss the benefits of stlite and demonstrate how to build and deploy stlite applications in a variety of ways, using ML/CV examples.
We will also look at its internals from a technical point of view, which may inspire you with ideas on how to make use of Pyodide and how to transform Python frameworks for the Pyodide/Wasm runtime.

You can try out stlite online: https://edit.share.stlite.net/</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/YTGKPT/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/YTGKPT/feedback/</feedback_url>
            </event>
            <event guid='f58218e3-e675-5646-808d-9e0b5c93281a' id='33188' code='TKRGTP'>
                <room>track 1</room>
                <title>AI for Efficient Routing of Customer Inquiries at Mercari</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T14:20:00+09:00</date>
                <start>14:20</start>
                <duration>00:30</duration>
                <abstract>One of the most significant challenges in efficiently handling customer inquiries is routing inquiries to the appropriate customer support agent with the right skills and knowledge to provide prompt and accurate responses.

This talk will explore how we use AI for skill-based routing of customer inquiries at Mercari and its business impact.</abstract>
                <slug>pyconapac2023-33188-ai-for-efficient-routing-of-customer-inquiries-at-mercari</slug>
                <track>Machine learning</track>
                
                <persons>
                    <person id='37335'>Prashant Anand</person>
                </persons>
                <language>en</language>
                <description>### Description:

Customer support operations can be a significant cost center for businesses. The volume of customer inquiries also grows as a business grows, but the customer support team can&apos;t scale linearly with the business. Efficient and effective handling of customer inquiries is the key to keeping the customer support operation costs in check without compromising customer satisfaction. One of the most significant challenges in efficiently handling customer inquiries is routing inquiries to the appropriate customer support agent with the right skills and knowledge to provide prompt and accurate responses. If we fail to route the inquiries to suitable agents, it can lead to long wait times and unsatisfactory resolutions for customers.

In this tech talk, we will explore how AI can be used to predict the skill required to handle customer inquiries. We will discuss the challenges involved in developing an AI-based routing system, including data collection, model training, and deployment. We will also examine the benefits of AI-based routing, such as a lesser number of transfers, a reduction in customer support operation costs, and a reduced workload for support agents.

### Outline:

1. Intro (5 min)
    1. Who am I? (1 min)
    2. Why do we need a routing algorithm for customer inquiries? (1 min)
    3. Why do we need a better algorithm than random allocation? (3 min)
2. Designing a simple skill-based routing algorithm (5 min)
    1. Assigning skills based on the inquiry category selected by the customer (2 min)
    2. Assigning skills using a keyword-matching algorithm (3 min)
3. Using AI for skill-based routing (15 min)
    1. Why do we need AI for assigning skills to inquiries (2 min)
    2. How to get labeled data for training an ML model (1 min)
    3. Fine-tuning a pre-trained transformer (4 min)
    4. Adapting trained model for production use (4 min)
    5. Business impact of AI-based routing (1 min)
    6. Challenges in using AI with customer inquiries (3 min)
4. Conclusion (2 min)
5. Q&amp;A (3 min)

### Audience:

Developers, data scientists, ML engineers, and business leaders interested in using AI to enhance customer support operations.

### Outcome:

Attendees will gain a deep understanding of skill-based routing works. They&apos;ll learn how AI can be used to predict the skill required for customer inquiries and the business impact of implementing such a system. They will also gain insight into the technical aspects of developing and deploying an AI-based routing system.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/TKRGTP/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/TKRGTP/feedback/</feedback_url>
            </event>
            <event guid='b1c2ab82-de47-5d06-9a2b-ed512276f623' id='32480' code='JDUYHM'>
                <room>track 1</room>
                <title>Using Python for&#160;Disease&#160;Variant Analysis</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T15:30:00+09:00</date>
                <start>15:30</start>
                <duration>00:30</duration>
                <abstract>Variant,&#160;a term&#160;once only known to the researchers of biological&#160;sciences,&#160;is now&#160;familiar to the&#160;general&#160;people.&#160;Rising of the new variants&#160;of SARS-Cov2 virus&#160;with new mutations has become a concern&#160;during this COVID-19 pandemic.&#160;How do the researchers&#160;identify&#160;these variants from the analysis of genomics data? How could Python be used in this analysis?&#160;This talk&#160;will&#160;address&#160;these questions.</abstract>
                <slug>pyconapac2023-32480-using-python-for-disease-variant-analysis</slug>
                <track>Others</track>
                
                <persons>
                    <person id='36715'>Haque Ishfaq</person><person id='36716'>Atia Binte Amin</person>
                </persons>
                <language>en</language>
                <description>Variant,&#160;a term&#160;once only known to the researchers of biological&#160;sciences,&#160;is now&#160;quite&#160;familiar to the&#160;general&#160;people.&#160;Rising of the new variants&#160;of SARS-Cov2 virus&#160;with novel mutations have become a topic of concern&#160;during this COVID-19 pandemic.&#160;How do the researchers&#160;identify&#160;these variants from the analysis of genomics data? How could Python be used in this analysis?&#160;This talk&#160;will&#160;address&#160;these questions.&#160;

Mutations&#160;in any organism&#160;are usually&#160;identified&#160;after&#160;performing a Next Generation Sequence analysis&#160;experiment&#160;named variant calling. Variant calling generates the output in a specialized file format called&#160;Variant Call Format&#160;(VCF)&#160;file.&#160;VCF file carries&#160;the meta data and&#160;the&#160;information of thousands of&#160;mutations&#160;and&#160;is&#160;generally&#160;large in size.&#160;Thus, it is challenging to extract information and&#160;identify&#160;mutations&#160;from this file, especially when there are hundreds of samples.&#160;The&#160;Python&#160;package scikit-allel&#160;provides&#160;utilities for exploring&#160;this&#160;large-scale&#160;genetic variation data in VCF file&#160;and&#160;helps&#160;to&#160;identify&#160;important mutations from the downstream analysis. This package depends on&#160;scipy,&#160;matplotlib,&#160;seaborn,&#160;pandas,&#160;scikit-learn,&#160;h5py&#160;and&#160;zarr.&#160;After&#160;identifying&#160;the mutations, the next step is the visualization of&#160;the mutations in a meaningful way. This task&#160;might be simpler for a small size virus like SARS-Cov2, but complicated for eukaryotic organisms with multiple chromosomes like&#160;mouse or human. Another python package&#160;QMplot&#160;is handy and useful for the visualization of thousands of mutations&#160;in&#160;each&#160;chromosome,&#160;making the interpretation of the extracted mutations easier for the biologists. This package uses&#160;numpy,&#160;scipy,&#160;pandas&#160;and&#160;matplotlib.&#160;

During&#160;this talk I will show the usability of these Python packages for analyzing high throughput genetic variation data&#160;and discuss the avenues of the development of new Python packages to make this analysis more efficient. Besides informing the Python community about the&#160;application&#160;of Python in genomics research, this talk will be informative&#160;to the developers who want to work&#160;in&#160;the intersection of&#160;computer science and genomics.&#160;
&#160;
Outline&#160;&#8232;Intro (5 min)&#160;&#8232;
Who are we?&#160;&#8232;
Introducing the concept of mutation and variants&#160;&#8232;
Explaining&#160;the genetic variation data&#160;(VCF file)&#160;&#8232;
Why Python&#160;for Variant analysis? (10 min)&#160;&#8232;
High dimensional data&#160;&#8232;
Introducing scikit-allel&#160;&#8232;
Filtering and identification of Mutation using scikit-allel&#160;&#8232;
Visualization of mutations&#160;(10 min)&#160;&#8232;
Explaining the importance of visualization of mutation&#160;to get meaningful insight&#160;&#8232;
Introducing&#160;QMplot&#160;for mutation visualization&#160;&#8232;
Explaining example plots created on publicly available data&#160;&#8232;
Q&amp;A (5 mins)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/JDUYHM/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/JDUYHM/feedback/</feedback_url>
            </event>
            <event guid='aaebe68d-3410-56cf-9548-53c80a60fac2' id='33167' code='ZYJNLN'>
                <room>track 1</room>
                <title>Enhancing  Observability in FastAPI or Python Application with OpenTelemetry</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T16:10:00+09:00</date>
                <start>16:10</start>
                <duration>00:30</duration>
                <abstract>FastAPI is quickly becoming a popular choice for creating backend applications in the Python community. However, communicating with different services in these applications can pose a challenge, especially when it comes to debugging and analyzing log and metric data across various systems.

Fortunately, by leveraging the Python SDK of OpenTelemetry and existing opensource packages, we can easily</abstract>
                <slug>pyconapac2023-33167-enhancing-observability-in-fastapi-or-python-application-with-opentelemetry</slug>
                <track>Niche technique</track>
                
                <persons>
                    <person id='37319'>YU MING HSU</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/ZYJNLN/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/ZYJNLN/feedback/</feedback_url>
            </event>
            <event guid='9f6d0298-a79c-5d05-bc06-1285d9b4e18a' id='37660' code='VLH3UF'>
                <room>track 1</room>
                <title>Sponsor LT (Google Cloud Japan) Make your own coding companion with Codey</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T16:50:00+09:00</date>
                <start>16:50</start>
                <duration>00:05</duration>
                <abstract>Speaker: Thu Ya Kyaw</abstract>
                <slug>pyconapac2023-37660-sponsor-lt-google-cloud-japan-make-your-own-coding-companion-with-codey</slug>
                <track>Others</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/VLH3UF/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/VLH3UF/feedback/</feedback_url>
            </event>
            <event guid='3d1dd3ec-830b-568d-9b7f-15b1c4f45483' id='32354' code='KLDH3D'>
                <room>track 1</room>
                <title>Test with Confidence: A Deep Dive into Eliminating Flaky Tests in Python</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T16:55:00+09:00</date>
                <start>16:55</start>
                <duration>00:05</duration>
                <abstract>Flaky tests are a common problem in software development that can cause frustration, delays, and even damage to a codebase. These tests may pass or fail inconsistently, making it difficult to trust the results and slowing down development workflows. In this talk, we&apos;ll explore the root causes of flaky tests in Python applications and provide practical strategies for finding, resolving, and prevent</abstract>
                <slug>pyconapac2023-32354-test-with-confidence-a-deep-dive-into-eliminating-flaky-tests-in-python</slug>
                <track>Test for development</track>
                
                <persons>
                    <person id='36619'>Nisanthan Nanthakumar</person>
                </persons>
                <language>en</language>
                <description>### Overview  
- What is a flaky test? Learn how the following can cause flaky tests:
    - Asynchronous code,
    - Race conditions, and
    - Environmental factors
- Are deterministic tests worth investing time into?

### Identifying Flaky Tests  
- The ideal goal is to be able to identify flaky tests using an automated solution. 
- If you have a test suite with some flaky tests that randomly fail, you will likely try to develop a solution that automatically retries the tests that fail. In our solution, we wanted to also track the failures that were likely flaky tests and not identifying actual errors.
- While flaky tests don&#8217;t identify an actual &#8220;error&#8221; in the code, they are an error themselves to the codebase. Without reliable tests, we cannot confidently continue to grow. Sentry is  a good choice for keeping tabs on all kinds of errors, so we can store these flaky test &quot;errors&quot; here.
- Now every test failure that is &#8220;fixed&#8221; by retrying the test is reported to Sentry as a flaky test &#8220;error&#8221;, but still does not break CI since it isn&#8217;t an error in the actual application. Tests that consistently fail will not be reported to Sentry as a flaky test &#8220;error&#8221;, but instead will actually break CI because there is an actual error in the application.
- With the right tests being tracked in Sentry as flaky test &#8220;errors&#8221;, we can query in Sentry and easily identify all of the flaky tests.
- I will show an example of how to do this with Pytest  

### Best Practices
Through doing this while building Sentry, we have identified three best practices to eliminate flaky tests:
- If the flaky test is a low-value test, consider skipping or deleting the test. 
- It is best to keep tests isolated. You can do this by using the `beforeEach` lifecycle hook to reset and prevent side effects.
    - use the `beforeEach` lifecycle hook to reset and prevent side effects
- Keep tests small. Larger tests are more likely to be flaky due to their increased complexity and coverage area. Consider increasing the number of test while reducing the coverage size of each test. 

### How can you be sure flaky tests are gone?
The other benefit to using Sentry to monitor flaky tests in addition to your errors and performance issues is that your Sentry dashboard will continue to monitor any tests that remain or become flaky. As you implement improvements to your tests, you will be notified via Sentry if any flaky tests remain after each deployment. 

By keeping all codebase monitoring, including tests, to one application, you can reduce the amount of developer time wasted tracking down various ways to improve the health of your applications. But an alternative to this could be write your own pytest plugin that uploads the testrun information to an internal service that can store and query the data. 

But this is not recommended when you can just use existing software off the shelf to solve your problems. Especially when Sentry is free and easy to self-host.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/KLDH3D/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/KLDH3D/feedback/</feedback_url>
            </event>
            <event guid='fa78fe45-c3a5-5cbf-9a97-0496e90b7f6f' id='33139' code='7A87WA'>
                <room>track 1</room>
                <title>Agrobot - Python based detection device for Agriculture</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:00:00+09:00</date>
                <start>17:00</start>
                <duration>00:05</duration>
                <abstract>We all Asian come from countries where farming is the major source of living for most of the population. We have seen farmers toil endlessly under the hot sun to support their family. So, making their life easier was the main motivation behind this idea. It makes the farming process more efficient, smart and automated. Agrobot is a small bot that can navigate through the field and fetch data like</abstract>
                <slug>pyconapac2023-33139-agrobot-python-based-detection-device-for-agriculture</slug>
                <track>Approaching to social problem</track>
                
                <persons>
                    <person id='37301'>Niharika Vadluri</person>
                </persons>
                <language>en</language>
                <description>What is it

Agrobot is a small bot that can navigate through the field and fetch data like soil structure, atmospheric conditions and crop data which are important parameters in estimating the health and life of the crop. This data is analyzed intelligent decisions are made to increase the productiveness of farming. It has a software-hardware interface which allows continuous modifications and upgrades in strategies. It collects data from APIs to get weather forecasts and physical parameters like rainfall, humidity, etc. This combined with a model that identifies the most suitable crops to grow based on the conditions. It makes the farming process more efficient, smart and automated.

How Its Built

We use simple hardware like Raspberry Pi and Arduinos along with sensors and a Pi Camera. We fetch data from Here API to forecast the weather and make decisions. Computer Vision is used to analyse the soil structure and texture which allows us to decide the best crop for the field. The bot is remotely operated using ROS with an easy to use interface. In addition to this, Clarifiai was also used to train a custom model that can identify the crops in the field and get the requirements for the proper growth of the crop.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/7A87WA/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/7A87WA/feedback/</feedback_url>
            </event>
            <event guid='1442e955-d3c6-5992-9459-35c17de0e6e6' id='32821' code='B3FHCU'>
                <room>track 1</room>
                <title>&#24425;&#33394;&#12434;&#12522;&#12540;&#12489;&#12377;&#12427;&#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#23455;&#36341;&#12501;&#12525;&#12540; with Python</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:05:00+09:00</date>
                <start>17:05</start>
                <duration>00:05</duration>
                <abstract>&#12300;&#32117;&#24107;&#12399;&#12289;&quot;&#38957;&#12395;&#25551;&#12356;&#12383;&#12452;&#12513;&#12540;&#12472;&quot;&#12434;&#12381;&#12398;&#12414;&#12414;&quot;&#32117;&quot;&#12395;&#12375;&#12390;&#12356;&#12427;&#12301;&#12392;&#35492;&#35299;&#12375;&#12390;&#12356;&#12427;&#20154;&#12399;&#24847;&#22806;&#12392;&#22810;&#12356;&#12391;&#12377;&#12290;
&#12375;&#12363;&#12375;&#23455;&#38555;&#12398;&#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#12399;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12392;&#21516;&#27096;&#12395;&#12289;&#26368;&#32066;&#30340;&#12394;&#25104;&#26524;&#29289;&#12364;&#12393;&#12358;&#12394;&#12427;&#12363;&#12289;&#23436;&#25104;&#12377;&#12427;&#12414;&#12391;&#20316;&#32773;&#26412;&#20154;&#12395;&#12418;&#12431;&#12363;&#12426;&#12414;&#12379;&#12435;&#12290;
&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;&#12381;&#12435;&#12394;&#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#12501;&#12525;&#12540;&#12398;&#19968;&#20363;&#12434;&#24341;&#12365;&#21512;&#12356;&#12395;&#12289;&#32117;&#24107;&#12364;&#12393;&#12398;&#12424;&#12358;&#12395;&quot;&#38957;&#12395;&#25551;&#12356;&#12383;&#12452;&#12513;&#12540;&#12472;&quot;&#12434;&#20855;&#29694;&#21270;&#12375;&#12390;&#12356;&#12367;&#12363;&#12434;Python&#12473;&#12463;&#12522;&#12503;&#12488;&#12434;&#20132;&#12360;&#12394;&#12364;&#12425;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;

&#26152;&#24180;&#12392;&#19968;&#26152;&#24180;&#12398;PyCon JP&#12398;&#30330;&#34920;&#12391;&#12399;&#12289;&#12452;&#12521;&#12473;&#12488;&#12434;&#27083;&#25104;&#35201;&#32032;&#12395;&#20998;&#35299;&#12375;&#12289;&#12381;&#12428;&#12425;&#12398;&#24441;&#21106;&#12434;&#35299;&#35500;&#12375;&#12414;&#12375;&#12383;&#12290;
&#20170;&#22238;&#12399;&#12381;&#12398;&#36870;&#12391;&#12289;&#27083;&#25104;&#35201;&#32032;&#12434;&#12393;&#12398;&#12424;&#12358;&#12395;&#32068;&#12415;&#19978;&#12370;&#12427;&#12363;&#12392;&#12356;&#12358;&#12450;&#12503;&#12525;&#12540;&#12481;&#12398;&#30330;&#34920;&#12391;&#12377;&#12290;
&#29305;&#12395;&#12302;&#33394;&#12303;&#12395;&#28966;&#28857;&#12434;&#24403;&#12390;&#12289;Python&#12391;&#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#12434;&#12450;&#12471;&#12473;&#12488;&#12377;&#12427;&#23455;&#20363;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32821-with-python</slug>
                <track>Others</track>
                
                <persons>
                    <person id='36717'>&#12402;&#12429;&#12373;&#12376; / Hirosaji</person>
                </persons>
                <language>en</language>
                <description>&#32117;&#24107;&#12383;&#12385;&#12398;&#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#12501;&#12525;&#12540;&#12399;&#12289;&#27010;&#12397;&#20849;&#36890;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12375;&#12363;&#12375;&#12289;&#21046;&#20316;&#20013;&#12395;&#32771;&#12360;&#12390;&#12356;&#12427;&#12371;&#12392;&#12399;&#27096;&#12293;&#12391;&#12377;&#12290;&#12383;&#12392;&#12360;&#21516;&#12376;&#32117;&#24107;&#12364;&#21516;&#12376;&#21046;&#20316;&#24037;&#31243;&#12395;&#12354;&#12387;&#12390;&#12418;&#12289;&#21046;&#20316;&#12377;&#12427;&#12452;&#12521;&#12473;&#12488;&#12364;&#36949;&#12360;&#12400;&#34920;&#29694;&#12395;&#24517;&#35201;&#12394;&#30693;&#35672;&#12418;&#12450;&#12503;&#12525;&#12540;&#12481;&#12418;&#22793;&#12431;&#12426;&#12414;&#12377;&#12290;
&#32080;&#26524;&#12392;&#12375;&#12390;&#21046;&#20316;&#12501;&#12525;&#12540;&#12399;&#12458;&#12540;&#12480;&#12540;&#12513;&#12452;&#12489;&#12395;&#12394;&#12427;&#12371;&#12392;&#12364;&#22810;&#12367;&#12289;&#29305;&#12395;&#21021;&#24515;&#32773;&#12399;&#12452;&#12521;&#12473;&#12488;&#12434;&#23436;&#25104;&#12373;&#12379;&#12427;&#12414;&#12391;&#12395;&#22810;&#12367;&#12398;&#25387;&#25240;&#12434;&#32076;&#39443;&#12375;&#12414;&#12377;&#12290;&#12503;&#12525;&#12391;&#12418;&#26085;&#12293;&#33510;&#24745;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12381;&#12435;&#12394;&#32117;&#24107;&#20849;&#36890;&#12398;&#33510;&#12375;&#12415;&#12434;&#12465;&#12450;&#12377;&#12427;&#12371;&#12392;&#12364;&#12289;&#31169;&#12364;PyCon&#12391;&#12503;&#12524;&#12476;&#12531;&#12434;&#12377;&#12427;&#26681;&#28304;&#30340;&#12394;&#30446;&#30340;&#12391;&#12377;&#12290;
&#20170;&#22238;&#12398;&#31169;&#12398;&#30330;&#34920;&#12391;&#12399;&#12289;&#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#12398;&#23455;&#20363;&#12395;&#35302;&#12428;&#12394;&#12364;&#12425;&#12289;&#12302;&#33394;&#12303;&#12434;&#12486;&#12540;&#12510;&#12395;&#12375;&#12383;Python&#12473;&#12463;&#12522;&#12503;&#12488;&#12391;&#32117;&#24107;&#12434;&#12450;&#12471;&#12473;&#12488;&#12377;&#12427;&#20107;&#20363;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12385;&#12423;&#12387;&#12392;&#12375;&#12383;&#30693;&#35672;&#12373;&#12360;&#12354;&#12428;&#12400;&#12289;Python&#12391;&#32117;&#24107;&#12398;&#24745;&#12415;&#12434;&#35299;&#28040;&#12391;&#12365;&#12427;&#12371;&#12392;&#12434;&#21608;&#30693;&#12391;&#12365;&#12428;&#12400;&#12392;&#24605;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;

&#12503;&#12525;&#12509;&#12540;&#12470;&#12523;&#27573;&#38542;&#12391;&#24819;&#23450;&#12375;&#12390;&#12356;&#12427;&#27083;&#25104;&#12392;&#12479;&#12452;&#12512;&#12521;&#12452;&#12531;&#12399;&#12289;&#27425;&#12398;&#36890;&#12426;&#12391;&#12377;&#12290;

- &#23566;&#20837;&#65288;1min&#65289;
	- &#33258;&#24049;&#32057;&#20171;&#65288;30sec&#65289;
	- &#12503;&#12524;&#12476;&#12531;&#12398;&#30446;&#30340;&#65288;30sec&#65289;
- &#26412;&#38988;&#65306;&#24425;&#33394;&#12434;Python&#12391;&#12450;&#12471;&#12473;&#12488;&#12377;&#12427;&#23455;&#20363;&#65288;4min&#65289;
	- &#23455;&#20363;&#32057;&#20171;&#65288;30sec&#65289;
	- &#12452;&#12521;&#12473;&#12488;&#21046;&#20316;&#12501;&#12525;&#12540;&#20840;&#20307;&#20687;&#65288;30sec&#65289;
	- Python&#12391;&#37197;&#33394;&#12398;&#26041;&#37341;&#12434;&#25506;&#12427;&#65288;1min&#65289;
	- Python&#12391;&#22522;&#26412;&#12398;&#33394;&#12434;&#27770;&#12417;&#12427;&#65288;1min&#65289;
	- Python&#12391;&#22615;&#12387;&#12383;&#33394;&#12434;&#20998;&#26512;&#12377;&#12427;&#65288;1min&#65289;

&#23455;&#20363;&#12392;&#12375;&#12390;&#25369;&#12370;&#12427;Python&#12473;&#12463;&#12522;&#12503;&#12488;&#12399;&#12300;&#12461;&#12515;&#12521;&#12487;&#12470;&#12395;&#21512;&#12431;&#12379;&#12383;&#37197;&#33394;&#25512;&#34214;&#12301;&#12300;&#33394;&#24425;&#35519;&#21644;&#12395;&#21063;&#12387;&#12383;&#24433;&#12392;&#20809;&#12398;&#21512;&#25104;&#12301;&#12300;&#33394;&#25104;&#20998;&#12480;&#12483;&#12471;&#12517;&#12508;&#12540;&#12489;&#12301;&#12398;&#65299;&#12388;&#12434;&#20104;&#23450;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12459;&#12531;&#12501;&#12449;&#12524;&#12531;&#12473;&#24403;&#26085;&#12414;&#12391;&#12395;&#12424;&#12426;&#20778;&#12428;&#12383;&#12473;&#12463;&#12522;&#12503;&#12488;&#12392;&#23455;&#20363;&#12364;&#29992;&#24847;&#12391;&#12365;&#12383;&#12425;&#12289;&#12473;&#12463;&#12522;&#12503;&#12488;&#12434;&#36861;&#21152;&#12414;&#12383;&#12399;&#24046;&#12375;&#26367;&#12360;&#12427;&#21487;&#33021;&#24615;&#12364;&#12354;&#12426;&#12414;&#12377;&#12398;&#12391;&#12289;&#12372;&#25215;&#30693;&#12362;&#12365;&#12367;&#12384;&#12373;&#12356;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://speakerdeck.com/hirosaji/practical-production-flow-of-illustration-led-by-coloring-with-python">&#30330;&#34920;&#12473;&#12521;&#12452;&#12489;&#36039;&#26009;</link>
                </links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/B3FHCU/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/B3FHCU/feedback/</feedback_url>
            </event>
            <event guid='aa1232ca-3741-56a1-bbb4-38c291d94d1b' id='32955' code='8KKDSN'>
                <room>track 1</room>
                <title>How many iPhones does it take to ship a new Python version?</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:10:00+09:00</date>
                <start>17:10</start>
                <duration>00:05</duration>
                <abstract>For people new to Python, it can be hard to grasp the difference between, say, Python 3.5 and Python 3.6. This lightning talk aims to conceptualise the effort it requires to ship a new Python version, by comparing that to the development of iPhone models.</abstract>
                <slug>pyconapac2023-32955-how-many-iphones-does-it-take-to-ship-a-new-python-version</slug>
                <track>Python core</track>
                
                <persons>
                    <person id='37143'>Chan Sau Yee</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://speakerdeck.com/y26805/how-many-iphones-does-it-take-to-ship-a-new-python-version">Slides</link>
                </links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/8KKDSN/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/8KKDSN/feedback/</feedback_url>
            </event>
            <event guid='ccdbee16-164e-5191-9dc1-b9c794b5bcce' id='33062' code='SPECBM'>
                <room>track 1</room>
                <title>How to study by making flash cards with Python</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:15:00+09:00</date>
                <start>17:15</start>
                <duration>00:05</duration>
                <abstract>Part of learning is to train your brain to recognize what you&apos;re studying. One of the ways to do this is to use flash cards. In this lightning talk, I will show how I use Python to make flash cards, as well as tips on how to study efficiently.</abstract>
                <slug>pyconapac2023-33062-how-to-study-by-making-flash-cards-with-python</slug>
                <track>Others</track>
                
                <persons>
                    <person id='37231'>MrValdez</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/SPECBM/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/SPECBM/feedback/</feedback_url>
            </event>
            <event guid='ed3820db-f23c-5af7-a9c6-a1f28cc11473' id='33185' code='QUNWWH'>
                <room>track 1</room>
                <title>London to Tokyo in Two Hours: A Visual Demonstration of How Python Helps Scientific Discovery in Enabling Future Passenger Rockets</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:20:00+09:00</date>
                <start>17:20</start>
                <duration>00:05</duration>
                <abstract>In this lightning talk, I will show videos of analysed experimental data obtained in a wind tunnel at a flow speed of Mach 7, i.e. seven times the speed of sound, using Python. I will discuss how Python helps us discover the science behind creating reusable rockets that could one day allow us to fly from London to Tokyo in two hours.</abstract>
                <slug>pyconapac2023-33185-london-to-tokyo-in-two-hours-a-visual-demonstration-of-how-python-helps-scientific-discovery-in-enabling-future-passenger-rockets</slug>
                <track>Visualization / Games / Music</track>
                
                <persons>
                    <person id='37333'>Hassan Saad Ifti</person>
                </persons>
                <language>en</language>
                <description>Traditionally, large datasets from wind tunnel experiments have been processed and visualised using MATLAB. However, there is a need of an open-source alternative to make such tools accessible to a wider community, particularly to young scientists and engineers. In this lightning talk, large experimental datasets obtained in a wind tunnel at a flow speed of Mach 7, i.e. seven times the speed of sound, are analysed and visualised using Python. The central topic of this talk will be transpiration cooling &#8212; a method where the rocket &#8216;sweats&apos; an gas to keep itself cool. The steps of data processing, analysis, and visualisation are discussed. The wind tunnel experiments involve the use of Pressure-sensitive paint (PSP) in conjunction with a high-speed camera, a technique that allows for the determination of oxygen partial pressure on a surface in the flow. An area of interrogation of 140 mm x 37 mm is coated with PSP and tested with upstream injection of air, nitrogen, and helium. A relative concentration, ranging from 0% to 100%, is constructed in a pixel-by-pixel fashion from the high-speed videos. The video data are treated with a stabilisation algorithm to remove the jitter that stems from the tunnel&#8217;s movement during the experiments. The data are then sent through several signal processing loops to reduce the noise. The frames are time-averaged over approximately 30 ms and the final quantity of relative concentration of the gas, e.g nitrogen or helium, is obtained and visualised in static plots and videos. The aim of this lightning talk is to demonstrate that Python and its libraries are capable of producing scientific quality visualisation of aerodynamics or wind tunnel data and persuade researchers, teachers, and students in this field to utilise this open-source resource. In 5 minutes, I will showcase how Python is being used to discover the science needed to build reusable rockets.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/QUNWWH/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/QUNWWH/feedback/</feedback_url>
            </event>
            <event guid='e170d5c5-bfc8-5f99-9f20-309b16279269' id='33119' code='V9PHXN'>
                <room>track 1</room>
                <title>&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12484;&#12540;&#12523;rye&#12408;&#12398;&#26053;&#36335;</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:25:00+09:00</date>
                <start>17:25</start>
                <duration>00:05</duration>
                <abstract>&#12415;&#12394;&#12373;&#12435;Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12484;&#12540;&#12523;&#12395;&#12399;&#20309;&#12434;&#20351;&#12387;&#12390;&#12356;&#12414;&#12377;&#12363;&#65311;
pip?  pipenv? Poetry ? 
&#33394;&#12293;&#36984;&#25246;&#32930;&#12364;&#21462;&#12428;&#12427;&#20998;&#12414;&#12378;&#23566;&#20837;&#26178;&#36855;&#12387;&#12383;&#32076;&#39443;&#12398;&#26041;&#12399;&#22810;&#12356;&#12398;&#12391;&#12399;&#12394;&#12356;&#12391;&#12375;&#12423;&#12358;&#12363;&#65311;
&#12381;&#12371;&#12391;&#12289;&#20170;&#22238;&#12399;&#26032;&#12375;&#12367;&#30331;&#22580;&#12375;&#12383;Rust&#35069;&#12398;&#12300;[rye](https://github.com/mitsuhiko/rye)&#12301;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12381;&#12371;&#12395;&#12399;Python&#20381;&#23384;&#12364;&#12394;&#12356;&#12398;&#12434;&#22987;&#12417;&#12289;Rust&#12398;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12395;&#12452;&#12531;&#12473;&#12497;&#12452;&#12450;&#12373;&#12428;&#12383;&#27096;&#12293;&#12394;&#21746;&#23398;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;
&#12414;&#12383;&#12289;&#20182;&#12497;&#12483;&#12465;&#12540;&#12472;&#12484;&#12540;&#12523;&#12391;&#36939;&#29992;&#12375;&#12390;&#12356;&#12383;&#26082;&#23384;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12434;rye&#12395;&#31227;&#34892;&#12375;&#12383;&#38555;&#12398;&#30693;&#35211;&#12418;&#12372;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33119-rye</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='37283'>glassmonkey (Shunsuke Nagano)</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/V9PHXN/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/V9PHXN/feedback/</feedback_url>
            </event>
            <event guid='ca0c8da3-fcbe-56c5-ad0e-bcbf91237686' id='32778' code='MFJUGJ'>
                <room>track 1</room>
                <title>Auto-evaluation of ranking model by LLM</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:30:00+09:00</date>
                <start>17:30</start>
                <duration>00:05</duration>
                <abstract>Discover an innovative Python framework for automating offline search engine ranking evaluation using LLM. By enabling search engineers and data scientists to perform offline evaluations rapidly, our method minimizes human bias, accelerates evaluation, and optimizes ranking algorithms swiftly, leading to improved search performance and more relevant user results.</abstract>
                <slug>pyconapac2023-32778-auto-evaluation-of-ranking-model-by-llm</slug>
                <track>Machine learning</track>
                
                <persons>
                    <person id='37004'>Petrie Wong</person>
                </persons>
                <language>en</language>
                <description>Explore our groundbreaking framework that utilizes Large Language Models to automate the offline evaluation of search engine ranking results efficiently. By significantly reducing reliance on costly human labelers and minimizing the risk of human-induced bias, this technology allows search engineers and data scientists to swiftly conduct offline evaluations, resulting in a more seamless and efficient process. Our innovative solution empowers you to optimize search engine algorithms and deliver accurate, contextually relevant results to users, ultimately enhancing the overall search experience. Harness the power of large language models to transform your search engine&#8217;s performance, streamline the evaluation process, and reshape the way users interact with search technology.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://speakerdeck.com/legalontechnologies/a95bc0632affa5f81a2ac8bdde7aac32">slides</link>
                </links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/MFJUGJ/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/MFJUGJ/feedback/</feedback_url>
            </event>
            <event guid='d7e18cbf-a245-586d-896d-9f154edf2e1f' id='33073' code='MM7MYE'>
                <room>track 1</room>
                <title>time to save CI time</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-27T17:35:00+09:00</date>
                <start>17:35</start>
                <duration>00:05</duration>
                <abstract>Django CI Speed Boost: Achieving 90% Time Reduction. In this presentation, we will share tips for reducing test time in CI. Discover how to leverage test options and parallel containers to achieve significant time savings.</abstract>
                <slug>pyconapac2023-33073-time-to-save-ci-time</slug>
                <track>Test for development</track>
                
                <persons>
                    <person id='37239'>Soojin</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/MM7MYE/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/MM7MYE/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 2' guid='7d81eb14-ed4d-5710-832d-b9a3447350fb'>
            <event guid='2e7f3b9f-387f-5a7d-9212-09cedc427e3d' id='32003' code='WNN9WG'>
                <room>track 2</room>
                <title>Write Python for Speed</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T11:40:00+09:00</date>
                <start>11:40</start>
                <duration>00:30</duration>
                <abstract>Being a slow interpreter, Python may drive a system to deliver utmost speed if some guidelines are followed. The key is to treat programming languages as syntactic sugar to the machine code. It expedites the workflow of timing, iterative design, automatic testing, optimization, and realize an HPC system balancing the time to market and quality of code. I will share how to make it happen.</abstract>
                <slug>pyconapac2023-32003-write-python-for-speed</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='36338'>Yung-Yu Chen</person>
                </persons>
                <language>en</language>
                <description>Speed is the king. 10x productive developers change business. So does 10x faster code. Python is 100x slower than C++ but it only matters when you really use Python to implement number-crunching algorithms. We should not do that, and instead go directly with C++ for speed. It calls for strict disciplines of software engineering and code quality, but it should be noted that here the quality is defined by the runtime and the time to market.

The talk will focus on the Python side of the development workflow. It is made possible by confining C++ in architecture defined by the Python code, which realizes most of the software engineering. The room for writing fast C++ code is provided by pybind11 and careful design of typed data objects. The data objects hold memory buffers exposed to Python as numpy ndarrays for direct access for speed.

In a nutshell, the workflow is:

1. Understand your problem.
2. Prototype with quick and dirty Python code.
3. Define data objects. The data objects will be the API between high-level Python and the low-level C++ implementation.
4. Complete unit testing as much as possible.
5. Design data structures. Reorganize or rewrite the Python code in C++.

For each new request the workflow repeats itself.

In addition to the workflow, the talk will also include the way to use pybind11 and ndarray interface. C++ will be mentioned but outside the scope of discussions.

The objective of the talk is to show how to get started with writing fast code in Python and keep improving it to become a product. Computational scientists and engineers are particularly suitable to the subject. The talk will clearly describe a course to develop the practical coding skills. The speaker has practiced the workflow for academic research, commercial software development, and graduate-level teaching and trained more than 100 students.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/WNN9WG/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/WNN9WG/feedback/</feedback_url>
            </event>
            <event guid='a442ecd5-3d4f-5551-acb0-d6ef639c2c7b' id='32980' code='ZAVEWE'>
                <room>track 2</room>
                <title>Breaking Down Barriers: A Unified Approach to Web Development with django-htmx</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T13:40:00+09:00</date>
                <start>13:40</start>
                <duration>00:30</duration>
                <abstract>Modern web development often involves complex processes and context-switching, impacting efficiency. This talk proposes a solution: using Django-HTMX to unify front-end and back-end development into one context. This approach simplifies the build process and minimizes context-switching. With Django-HTMX for HTMX, TailwindCSS for CSS, and Alpine.js for JavaScript, we aim to simplify and streamline</abstract>
                <slug>pyconapac2023-32980-breaking-down-barriers-a-unified-approach-to-web-development-with-django-htmx</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='37161'>Bae KwonHan</person>
                </persons>
                <language>en</language>
                <description>Modern web development often necessitates complex processes and context-switching, placing undue burdens on developers and impeding efficiency. This presentation proposes a solution: unifying front-end and back-end development into a single context with Django-HTMX. This approach eliminates the need for separate build processes and mitigates the slowdown associated with context-switching between different development languages. In this streamlined workflow, HTMX is employed through Django-HTMX, CSS is handled with TailwindCSS, and JavaScript is managed with Alpine.js. By introducing this efficient and simplified method, we aim to revolutionize the way web development is approached, creating a more streamlined and efficient future for developers.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/ZAVEWE/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/ZAVEWE/feedback/</feedback_url>
            </event>
            <event guid='9babbac6-2328-5aaa-9ede-3b8f7717d8f1' id='33127' code='BLGBSE'>
                <room>track 2</room>
                <title>Python&#12391;&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#65306;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12398;&#29702;&#35299;&#12392;&#29694;&#22580;&#12391;&#12398;&#27963;&#29992;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T14:20:00+09:00</date>
                <start>14:20</start>
                <duration>00:30</duration>
                <abstract>Python&#12399;&#12381;&#12398;&#20351;&#12356;&#12420;&#12377;&#12373;&#12392;&#35914;&#23500;&#12394;&#12521;&#12452;&#12502;&#12521;&#12522;&#12395;&#12424;&#12426;&#12289;&#12454;&#12455;&#12502;&#38283;&#30330;&#12363;&#12425;&#27231;&#26800;&#23398;&#32722;&#12414;&#12391;&#22810;&#23696;&#12395;&#12431;&#12383;&#12427;&#20998;&#37326;&#12391;&#27963;&#29992;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;&#12371;&#12428;&#12425;&#12434;&#21487;&#33021;&#12395;&#12375;&#12390;&#12356;&#12427;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12391;&#12377;&#12364;&#12289;Python&#12398;&#27508;&#21490;&#12364;&#38263;&#12367;&#35079;&#38609;&#12394;&#12383;&#12417;&#12289;&#21021;&#24515;&#32773;&#12395;&#21462;&#12387;&#12390;&#36499;&#12365;&#12420;&#12377;&#12356;&#12392;&#24863;&#12376;&#12414;&#12377;&#12290;

&#26412;&#30330;&#34920;&#12391;&#12399;&#12289;Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12398;&#20840;&#20307;&#20687;&#12434;&#35500;&#26126;&#12375;&#12289;&#12381;&#12398;&#32972;&#26223;&#12434;&#29702;&#35299;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#26085;&#24120;&#12398;&#38283;&#30330;&#12391;&#36973;&#36935;&#12377;&#12427;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12398;&#21839;&#38988;&#12395;&#23550;&#24540;&#12377;&#12427;&#12383;&#12417;&#12398;&#22522;&#26412;&#30340;&#12394;&#30693;&#35672;&#12434;&#25552;&#20379;&#12375;&#12414;&#12377;&#12290;

&#12414;&#12378;&#12289;Python&#12497;&#12483;&#12465;&#12540;&#12472;&#12398;&#20316;&#25104;&#12363;&#12425;&#37197;&#24067;&#12289;&#20381;&#23384;&#38306;&#20418;&#31649;&#29702;&#12289;&#12499;&#12523;&#12489;&#12394;&#12393;&#12398;&#21508;&#35201;&#32032;&#12398;&#24441;&#21106;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;&#12373;&#12425;&#12395;&#12289;Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#31649;&#29702;&#12395;&#12362;&#12369;&#12427;&#38627;&#12375;&#12356;&#12509;&#12452;&#12531;&#12488;&#12289;&#12381;&#12375;&#12390;&#12289;&#29694;&#22312;&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12398;&#12505;&#12473;&#12488;&#12503;&#12521;&#12463;&#12486;&#12451;&#12473;&#12434;&#19968;&#20363;&#12392;&#12375;&#12390;&#25369;&#12370;&#12289;&#21253;&#25324;&#30340;&#12394;&#20840;&#20307;&#20687;&#12392;&#29694;&#22580;&#12391;&#12398;&#20855;&#20307;&#30340;&#12394;&#24540;&#29992;&#12434;&#12522;&#12531;&#12463;&#12373;&#12379;&#12414;&#12377;&#12290;&#12371;&#12398;&#24773;&#22577;&#12434;&#36367;&#12414;&#12360;&#12289;&#30446;&#30340;&#12395;&#27839;&#12387;&#12383;&#26368;&#36969;&#12394;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12434;&#34892;&#12360;&#12427;&#30693;&#35672;&#12434;&#25552;&#20379;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33127-python</slug>
                <track>Python core</track>
                
                <persons>
                    <person id='37227'>Higuchi Kokoro</person>
                </persons>
                <language>en</language>
                <description>## &#12475;&#12483;&#12471;&#12519;&#12531;&#12398;&#12450;&#12454;&#12488;&#12521;&#12452;&#12531;

1. &#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12398;&#22522;&#26412;&#35201;&#32032;
    - &#27161;&#28310;&#12392;&#35215;&#26684;&#65288;PEP&#12394;&#12393;&#65289;
    - &#12497;&#12483;&#12465;&#12540;&#12472;&#12398;&#37197;&#24067;&#65288;PyPI&#12394;&#12393;&#65289;
    - &#12521;&#12531;&#12479;&#12452;&#12512;&#12496;&#12540;&#12472;&#12519;&#12531;&#31649;&#29702;&#65288;pyenv&#12394;&#12393;&#65289;
    - &#12497;&#12483;&#12465;&#12540;&#12472;&#12496;&#12540;&#12472;&#12519;&#12531;&#12392;&#20381;&#23384;&#38306;&#20418;&#12398;&#31649;&#29702;&#65288;pip, poetry&#12394;&#12393;&#65289;
    - &#12499;&#12523;&#12489;&#12392;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12398;&#12503;&#12525;&#12475;&#12473;&#65288;setuptools, wheel&#12394;&#12393;&#65289;
2. Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12434;&#35079;&#38609;&#21270;&#12377;&#12427;&#35201;&#22240;
    - PEP&#12398;&#36969;&#29992;&#12392;&#12381;&#12398;&#26178;&#38291;&#30340;&#12394;&#35506;&#38988;
    - &#39640;&#24230;&#12394;&#35201;&#27714;&#12434;&#25345;&#12388;&#12521;&#12452;&#12502;&#12521;&#12522;&#65288;ML&#12521;&#12452;&#12502;&#12521;&#12522;&#12394;&#12393;&#65289;
    - &#22810;&#27096;&#21270;&#12377;&#12427;&#12484;&#12540;&#12523;&#32676;&#12392;&#12381;&#12398;&#24460;&#26041;&#20114;&#25563;&#24615;&#12398;&#21839;&#38988;
3. Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12398;&#27508;&#21490;&#30340;&#36914;&#21270;
    - &#21021;&#26399;&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;
    - PyPI&#12392;pip&#12398;&#30330;&#23637;
    - wheel&#24418;&#24335;&#12398;&#23566;&#20837;
    - &#20381;&#23384;&#38306;&#20418;&#12398;&#35299;&#27770;&#12398;&#24375;&#21270;
    - &#21021;&#26399;&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;
    - Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12398;&#29694;&#29366;&#12392;&#35506;&#38988;
4. Python&#12497;&#12483;&#12465;&#12540;&#12472;&#12531;&#12464;&#12398;&#12505;&#12473;&#12488;&#12503;&#12521;&#12463;&#12486;&#12451;&#12473;&#12392;&#12465;&#12540;&#12473;&#12473;&#12479;&#12487;&#12451;
    - &#12465;&#12540;&#12473;&#12496;&#12452;&#12465;&#12540;&#12473;&#12391;&#12398;&#12484;&#12540;&#12523;&#36984;&#25246;&#12398;&#20363;
    - pyenv, pip, conda, poetry&#12394;&#12393;&#12398;&#21508;&#12484;&#12540;&#12523;&#36969;&#20999;&#12394;&#32068;&#12415;&#21512;&#12431;&#12379;&#26041;
5. &#23455;&#38555;&#12398;&#21839;&#38988;&#12392;&#12381;&#12398;&#35299;&#27770;&#31574;
    - pip&#12392;conda&#12434;&#20001;&#26041;&#20351;&#12431;&#12394;&#12356;&#26041;&#12364;&#33391;&#12356;&#12392;&#35328;&#12431;&#12428;&#12390;&#12356;&#12427;&#29702;&#30001;
    - &#29305;&#27530;&#12394;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12503;&#12525;&#12475;&#12473;&#12398;&#12354;&#12427;&#12521;&#12452;&#12502;&#12521;&#12522;&#65288;&#20363;&#65306;pytorch&#65289;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/BLGBSE/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/BLGBSE/feedback/</feedback_url>
            </event>
            <event guid='d234ff6c-1d58-5026-a247-2eba9ac847bc' id='33084' code='BJTTQX'>
                <room>track 2</room>
                <title>Improving debuggability of complex asyncio applications</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T15:30:00+09:00</date>
                <start>15:30</start>
                <duration>00:30</duration>
                <abstract>The key of debugging is observability and reproducibility. It is still challenging to see what&#8217;s happening in complex real-world asyncio applications. To tackle this problem, I wrote the new, improved version of aiomonitor based on my fork by collaboration with the aio-libs maintainers met in person in PyCon US 2023. This talk will present the challenges of asyncio debugging, how I improved the ex</abstract>
                <slug>pyconapac2023-33084-improving-debuggability-of-complex-asyncio-applications</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37249'>Joongi Kim</person>
                </persons>
                <language>en</language>
                <description>When we compose multiple asyncio libraries and our own codes together, it is hard to track down silently swallowed cancellations and resource-hogging floods of tasks triggered by internals of 3rd-party callbacks. Moreoever, such misbehaviors are often observed only in production environments where the app faces the actual workloads and I/O patterns, making it even harder to reproduce.

The aio-libs/aiomonitor project provides a live access to a running asyncio process using a telnet-based REPL interafce to inspect the list of tasks and their current stacks. I have added more features to help tracking the above issues of asyncio apps running in production: task creation tracker and termination tracker. These trackers keeps the stack traces whenever a new task is created or terminated, and provides a holistic view of chained stack traces when the tasks are nested with arbitrary depths. aiomonitor also demonstrates a rich async TUI (terminal UI) based on prompt toolkit and Click, with auto-completion of commands and arguments, far enhancing the original version&#8217;s simple REPL. With aiomonitor, I could successfully debug several production bugs. 

In PyCon US 2023, I&#8217;ve presented my fork, aiomonitor-ng, and collaborated with Sviatoslav Sydorenko (@webknjaz) to backport it to the original project while revamping the CI/CD pipelines. This talk will also cover the stories of the backporting process.

I hope this talk would help our fellow asyncio developers to build more complex yet stable applications at scale.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/BJTTQX/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/BJTTQX/feedback/</feedback_url>
            </event>
            <event guid='417320a3-d159-55aa-8c99-299509f3c9b3' id='32547' code='8F7KBC'>
                <room>track 2</room>
                <title>Develop your Python cloud &amp; serverless apps locally with LocalStack!</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T16:10:00+09:00</date>
                <start>16:10</start>
                <duration>00:30</duration>
                <abstract>In this session, we provide a hands-on introduction to LocalStack, a fully functional local AWS cloud stack. With LocalStack, Python-based cloud applications and infrastructure can be developed entirely on your local machine, reducing dev&amp;test cycles from minutes to seconds.</abstract>
                <slug>pyconapac2023-32547-develop-your-python-cloud-serverless-apps-locally-with-localstack</slug>
                <track>Niche technique</track>
                
                <persons>
                    <person id='36702'>Harsh Bardhan Mishra</person>
                </persons>
                <language>en</language>
                <description>DevOps teams across the globe are increasingly focusing time and energy on optimizing their cloud development and deployment flows. The traditional deploy-and-test cycles against public clouds can become slow and tedious, where developers are often facing several minutes of idle times between deployments that need to be frequently triggered during testing &amp; debugging.

Also, with the increasing popularity of Infrastructure-as-Code tools like Terraform or Pulumi, efficient testing of automated infrastructure deployments becomes critical. Testing cycles for deployments of complex stacks with large-scale resources can easily take 15+ minutes or more in the real cloud.

In this talk, we will provide a detailed deep dive into LocalStack, an open-source cloud emulator that allows you to develop Python cloud &amp; serverless applications entirely on your local machine without ever having to connect to the real cloud! LocalStack provides 70+ AWS services running in a Docker container completely on your local machine. We will develop AWS applications, but since LocalStack runs entirely on the local machine without talking to the real cloud, no cloud access credentials are required to follow the talk.

The talk is roughly structured as follows:

- Intro to AWS cloud development with Python
- Getting started with LocalStack
- Developing Python serverless apps with LocalStack
- Advanced integrations for Infrastructure-as-Code (Terraform, CDK) and CI/CD (Github Actions)
- Python internals of LocalStack
- Summary and Q&amp;A

The session covers interactive live coding to showcase common scenarios and use cases, different settings for local debugging of Lambdas and containerized apps as well as some advanced new features that can radically improve productivity and team collaboration patterns.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/8F7KBC/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/8F7KBC/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 3' guid='04645ce6-c40f-522c-bc62-6755e3626954'>
            <event guid='9e94f4b6-9163-5d38-b0b9-67ca9471fffc' id='33198' code='ARHZFP'>
                <room>track 3</room>
                <title>Fighting Money Laundering with Python and Open Source Software</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T11:40:00+09:00</date>
                <start>11:40</start>
                <duration>00:30</duration>
                <abstract>In this talk proposal, I will discuss how to detect the chain of fraudulent transactions and help the investigation agencies by providing useful insights to fight money laundering with the help of Python programming language and packages.</abstract>
                <slug>pyconapac2023-33198-fighting-money-laundering-with-python-and-open-source-software</slug>
                <track>Approaching to social problem</track>
                
                <persons>
                    <person id='37347'>Gajendra Deshpande</person>
                </persons>
                <language>en</language>
                <description>In this talk proposal, we will discuss the chain of fraudulent transactions and help the investigation agencies to fight money laundering with the help of Python programming language and packages.
The working of the proposed solution is described below
Step 1: The investigation officer obtains data of suspicious accounts across banks.
Step 2: Using Benford&#8217;s Law the accounts data will be checked for possible fraud and marked for further analytics.
Step 3: The account details will also be matched with Politically Exposed Persons(PEP), Relatives and Close Associates (RCA), and Sanctions Data. If a match is found then it increases the probability of possible money laundering. 
Step 4: Generate graphs showing the links between transactions of different bank accounts for step 2 and step 3.
Step 5: Apply Graph Machine Learning techniques and graph algorithms to identify the fraudulent chains between depositor and receiver accounts. 
Step 6: Find a correlation between transactions and bank accounts to form a fraudulent chain.
Step 7: Generate results in the form of reports and interactive visualizations
Step 8: Verify the result for genuineness and false positive rate.
Step 9: Keep track of all the activities and tasks executed from steps 2 through 8. 
Step 10: Generate a report for step 9 in a human-readable and understandable form.

The application has been developed using Scipy, numpy, pandas, matplotlib, NetworkX, Altair, scikit-learn, and Dash packages.

The participants will learn about a new use case of python in crime investigation.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/ARHZFP/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/ARHZFP/feedback/</feedback_url>
            </event>
            <event guid='bd0eb486-466a-5d3e-ad2f-45bac922162f' id='33088' code='UPFZDC'>
                <room>track 3</room>
                <title>Python in Human-Centered AI Design: How to deal with 60 Million patients to develop AI solutions in healthcare</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T13:40:00+09:00</date>
                <start>13:40</start>
                <duration>00:30</duration>
                <abstract>We introduce a novel design approach to design, develop, deploy, and maintain AI/ML tools. This real-world research case study in the healthcare domain, to solve societal issues, can provide actionable methodology for any DevOps task using Python. The presented design methods demonstrate how Python is used in all stages of research with data collected from 60 million patients in United Kingdom.</abstract>
                <slug>pyconapac2023-33088-python-in-human-centered-ai-design-how-to-deal-with-60-million-patients-to-develop-ai-solutions-in-healthcare</slug>
                <track>Approaching to social problem</track>
                
                <persons>
                    <person id='35681'>Hassan Sami Adnan</person><person id='37258'>Samara Sharmeen</person>
                </persons>
                <language>en</language>
                <description>In healthcare, the use of machine learning (ML) and artificial intelligence (AI) is becoming popular than ever, and Python is in the forefront when it comes to the programming language of choice.

In this talk, we outline the use of a design and implementation framework to aid developers to design _Human-Centered AI (HcAI)_ solutions in healthcare. We provide examples from our research to showcase challenges and best practices of using large healthcare datasets such as [CPRD](https://cprd.com) in the UK consisting of data collected from 60 million patients, where we analyse and develop AI/ML models using Python. This will allow the audience to get a good understanding of the challenges involved in solving technical and societal issues such as in healthcare. It will demonstrate as a case study of research in United Kingdom as to how widespread adoption of Python, combined with design innovation can lead to accountable, transparent, and safe use of AI/ML tools.

Participants of the talk will be able to appreciate how this approach can make their **design, development, deployment, and maintenance** well organized and sustainable. Beginners as well as advanced users are often not familiar with the real-world utility perspectives of AI/ML development, and this talk will provide the international community with actionable take-home ideas that they can use in their projects. It will demonstrate how using Python can make even such data-driven complicated tasks more manageable.

The talk will also be accompanied by a poster, which will provide the audience to interact with the speakers beyond the talk. Furthermore, we open up the Q&amp;A session to include a collaborative platform at an international level for anyone from the audience who might be interested to engage in our research work, for future collaboration.

### Talk outline and organization
- Introduction to Human-Centered AI Design using Python ```(5 mins)```
- Examples from the read-world research settings ```(2 mins)```
- Challenges, best practices, and Python tools used to research on database with 60 million patients in United Kingdom ```(3 mins)```
- How to use the Health AI Implementation Framework in research ```(5 mins)```
- Interactive Demo: Examples from ongoing research work using Python ```(10 mins)```
- Q&amp;A from the audience ```(5 mins)```

### Audience
This talk is aimed for Python **beginners** as it provides design and implementation guidance in AI/ML development, deployment, and maintenance. **Advanced users** will also benefit from this approach and be able to develop solutions using this implementation framework. The talk would also be suited for **policy makers** and **project + product management team members** so that they can use the approach in their companies. Researchers in this field can also take away actionable perspectives for research studies. Although the main example is in healthcare, the design principles described in the talk is applicable to any large scale AI/ML development.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/UPFZDC/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/UPFZDC/feedback/</feedback_url>
            </event>
            <event guid='91928f2d-98ea-5080-ba73-22e7ec8cb992' id='33136' code='VYT7AY'>
                <room>track 3</room>
                <title>I convinced my old high school to offer a Python Programming class! [And  the plan to convince all other schools in our city to follow]</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T14:20:00+09:00</date>
                <start>14:20</start>
                <duration>00:30</duration>
                <abstract>My old high school needs help with some research projects that involves coding. Instead of just helping, I convinced them to offer a python programming class instead! **This talk will discuss the journey on how this whole idea began and how it was executed. We will also discuss my grand plan of having every high school in our city to add a python programming class!**</abstract>
                <slug>pyconapac2023-33136-i-convinced-my-old-high-school-to-offer-a-python-programming-class-and-the-plan-to-convince-all-other-schools-in-our-city-to-follow</slug>
                <track>Python in education</track>
                
                <persons>
                    <person id='37084'>Ni&#241;o R. Eclarin</person>
                </persons>
                <language>en</language>
                <description>In order to understand the core problem, I will first give a glimpse of the education system here in the Philippines. This is to cement the underlying need for implementing a programming class for high school students.

There are a lot of factors that we need to consider when we were planning this class. It might seem simple and straightforward but we had to adjust the coverage and scope of what we want to offer due to the needs of the students and the school. 

We encountered a lot of problems including how to pick the correct teachers and how to teach the teachers themselves. As for the students, we want to make sure that they can use what they will learn in their research and projects. 

It has been a couple of years since the school added programming classes and they were able to offer it to different grade level already. We have some insights on how it affected the students and how it made them more inclined towards STEM (science, technology, engineering, maths).

Moving forward, my grand plan is to make all the schools in our city teach python and programming. I am in talk with the other schools and I want to make sure that they can implement a python programming class as well. I want to make this as an opportunity to show other schools and the local government how adding a python programming class can actually improve the quality of research output for students.

The talk will focus on the following main key points:

- Education challenges in the Philippines in the context of tech and programming
- How did we came up with the idea of adding python programming to the curriculum
- How did we implement it?
- What are the key takeaways and how do we plan to improve the python programming class
- The grand plan of spreading this to all the schools in our city!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/VYT7AY/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/VYT7AY/feedback/</feedback_url>
            </event>
            <event guid='494b2e9b-c0ac-5632-9126-44c74dd6d839' id='31570' code='M8QP3X'>
                <room>track 3</room>
                <title>Dev Containers&#26178;&#20195;&#12398;Python&#38283;&#30330;&#29872;&#22659;&#12398;&#12354;&#12426;&#26041;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T15:30:00+09:00</date>
                <start>15:30</start>
                <duration>00:30</duration>
                <abstract>&#29872;&#22659;&#12398;&#20998;&#38626;&#12420;&#12289;&#29872;&#22659;&#27083;&#31689;&#12398;&#33258;&#21205;&#21270;&#12399;&#12371;&#12371;&#25968;&#24180;&#12391;&#12300;&#24403;&#12383;&#12426;&#21069;&#12301;&#12392;&#12373;&#12428;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12375;&#12383;&#12290;pipenv&#12289;poetry&#12289;hatch&#12394;&#12393;&#12289;&#12371;&#12428;&#12414;&#12391;Python&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12484;&#12540;&#12523;&#12399;&#27161;&#28310;&#12391;&#12354;&#12427;venv&#12391;&#12398;&#20206;&#24819;&#21270;&#12434;&#12505;&#12540;&#12473;&#12395;&#12375;&#12390;&#38283;&#30330;&#12373;&#12428;&#12390;&#12365;&#12414;&#12375;&#12383;&#12290;&#19968;&#26041;&#12391;&#12289;&#12356;&#12429;&#12356;&#12429;&#12394;&#12484;&#12540;&#12523;&#12364;&#30331;&#22580;&#12375;&#12289;&#27714;&#12417;&#12425;&#12428;&#12427;&#30693;&#35672;&#12418;&#22679;&#12360;&#12390;&#12365;&#12383;&#12383;&#12417;&#12289;&#38627;&#26131;&#24230;&#12364;&#39640;&#12367;&#12394;&#12387;&#12390;&#12365;&#12390;&#12356;&#12427;&#27671;&#12364;&#12375;&#12414;&#12377;&#12290;

Dev Containers&#12399;1&#12388;&#12398;&#35299;&#12392;&#12394;&#12426;&#12358;&#12427;&#12418;&#12398;&#12391;&#12377;&#12364;&#12289;&#12371;&#12398;&#20013;&#12391;&#26082;&#23384;&#12398;&#12484;&#12540;&#12523;&#12434;&#12381;&#12398;&#12414;&#12414;&#36969;&#29992;&#12377;&#12427;&#12392;2&#37325;&#12395;&#20206;&#24819;&#21270;&#12434;&#37325;&#12397;&#12383;&#29872;&#22659;&#12395;&#12394;&#12387;&#12390;&#12375;&#12414;&#12356;&#12289;&#21021;&#24515;&#32773;&#12395;&#12399;&#38627;&#12375;&#12356;&#29872;&#22659;&#12395;&#12394;&#12387;&#12390;&#12375;&#12414;&#12356;&#12414;&#12377;&#12290;&#12414;&#12383;&#12289;&#20107;&#23455;&#19978;&#12398;VSCode&#23554;&#29992;&#12392;&#12394;&#12387;&#12390;&#12375;&#12414;&#12356;&#12414;&#12377;&#12290;

Pythonista&#12399;&#21476;&#26469;&#12424;&#12426;&#12418;&#12289;&#27161;&#28310;&#21270;&#12392;&#12289;&#12471;&#12531;&#12503;&#12523;&#12289;&#22810;&#27096;&#12394;&#29872;&#22659;&#12391;&#12398;&#20114;&#25563;&#24615;&#12434;&#37325;&#12435;&#12376;&#12390;&#12365;&#12414;&#12375;&#12383;&#12290;&#12371;&#12398;&#30330;&#34920;&#12391;&#12399;&#12289;&#12373;&#12414;&#12374;&#12414;&#12394;&#29872;&#22659;&#12434;&#32771;&#24942;&#12375;&#12383;&#26368;&#23567;&#38480;&#12398;&#12511;&#12491;&#12510;&#12523;&#12394;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#26041;&#27861;&#12395;&#12388;&#12356;&#12390;&#26908;&#35342;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-31570-dev-containerspython</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='35948'>Yoshiki Shibukawa</person>
                </persons>
                <language>en</language>
                <description>* Dev Containers&#12398;&#20181;&#32068;&#12415;

    &#12414;&#12378;&#12399;Dev Containers&#12398;&#21205;&#12365;&#12420;&#20181;&#32068;&#12415;&#12434;&#35211;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;Dev Containers&#12399;&#20170;&#12414;&#12391;Docker&#12420;&#20206;&#24819;PC&#12391;&#29872;&#22659;&#12434;&#20316;&#12427;&#26178;&#12395;&#22823;&#22793;&#12384;&#12387;&#12383;&#12371;&#12392;&#12434;&#12356;&#12429;&#12356;&#12429;&#33258;&#21205;&#21270;&#12375;&#12390;&#12367;&#12428;&#12414;&#12377;&#12375;&#12289;&#29872;&#22659;&#12398;&#12459;&#12473;&#12479;&#12510;&#12452;&#12474;&#12418;&#31777;&#21336;&#12391;&#12377;&#12290;

    *  Dev Containers&#12364;&#12420;&#12387;&#12390;&#12367;&#12428;&#12427;&#12371;&#12392;&#12289;&#12420;&#12387;&#12390;&#12367;&#12428;&#12394;&#12356;&#12371;&#12392;

        &#12518;&#12540;&#12470;&#12540;&#12289;&#27177;&#38480;&#12289;&#21516;&#26399;&#12364;&#36933;&#12367;&#12394;&#12425;&#12394;&#12356;&#12501;&#12449;&#12452;&#12523;&#12471;&#12473;&#12486;&#12512;&#12398;&#27083;&#25104;&#12289;&#38283;&#30330;&#12469;&#12540;&#12496;&#12540;&#12398;&#12509;&#12540;&#12488;&#35299;&#25918;&#12289;ssh/git&#12398;&#12450;&#12463;&#12475;&#12473;&#12289;&#31038;&#20869;&#12398;&#12503;&#12525;&#12461;&#12471;&#12398;&#31361;&#30772;&#26041;&#27861;&#12394;&#12393;&#12434;&#32057;&#20171;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;

    * Python&#29992;&#12398;&#12452;&#12513;&#12540;&#12472;&#20316;&#25104;&#26041;&#27861;

        &#12371;&#12371;&#12391;&#12399;&#12289;Python&#22266;&#26377;&#12398;&#29872;&#22659;&#12434;&#12476;&#12525;&#12363;&#12425;&#20316;&#12427;&#26041;&#27861;&#12434;&#32057;&#20171;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;&#12476;&#12525;&#12363;&#12425;&#12392;&#12356;&#12387;&#12390;&#12418;&#12513;&#12491;&#12517;&#12540;&#12363;&#12425;&#36984;&#12406;&#12384;&#12369;&#12391;&#31777;&#21336;&#12391;&#12377;&#12290;&#12459;&#12473;&#12479;&#12510;&#12452;&#12474;&#26041;&#27861;&#12394;&#12393;&#12418;&#32057;&#20171;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;

* &#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12484;&#12540;&#12523;&#12398;&#21205;&#20316;

    &#12505;&#12540;&#12473;&#12398;Dev Containers&#12364;&#12391;&#12365;&#12354;&#12364;&#12387;&#12383;&#12392;&#12371;&#12429;&#12391;&#12289;&#12373;&#12414;&#12374;&#12414;&#12394;&#12484;&#12540;&#12523;&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12398;&#21205;&#20316;&#12398;&#27604;&#36611;&#12434;&#36890;&#12376;&#12390;&#12289;&#26082;&#23384;&#12398;&#12484;&#12540;&#12523;&#12364;Dev Containers&#12392;&#12467;&#12531;&#12501;&#12522;&#12463;&#12488;&#12375;&#12364;&#12385;&#12394;&#12509;&#12452;&#12531;&#12488;&#12434;&#12414;&#12392;&#12417;&#12414;&#12377;&#12290;

* pyproject.toml&#12434;&#26360;&#12367;

    pyproject.toml&#12399;Poetry&#12391;&#26377;&#21517;&#12395;&#12394;&#12426;&#12414;&#12375;&#12383;&#12364;&#12289;&#23455;&#12399;PEP&#12391;&#12523;&#12540;&#12523;&#21270;&#12373;&#12428;&#12390;&#12356;&#12427;&#27161;&#28310;&#30340;&#12394;&#12487;&#12540;&#12479;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#12391;&#12377;&#12290;&#12414;&#12383;&#12371;&#12398;&#12501;&#12449;&#12452;&#12523;&#12434;&#20351;&#12387;&#12383;&#12497;&#12483;&#12465;&#12540;&#12472;&#12398;&#12452;&#12531;&#12473;&#12488;&#12540;&#12523;&#12395;&#12399;&#22806;&#37096;&#12484;&#12540;&#12523;&#12399;&#19981;&#35201;&#12391;&#12377;&#12290;pyproject.toml&#12434;&#12480;&#12452;&#12524;&#12463;&#12488;&#12395;&#20351;&#12387;&#12383;&#12511;&#12491;&#12510;&#12523;&#12394;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12398;&#25163;&#27861;&#12434;&#25506;&#12426;&#12414;&#12377;&#12290;

    &#29872;&#22659;&#12434;&#12358;&#12414;&#12367;&#20316;&#12427;&#12371;&#12392;&#12391;&#12467;&#12540;&#12489;&#20445;&#31649;&#12420;&#12522;&#12450;&#12523;&#12479;&#12452;&#12512;&#12398;&#12481;&#12455;&#12483;&#12463;&#12434;&#12375;&#12394;&#12364;&#12425;&#12501;&#12449;&#12452;&#12523;&#12398;&#32232;&#38598;&#12364;&#34892;&#12360;&#12427;&#12383;&#12417;&#12289;&#12381;&#12428;&#12434;&#32057;&#20171;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;

  * &#12391;&#12365;&#12354;&#12364;&#12387;&#12383;Python&#38283;&#30330;&#29872;&#22659;&#12398;&#12524;&#12499;&#12517;&#12540;

    Dev Containers&#12434;&#20351;&#12387;&#12383;&#22580;&#21512;&#12289;&#20351;&#12431;&#12394;&#12363;&#12387;&#12383;&#22580;&#21512;&#12398;&#12381;&#12428;&#12382;&#12428;&#12391;&#12358;&#12414;&#12367;&#12356;&#12367;&#12371;&#12392;&#12434;&#30906;&#35469;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/M8QP3X/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/M8QP3X/feedback/</feedback_url>
            </event>
            <event guid='979bd184-ba68-566d-accc-add1d63b8648' id='32545' code='ZAQM3D'>
                <room>track 3</room>
                <title>(PythonPH) One Does Not Simply Create a Lasting Tech Community: Our 10-Year Journey Through the Joys and Challenges of Building a Fulfilling and Impactful Community</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T16:10:00+09:00</date>
                <start>16:10</start>
                <duration>00:30</duration>
                <abstract>The Python community is amazing! They bring together people who share common altruistic goals, and the magic of collaboration and innovation flourishes. However, despite the abundance of positive outcomes, community stewards often face challenges such as burnout and succession planning. So the question remains: how do we make this good thing last?</abstract>
                <slug>pyconapac2023-32545-pythonph-one-does-not-simply-create-a-lasting-tech-community-our-10-year-journey-through-the-joys-and-challenges-of-building-a-fulfilling-and-impactful-community</slug>
                <track>Approaching to social problem</track>
                
                <persons>
                    <person id='36776'>Matt Lebrun</person><person id='37158'>Micaela Reyes</person>
                </persons>
                <language>en</language>
                <description>As co-founders of Python Philippines (PythonPH), we&apos;ve faced numerous challenges, including the departure of team members without a succession plan, having to take additional workloads, and experiencing burnout. In this talk, we&apos;ll share our personal journey and offer strategies that have helped us overcome these pain points.

We understand first-hand the uncertainty and pressure that come with the loss of co-founders and how it can impact the remaining team members. Drawing from our experience, we&apos;ll share the steps we took in creating a succession plan that will ensure continuity and minimize disruption.

Furthermore, we&apos;ll discuss how we&apos;ve dealt with burnout and share tips for maintaining a healthy work-life-community balance. As we&apos;ve navigated these challenges, we&apos;ve also faced feelings of being left behind from a shared mission. We&apos;ll offer insights on how we stay motivated and focused on achieving organizational goals, even when it feels like others have moved on.

This talk will provide attendees with a personal account of the challenges and rewards of managing a long-running organization:

1. Succession planning is crucial for long-running organizations to ensure continuity and minimize disruption when leaders and team members depart.
2. Burnout is a common challenge for long-running organizations and can have a negative impact on productivity and morale. Strategies for preventing burnout and maintaining a healthy work-life-community balance are key.
3. Feelings of being left behind from a shared mission are normal but can be overcome by staying focused on the organization&apos;s mission.
    
Managing a long-running organization comes with unique challenges, but with the right strategies and mindset, it can be incredibly rewarding and fulfilling.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/ZAQM3D/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/ZAQM3D/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 4' guid='1e20d807-de53-524f-8eec-65d7127186e7'>
            <event guid='357ccf84-acef-5c50-b810-f155929e1274' id='33205' code='DXWXGJ'>
                <room>track 4</room>
                <title>Introduction to Structural Pattern Matching</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T11:40:00+09:00</date>
                <start>11:40</start>
                <duration>00:30</duration>
                <abstract>Python 3.10&#12395;Structural Pattern Matching&#12364;&#26032;&#27231;&#33021;&#12392;&#12375;&#12390;&#36861;&#21152;&#12373;&#12428;&#12414;&#12375;&#12383;&#12290;&#20037;&#12375;&#12406;&#12426;&#12398;Python&#12408;&#36861;&#21152;&#12373;&#12428;&#12383;&#22823;&#12365;&#12394;&#27231;&#33021;&#12384;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;
&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;&#12371;&#12398;&#24375;&#21147;&#12394;&#26032;&#27231;&#33021;&#12398;&#22522;&#26412;&#30340;&#12394;&#20351;&#12356;&#26041;&#12434;&#12356;&#12367;&#12388;&#12363;&#12469;&#12531;&#12503;&#12523;&#12467;&#12540;&#12489;&#12434;&#20132;&#12360;&#12390;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;&#12497;&#12479;&#12540;&#12531;&#12510;&#12483;&#12481;&#12398;&#20351;&#12356;&#26041;&#12434;&#29702;&#35299;&#12375;&#12390;&#12289;&#12373;&#12387;&#12381;&#12367;&#26126;&#26085;&#12363;&#12425;&#20351;&#12387;&#12390;&#12415;&#12414;&#12375;&#12423;&#12358;&#12290;</abstract>
                <slug>pyconapac2023-33205-introduction-to-structural-pattern-matching</slug>
                <track>Python core</track>
                
                <persons>
                    <person id='36639'>Takanori Suzuki</person>
                </persons>
                <language>en</language>
                <description>&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;Strucral Pattern Matching&#12364;&#12393;&#12358;&#12356;&#12358;&#12514;&#12481;&#12505;&#12540;&#12471;&#12519;&#12531;&#12391;&#25552;&#26696;&#12373;&#12428;&#12383;&#12363;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12381;&#12375;&#12390;&#12289;Strucral Pattern Matching&#12398;&#27083;&#25991;&#12392;&#22522;&#26412;&#30340;&#12394;&#20351;&#12356;&#26041;&#12434;&#35500;&#26126;&#12375;&#12414;&#12377;&#12290;
&#12488;&#12540;&#12463;&#12398;&#24460;&#21322;&#12391;&#12399;&#12289;&#12371;&#12398;&#27231;&#33021;&#12395;&#12354;&#12427;&#12373;&#12414;&#12374;&#12414;&#12394;&#12497;&#12479;&#12540;&#12531;&#12395;&#12388;&#12356;&#12390;&#12289;&#12381;&#12428;&#12382;&#12428;&#12393;&#12398;&#12424;&#12358;&#12395;&#20351;&#12358;&#12398;&#12363;&#12434;&#12469;&#12531;&#12503;&#12523;&#12467;&#12540;&#12489;&#12392;&#21512;&#12431;&#12379;&#12390;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#32057;&#20171;&#12377;&#12427;&#12497;&#12479;&#12540;&#12531;&#12399;Literal&#12289;Capture&#12289;Wildcard&#12289;OR&#12289;Value&#12289;Group&#12289;Class&#12289;Sequence&#12289;Mapping&#12289;AS&#12497;&#12479;&#12540;&#12531;&#12391;&#12377;&#12290;&#12414;&#12383;Guard&#12395;&#12388;&#12356;&#12390;&#12418;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12488;&#12540;&#12463;&#12434;&#32862;&#12367;&#12371;&#12392;&#12395;&#12424;&#12387;&#12390;&#12497;&#12479;&#12540;&#12531;&#12510;&#12483;&#12481;&#12531;&#12464;&#12398;&#20840;&#20307;&#20687;&#12434;&#25226;&#25569;&#12375;&#12289;&#20351;&#12356;&#12393;&#12371;&#12429;&#12420;&#21033;&#28857;&#12434;&#29702;&#35299;&#12391;&#12365;&#12414;&#12377;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/DXWXGJ/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/DXWXGJ/feedback/</feedback_url>
            </event>
            <event guid='896aefa6-315a-546b-8dc4-f487058e7a78' id='33150' code='KQQ3CU'>
                <room>track 4</room>
                <title>PyPI&#12487;&#12499;&#12517;&#12540; 2023</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T13:40:00+09:00</date>
                <start>13:40</start>
                <duration>00:30</duration>
                <abstract>&#12381;&#12371;&#12398;&#12354;&#12394;&#12383;&#12289;PyPI&#12487;&#12499;&#12517;&#12540;&#12375;&#12414;&#12379;&#12435;&#12363;&#65311;

&#26412;&#30330;&#34920;&#12391;&#12399;&#12289;&#12456;&#12531;&#12472;&#12491;&#12450;&#27963;&#21205;&#12398;&#36942;&#31243;&#12391;Python&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#20844;&#38283;&#12375;&#12383;&#12367;&#12394;&#12387;&#12383;&#26178;&#12395;&#12393;&#12398;&#12424;&#12358;&#12394;&#12371;&#12392;&#12434;&#12375;&#12390;&#12356;&#12369;&#12400;&#12424;&#12356;&#12363;&#12398;&#20855;&#20307;&#30340;&#12394;&#12450;&#12503;&#12525;&#12540;&#12481;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12394;&#12362;&#12289;&#20170;&#22238;&#12398;&#30330;&#34920;&#12391;&#12399;&#29694;&#20195;&#12398;&#24040;&#20154;&#20195;&#34920;&#12392;&#12375;&#12390;&#12300;GitHub&#19978;&#12391;&#20844;&#38283;&#12373;&#12428;&#12383;&#12522;&#12509;&#12472;&#12488;&#12522;&#12434;PyPI&#12395;&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;&#12377;&#12427;&#12414;&#12391;&#12301;&#12434;&#12486;&#12540;&#12510;&#12392;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33150-pypi-2023</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37309'>Kazuya Takei (attakei)</person>
                </persons>
                <language>en</language>
                <description>&#36942;&#21435;&#12398;&#30330;&#34920;&#12391;&#20309;&#24230;&#12363;&#20986;&#12390;&#12356;&#12427;&#12300;PyPI&#12487;&#12499;&#12517;&#12540;&#12301;&#31995;&#12398;&#30330;&#34920;&#12434;2023&#24180;&#21069;&#24460;&#12391;&#12398;&#29366;&#27841;&#12434;&#20803;&#12395;&#32057;&#20171;&#12377;&#12427;&#12289;&#12300;&#12411;&#12412;&#26368;&#26032;&#29256;&#12301;&#12392;&#12375;&#12390;&#12398;Python&#12521;&#12452;&#12502;&#12521;&#12522;&#12398;PyPI&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;&#12414;&#12391;&#12398;&#27497;&#12365;&#26041;&#12398;&#30330;&#34920;&#12391;&#12377;&#12290;

&#12300;&#20013;&#32026;&#12524;&#12505;&#12523;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#20316;&#32773;&#12301;&#35222;&#28857;&#12391;&#12289;&#12424;&#12426;&#12503;&#12521;&#12483;&#12488;&#12501;&#12457;&#12540;&#12512;&#12398;&#32937;&#12395;&#20055;&#12387;&#12383;&#12521;&#12452;&#12502;&#12521;&#12522;&#20844;&#38283;&#12398;&#12450;&#12503;&#12525;&#12540;&#12481;&#12434;&#20253;&#12360;&#12427;&#12398;&#12364;&#30446;&#30340;&#12391;&#12377;&#12290;

* Python&#12395;&#12362;&#12369;&#12427;&#12514;&#12472;&#12517;&#12540;&#12523;/&#12497;&#12483;&#12465;&#12540;&#12472;&#12392;&#12289;PyPI&#12398;&#32057;&#20171;
* &#20844;&#38283;&#12373;&#12428;&#12383;Python&#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#38283;&#30330; on GitHub
  * Python&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#20316;&#25104;&#12377;&#12427;
  * &#12486;&#12473;&#12488;&#12434;&#26360;&#12367;
  * &#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12418;&#26360;&#12367;
  * GitHub Actions&#12391;GitHub Releases&#12408;&#12521;&#12452;&#12502;&#12521;&#12522;&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;&#12377;&#12427;
  * GitHub Actions&#12391;GitHub Pages&#12408;&#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12434;&#12487;&#12503;&#12525;&#12452;&#12377;&#12427;
* PyPI&#12408;&#12398;&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;
  * &#12450;&#12459;&#12454;&#12531;&#12488;&#20316;&#25104;
  * GitHub Actions&#12434;&#25913;&#20462;&#12375;&#12390;PyPI&#12408;&#12450;&#12483;&#12503;&#12525;&#12540;&#12489;&#20986;&#26469;&#12427;&#12424;&#12358;&#12395;&#12377;&#12427;
* &#12424;&#12426;PyPI&#12395;&#27839;&#12387;&#12383;&#12497;&#12483;&#12465;&#12540;&#12472;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/KQQ3CU/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/KQQ3CU/feedback/</feedback_url>
            </event>
            <event guid='096df960-298e-585b-acea-2e35f6217a5a' id='33098' code='PSZB3R'>
                <room>track 4</room>
                <title>Pants &#12391;&#12399;&#12376;&#12417;&#12427; Python Monorepo</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T14:20:00+09:00</date>
                <start>14:20</start>
                <duration>00:30</duration>
                <abstract>Monorepo &#12392;&#12399;&#35079;&#25968;&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12420;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#12477;&#12540;&#12473;&#12467;&#12540;&#12489;&#12289;&#12522;&#12477;&#12540;&#12473;&#12434;&#20998;&#21106;&#12379;&#12378;&#12395;&#20840;&#12390;&#12434; 1 &#12388;&#12398;&#12522;&#12509;&#12472;&#12488;&#12522;&#12391;&#31649;&#29702;&#12377;&#12427;&#12522;&#12509;&#12472;&#12488;&#12522;&#27083;&#25104;&#12398;&#12371;&#12392;&#12391;&#12377;&#12290;Monorepo &#12434;&#25505;&#29992;&#12377;&#12427;&#12371;&#12392;&#12391;&#12467;&#12540;&#12489;&#12398;&#20849;&#26377;&#12364;&#23481;&#26131;&#12395;&#12394;&#12426;&#12289;&#12467;&#12540;&#12489;&#12398;&#37325;&#35079;&#12434;&#28187;&#12425;&#12377;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#32113;&#19968;&#30340;&#12394;&#31649;&#29702;&#12395;&#12424;&#12426;&#12467;&#12540;&#12489;&#21697;&#36074;&#12418;&#19968;&#23450;&#20445;&#12390;&#12427;&#12383;&#12417;&#12481;&#12540;&#12512;&#38283;&#30330;&#12392;&#30456;&#24615;&#12364;&#33391;&#12367;&#12289;&#12358;&#12414;&#12367;&#27963;&#29992;&#12377;&#12427;&#12371;&#12392;&#12391;&#12513;&#12531;&#12486;&#12490;&#12531;&#12473;&#24615;&#12420;&#38283;&#30330;&#32773;&#20307;&#39443;&#12434;&#21521;&#19978;&#12391;&#12365;&#12414;&#12377;&#12290;

&#12499;&#12523;&#12489;&#12471;&#12473;&#12486;&#12512;&#12398; Pants &#12399; Python &#12434;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12362;&#12426;&#12289;CADDi &#12391;&#12399;&#12469;&#12540;&#12496;&#12540;&#12469;&#12452;&#12489;&#12398;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#12420;&#27231;&#26800;&#23398;&#32722;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12394;&#12393;&#12434; Monorepo &#12391;&#31649;&#29702;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;Pants &#12398;&#27963;&#29992;&#26041;&#27861;&#12392; CADDi &#12398; Monorepo &#31227;&#34892;&#12539;&#36939;&#29992;&#12395;&#12424;&#12387;&#12390;&#24471;&#12425;&#12428;&#12383;&#30693;&#35211;&#12434;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33098-pants--python-monorepo</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37264'>Koki Nishihara</person>
                </persons>
                <language>en</language>
                <description>## &#27010;&#35201;

Monorepo &#12391;&#31649;&#29702;&#12377;&#12427;&#12371;&#12392;&#12395;&#12424;&#12387;&#12390;&#38283;&#30330;&#12395;&#24517;&#35201;&#12394;&#12522;&#12477;&#12540;&#12473;&#12364;&#20840;&#12390; 1 &#12388;&#12398;&#22580;&#25152;&#12395;&#38598;&#32004;&#12373;&#12428;&#12289;&#12522;&#12509;&#12472;&#12488;&#12522;&#12395;&#38306;&#12431;&#12427;&#20840;&#21729;&#12364;&#20849;&#36890;&#12398;&#38283;&#30330;&#12503;&#12525;&#12475;&#12473;&#12420;&#12484;&#12540;&#12523;&#12434;&#20351;&#29992;&#12391;&#12365;&#12414;&#12377;&#12290;&#12371;&#12428;&#12395;&#12424;&#12426;&#12522;&#12531;&#12479;&#12540;&#12289;&#12501;&#12457;&#12540;&#12510;&#12483;&#12479;&#12540;&#12289;&#12486;&#12473;&#12488;&#12289;CI/CD &#12394;&#12393;&#12398;&#38283;&#30330;&#12484;&#12540;&#12523;&#12398;&#32113;&#19968;&#12364;&#23481;&#26131;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;&#36554;&#36650;&#12398;&#20877;&#30330;&#26126;&#12434;&#28187;&#12425;&#12375;&#12289;&#12467;&#12540;&#12489;&#21697;&#36074;&#12418;&#19968;&#23450;&#12395;&#20445;&#12390;&#12427; Monorepo &#12399;&#12481;&#12540;&#12512;&#38283;&#30330;&#12392;&#30456;&#24615;&#12364;&#33391;&#12367;&#12289;&#12358;&#12414;&#12367;&#27963;&#29992;&#12377;&#12427;&#12371;&#12392;&#12391;&#12513;&#12531;&#12486;&#12490;&#12531;&#12473;&#24615;&#12420;&#38283;&#30330;&#32773;&#20307;&#39443;&#12434;&#21521;&#19978;&#12391;&#12365;&#12414;&#12377;&#12290;

### Monorepo &#12395;&#12362;&#12369;&#12427;&#35506;&#38988;

Monorepo &#12434;&#25505;&#29992;&#12377;&#12427;&#19978;&#12391;&#20381;&#23384;&#38306;&#20418;&#12398;&#31649;&#29702;&#12420;&#24046;&#20998;&#26908;&#30693;&#12392;&#12356;&#12387;&#12383;&#35506;&#38988;&#12364;&#12354;&#12426;&#12414;&#12377;&#12364;&#12289;&#12371;&#12428;&#12425;&#12399;&#12499;&#12523;&#12489;&#12471;&#12473;&#12486;&#12512;&#12395;&#12424;&#12387;&#12390;&#35299;&#27770;&#12391;&#12365;&#12414;&#12377;&#12290;

- &#20381;&#23384;&#38306;&#20418;: &#12522;&#12509;&#12472;&#12488;&#12522;&#20869;&#12398;&#20381;&#23384;&#12434;&#26126;&#31034;&#30340;&#12395;&#35352;&#36848;&#12377;&#12427;&#12371;&#12392;&#12418;&#12391;&#12365;&#12414;&#12377;&#12364;&#12289;Pants &#12399;&#20381;&#23384;&#38306;&#20418;&#12434;&#25512;&#28204;&#12377;&#12427;&#27231;&#33021;&#12364;&#12354;&#12427;&#12383;&#12417;&#20381;&#23384;&#38306;&#20418;&#12398;&#35352;&#36848;&#12434;&#12471;&#12531;&#12503;&#12523;&#12395;&#12391;&#12365;&#12414;&#12377;&#12290;
- &#24046;&#20998;&#26908;&#30693;: Monorepo &#12395;&#12399;&#35079;&#25968;&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12364;&#23384;&#22312;&#12375;&#12289;&#27598;&#22238;&#12398; CI &#23455;&#34892;&#12391;&#22793;&#26356;&#12392;&#38306;&#20418;&#12394;&#12356;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12414;&#12391;&#12486;&#12473;&#12488;&#12377;&#12427;&#12392;&#26178;&#38291;&#12392;&#12362;&#37329;&#12364;&#12363;&#12363;&#12426;&#12414;&#12377;&#12290;&#19968;&#26041;&#12391;&#12289;&#22793;&#26356;&#12395;&#12424;&#12387;&#12390;&#24433;&#38911;&#12434;&#21463;&#12369;&#12427;&#12467;&#12540;&#12489;&#12364;&#12486;&#12473;&#12488;&#12373;&#12428;&#12394;&#12363;&#12387;&#12383;&#22580;&#21512;&#12289;&#12467;&#12540;&#12489;&#12364;&#22730;&#12428;&#12390;&#12356;&#12427;&#12371;&#12392;&#12434;&#26908;&#30693;&#12391;&#12365;&#12378;&#24195;&#31684;&#22258;&#12395;&#24433;&#38911;&#12434;&#21450;&#12412;&#12377;&#12371;&#12392;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;Pants &#12399;&#24046;&#20998;&#26908;&#30693;&#12434;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12356;&#12427;&#12398;&#12391;&#12289;&#22793;&#26356;&#12373;&#12428;&#12383;&#12501;&#12449;&#12452;&#12523;&#12398;&#12415;&#12434;&#23550;&#35937;&#12395;&#23455;&#34892;&#12391;&#12365;&#12414;&#12377;&#12290;
- &#23455;&#34892;: &#12467;&#12531;&#12497;&#12452;&#12523;&#12434;&#12375;&#12390;&#23455;&#34892;&#12501;&#12449;&#12452;&#12523;&#12434;&#29983;&#25104;&#12377;&#12427;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#35328;&#35486;&#12391;&#12354;&#12428;&#12400;&#12289;&#23455;&#34892;&#12501;&#12449;&#12452;&#12523;&#12434;&#12467;&#12531;&#12486;&#12490;&#29872;&#22659;&#12394;&#12393;&#12395;&#37197;&#32622;&#12375;&#23455;&#34892;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#12375;&#12363;&#12375;&#12289;Python &#12399;&#23455;&#34892;&#12501;&#12449;&#12452;&#12523;&#12434;&#29983;&#25104;&#12375;&#12414;&#12379;&#12435;&#12290;&#23455;&#34892;&#12395;&#24517;&#35201;&#12394;&#12501;&#12449;&#12452;&#12523;&#12434;&#25163;&#21205;&#12391;&#36984;&#25246;&#12375;&#12390;&#37197;&#32622;&#12375;&#12394;&#12367;&#12390;&#12356;&#12356;&#12424;&#12358;&#12395;&#12289;Pants &#12399; pex &#12392;&#12356;&#12358; Python &#23455;&#34892;&#12501;&#12449;&#12452;&#12523;&#12434;&#29983;&#25104;&#12377;&#12427;&#12484;&#12540;&#12523;&#12434;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#12371;&#12428;&#12395;&#12424;&#12426;&#20381;&#23384;&#12377;&#12427;&#12477;&#12540;&#12473;&#12363;&#12425;&#23455;&#34892;&#12501;&#12449;&#12452;&#12523;&#12434;&#29983;&#25104;&#12375;&#12390;&#12467;&#12531;&#12486;&#12490;&#29872;&#22659;&#12394;&#12393;&#12391;&#23455;&#34892;&#12391;&#12365;&#12414;&#12377;&#12290;

## &#20104;&#23450;&#31295;

- &#33258;&#24049;&#32057;&#20171;
- &#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12398;&#27010;&#35201;
- Monorepo &#12392; Polyrepo &#12395;&#12388;&#12356;&#12390;
  - &#12381;&#12428;&#12382;&#12428;&#12398;&#29305;&#24500;
  - &#12513;&#12522;&#12483;&#12488;&#12539;&#12487;&#12513;&#12522;&#12483;&#12488;

- Pants &#12395;&#12388;&#12356;&#12390;
  - Pants &#12398;&#27010;&#35201;
    - Pants &#12398;&#29305;&#24500;
    - Pants &#12364;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12356;&#12427;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#35328;&#35486;&#12392;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12539;&#12484;&#12540;&#12523;

- Pants &#12434;&#20351;&#12387;&#12383; Monorepo &#12398;&#12399;&#12376;&#12417;&#12363;&#12383;
  - &#12501;&#12457;&#12540;&#12510;&#12483;&#12479;&#12540;&#12289;&#12522;&#12531;&#12479;&#12540;&#12398;&#38745;&#30340;&#35299;&#26512;
    - Pants &#12364;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12356;&#12427;&#38745;&#30340;&#35299;&#26512;&#12395;&#12388;&#12356;&#12390;
  - &#12486;&#12473;&#12488;
    - shard&#20998;&#21106;
  - &#24046;&#20998;&#23455;&#34892;
  - &#12522;&#12514;&#12540;&#12488;&#12461;&#12515;&#12483;&#12471;&#12517;
  - &#20381;&#23384;&#38306;&#20418;&#12398;&#31649;&#29702;
    - 3rd party &#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#20381;&#23384;&#31649;&#29702;
    - Monorepo &#20869;&#12398;&#20381;&#23384;&#31649;&#29702;
  - pex &#12395;&#12388;&#12356;&#12390;
    - 3rd party &#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#20381;&#23384;&#12398;&#20869;&#21253;
    - Docker&#12392;&#12398;&#36899;&#25658;
  - &#20381;&#23384;&#12398;&#31105;&#27490;&#12539;&#35377;&#21487;
  - &#12522;&#12509;&#12472;&#12488;&#12522;&#20381;&#23384;&#38306;&#20418;&#12398;&#32113;&#19968;
- &#12414;&#12392;&#12417;

## &#35441;&#12373;&#12394;&#12356;&#12371;&#12392;

- Bazel &#12420; Buck2&#12289;Moon&#12289;NX &#12392;&#12356;&#12387;&#12383; Pants &#20197;&#22806;&#12398;&#12499;&#12523;&#12489;&#12471;&#12473;&#12486;&#12512;&#12398;&#35443;&#32048;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/PSZB3R/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/PSZB3R/feedback/</feedback_url>
            </event>
            <event guid='fa2022ce-e9c7-5722-95c0-390e93a2bbb4' id='33225' code='GJJGPS'>
                <room>track 4</room>
                <title>Django ORM&#36947;&#22580;&#65306;&#12463;&#12456;&#12522;&#12398;&#22522;&#26412;&#12434;&#25276;&#12373;&#12360;&#65292;&#12424;&#12426;&#33391;&#12356;&#22411;&#12434;&#36523;&#12395;&#20184;&#12369;&#12424;&#12358;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T15:30:00+09:00</date>
                <start>15:30</start>
                <duration>00:30</duration>
                <abstract>Django ORM&#12399;SQL&#12398;&#30693;&#35672;&#12364;&#12394;&#12367;&#12390;&#12418;&#12354;&#12427;&#31243;&#24230;&#12398;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#25805;&#20316;&#12364;&#12391;&#12365;&#12427;&#20415;&#21033;&#12394;&#25216;&#34899;&#12391;&#12377;&#12364;&#12289;&#12381;&#12398;&#30693;&#35672;&#12384;&#12369;&#12391;DB&#25805;&#20316;&#12434;&#12375;&#12390;&#12356;&#12427;&#12392;&#12289;&#27671;&#12364;&#12388;&#12363;&#12394;&#12356;&#12358;&#12385;&#12395;&#12392;&#12390;&#12418;&#21177;&#29575;&#12398;&#24746;&#12356;&#23455;&#35013;&#12434;&#12375;&#12390;&#12375;&#12414;&#12356;&#12414;&#12377;&#12290;Web&#38283;&#30330;&#12363;&#12425;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12434;&#22987;&#12417;&#12383;&#20154;&#12399;Web&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12434;&#20351;&#12387;&#12390;&#12375;&#12400;&#12425;&#12367;&#12375;&#12390;&#12363;&#12425;DB&#12395;&#38306;&#24515;&#12434;&#25345;&#12388;&#12424;&#12358;&#12395;&#12394;&#12427;&#12289;&#20309;&#12394;&#12425;DB&#12398;&#12371;&#12392;&#12399;&#12354;&#12414;&#12426;&#32771;&#12360;&#12383;&#12367;&#12394;&#12356;&#12289;&#12392;&#12356;&#12358;&#26041;&#12418;&#22810;&#12356;&#12398;&#12391;&#12399;&#12394;&#12356;&#12391;&#12375;&#12423;&#12358;&#12363;&#12290;&#12371;&#12398;Django ORM&#36947;&#22580;&#12391;&#12399;&#12289;&#12381;&#12435;&#12394;&#12300;Django ORM&#12354;&#12427;&#12354;&#12427;&#12301;&#12434;&#27491;&#12375;&#12289;&#26412;&#26469;&#12420;&#12426;&#12383;&#12363;&#12387;&#12383;&#12399;&#12378;&#12398;&#20966;&#29702;&#12434;&#21177;&#29575;&#33391;&#12367;&#34892;&#12358;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#12424;&#12358;&#12289;&#22522;&#26412;&#12398;&#22411;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33225-django-orm</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='36389'>Takayuki Shimizukawa</person>
                </persons>
                <language>en</language>
                <description>&#26412;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;Django&#12395;&#20869;&#34101;&#12373;&#12428;&#12390;&#12356;&#12427;Django ORM&#12395;&#12424;&#12427;&#12487;&#12540;&#12479;&#21462;&#24471;&#25805;&#20316;&#12434;&#25201;&#12387;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;&#12411;&#12363;&#12398;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#35328;&#35486;&#12420;&#12289;&#12411;&#12363;&#12398;Web&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12391;&#12399;&#35443;&#32048;&#12399;&#30064;&#12394;&#12426;&#12414;&#12377;&#12364;&#12289;&#22522;&#26412;&#30340;&#12394;&#32771;&#12360;&#26041;&#12399;&#24195;&#12367;&#20351;&#12360;&#12427;&#12399;&#12378;&#12391;&#12377;&#12290;
&#12473;&#12509;&#12540;&#12484;&#12391;&#12354;&#12428;&#12400;&#37857;&#12434;&#35211;&#12394;&#12364;&#12425;&#12488;&#12524;&#12540;&#12491;&#12531;&#12464;&#12375;&#12383;&#12426;&#12289;&#21205;&#30011;&#12434;&#25774;&#12387;&#12390;&#33258;&#20998;&#12398;&#21205;&#12365;&#12420;&#12501;&#12457;&#12540;&#12512;&#12434;&#35211;&#12394;&#12364;&#12425;&#32244;&#32722;&#12375;&#12414;&#12377;&#12290;&#12477;&#12501;&#12488;&#12454;&#12455;&#12450;&#38283;&#30330;&#12418;&#21516;&#12376;&#12391;&#12289;&#12503;&#12525;&#12464;&#12521;&#12512;&#12398;&#23455;&#34892;&#32080;&#26524;&#12434;&#26368;&#24460;&#12414;&#12391;&#30906;&#35469;&#12379;&#12378;&#12395;&#12467;&#12540;&#12489;&#12434;&#26360;&#12367;&#12371;&#12392;&#12399;&#12411;&#12392;&#12435;&#12393;&#12354;&#12426;&#12414;&#12379;&#12435;&#12290;ORM&#12463;&#12456;&#12522;&#12398;&#22580;&#21512;&#12289;&#12300;&#26399;&#24453;&#12377;&#12427;&#20516;&#12364;&#21462;&#12428;&#12383;&#12363;&#12301;&#12395;&#27880;&#30446;&#12375;&#12390;&#12375;&#12414;&#12356;&#12364;&#12385;&#12391;&#12377;&#12364;&#12289;&#12300;ORM&#12463;&#12456;&#12522;&#12364;&#30330;&#34892;&#12377;&#12427;SQL&#25991;&#12301;&#12434;&#12424;&#12367;&#35251;&#23519;&#12377;&#12427;&#24517;&#35201;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;&#35430;&#21512;&#12398;&#32080;&#26524;&#65288;&#23455;&#34892;&#32080;&#26524;&#12420;&#20966;&#29702;&#36895;&#24230;&#65289;&#12384;&#12369;&#35211;&#12427;&#12398;&#12391;&#12399;&#12394;&#12367;&#12289;&#12381;&#12371;&#12395;&#33267;&#12427;&#36942;&#31243;&#12392;&#12375;&#12390;&#12398;&#12501;&#12457;&#12540;&#12512;&#65288;SQL&#25991;&#65289;&#12434;&#35251;&#23519;&#12375;&#12390;&#30952;&#12356;&#12390;&#12356;&#12367;&#12371;&#12392;&#12364;&#22823;&#20107;&#12391;&#12377;&#12290;
&#26412;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;&#36947;&#22580;&#20027;&#65288;&#12467;&#12531;&#12469;&#12523;&#12479;&#12531;&#12488;&#65289;&#12398;&#31435;&#22580;&#12363;&#12425;&#12300;ORM&#21033;&#29992;&#12398;3&#12388;&#12398;&#22522;&#26412;&#12301;&#12434;&#25276;&#12373;&#12360;&#12289;&#28151;&#20081;&#12375;&#12390;&#12375;&#12414;&#12387;&#12383;Django ORM&#12467;&#12540;&#12489;&#12434;&#12473;&#12483;&#12461;&#12522;&#12373;&#12379;&#12427;&#26041;&#27861;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12450;&#12472;&#12455;&#12531;&#12480;&#12399;&#20197;&#19979;&#12398;&#36890;&#12426;&#12391;&#12377;

&#12539;&#33258;&#24049;&#32057;&#20171;&#12392;&#12289;&#12371;&#12398;&#12488;&#12540;&#12463;&#12398;&#32972;&#26223;&#65288;3&#20998;&#65289;
&#12539;&#12371;&#12398;ORM&#12289;&#12393;&#12435;&#12394;SQL&#12434;&#23455;&#34892;&#12375;&#12390;&#12356;&#12427;&#12398;&#65311;&#65288;3&#20998;&#65289;
&#12539;&#22522;&#26412;1&#65306;&#23455;&#34892;&#12375;&#12390;&#12356;&#12427;SQL&#12434;&#12356;&#12388;&#12418;&#30906;&#35469;&#12375;&#12424;&#12358;&#65288;5&#20998;&#65289;
&#12539;&#22522;&#26412;2&#65306;&#24847;&#22259;&#12375;&#12394;&#12356;&#12479;&#12452;&#12511;&#12531;&#12464;&#12391;&#12398;SQL&#30330;&#34892;&#12434;&#36991;&#12369;&#12424;&#12358;&#65288;7&#20998;&#65289;
&#12539;&#22522;&#26412;3&#65306;&#29702;&#24819;&#12398;SQL&#12363;&#12425;ORM&#12434;&#32068;&#12418;&#12358;&#65288;7&#20998;&#65289;
&#12539;&#12414;&#12392;&#12417;&#12392;&#36074;&#30097;&#24540;&#31572;&#65288;5&#20998;&#65289;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/GJJGPS/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/GJJGPS/feedback/</feedback_url>
            </event>
            <event guid='e38759bb-7d0f-5179-aad5-6f2f707f3720' id='33135' code='FQLVVU'>
                <room>track 4</room>
                <title>&#23455;&#37682; Python Social Auth &#12398; Twitter OAuth API&#12510;&#12452;&#12464;&#12524;&#12540;&#12471;&#12519;&#12531;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12392;&#12381;&#12398;&#25945;&#35347;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-27T16:10:00+09:00</date>
                <start>16:10</start>
                <duration>00:30</duration>
                <abstract>&#12477;&#12540;&#12471;&#12515;&#12523;&#12525;&#12464;&#12452;&#12531;&#27231;&#33021;&#12399;&#12289;Web&#12469;&#12540;&#12499;&#12473;&#12398;&#35469;&#35388;&#26041;&#27861;&#12392;&#12375;&#12390;&#24195;&#12367;&#21033;&#29992;&#12373;&#12428;&#12390;&#12362;&#12426;&#12289;Python Social Auth&#12394;&#12393;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#20351;&#29992;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#12371;&#12398;&#27231;&#33021;&#12434;&#23481;&#26131;&#12395;&#23455;&#35013;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#19968;&#26041;&#12391;&#12289;&#22806;&#37096;&#12469;&#12540;&#12499;&#12473;&#12395;&#20381;&#23384;&#12377;&#12427;&#12392;&#12356;&#12358;&#24615;&#36074;&#19978;&#12289;&#22806;&#37096;&#35201;&#22240;&#12395;&#12424;&#12387;&#12390;&#12471;&#12473;&#12486;&#12512;&#12398;&#22793;&#26356;&#12364;&#24517;&#35201;&#12395;&#12394;&#12427;&#12522;&#12473;&#12463;&#12364;&#12354;&#12427;&#12398;&#12418;&#20107;&#23455;&#12391;&#12377;&#12290;&#23455;&#38555;&#12289;2023&#24180;2&#26376;&#12395;&#12399;Twitter&#12364;&#26087;API&#12398;&#24259;&#27490;&#12434;&#30330;&#34920;&#12375;&#12289;&#22810;&#12367;&#12398;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12364;&#24433;&#38911;&#12434;&#21463;&#12369;&#12414;&#12375;&#12383;&#12290;

&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#23455;&#38555;&#12395;&#34892;&#12387;&#12383;&#12300;Python Social Auth &#12398; Twitter OAuth API &#12510;&#12452;&#12464;&#12524;&#12540;&#12471;&#12519;&#12531;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12301;&#12434;&#25391;&#12426;&#36820;&#12426;&#12394;&#12364;&#12425;&#12289;&#20855;&#20307;&#30340;&#12394;&#23550;&#24540;&#31574;&#12420;&#12477;&#12540;&#12471;&#12515;&#12523;&#12525;&#12464;&#12452;&#12531;&#27231;&#33021;&#12398;&#27083;&#31689;&#12395;&#38306;&#12377;&#12427;Tips&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;&#12518;&#12540;&#12470;&#12540;&#12408;&#12398;&#24433;&#38911;&#12434;&#20986;&#12375;&#12390;&#12375;&#12414;&#12387;&#12383;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12391;&#12418;&#12354;&#12426;&#12414;&#12377;&#12364;&#12289;&#24471;&#12425;&#12428;&#12383;&#25945;&#35347;&#12434;&#20849;&#26377;&#12375;&#12383;&#12356;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33135-python-social-auth--twitter-oauth-api</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37298'>Takanori Koroki / rocky_manobi</person>
                </persons>
                <language>en</language>
                <description>### &#20104;&#23450;&#31295;

- &#33258;&#24049;&#32057;&#20171;
- &#27010;&#35201;&#35500;&#26126;
- &#21069;&#25552;&#30693;&#35672;&#12398;&#20849;&#26377;
  - &#12477;&#12540;&#12471;&#12515;&#12523;&#12525;&#12464;&#12452;&#12531;&#12395;&#12388;&#12356;&#12390;
  - Python Social Auth&#12395;&#12388;&#12356;&#12390;
- Twitter API &#12510;&#12452;&#12464;&#12524;&#12540;&#12471;&#12519;&#12531;&#12398;&#32076;&#32239;
  - LAPRAS(&#38988;&#26448;&#12392;&#12394;&#12427;&#12471;&#12473;&#12486;&#12512;&#12398;&#32057;&#20171;)
  - 2023&#12398;&#30330;&#34920;&#12363;&#12425;&#12289;&#24433;&#38911;&#35519;&#26619;&#12289;&#23550;&#24540;&#26041;&#37341;&#27770;&#23450;&#12394;&#12393;
- &#12510;&#12452;&#12464;&#12524;&#12540;&#12471;&#12519;&#12531;&#12398;&#35506;&#38988;&#12392;&#23550;&#24540;&#26041;&#27861;
  - Python Social Auth&#12398;&#20869;&#37096;&#27083;&#36896;
  - &#36939;&#29992;&#20013;&#12398;&#12469;&#12540;&#12499;&#12473;&#12398;&#35469;&#35388;/&#35469;&#21487;&#12503;&#12525;&#12496;&#12452;&#12480;&#12434;&#22793;&#26356;&#12377;&#12427;&#12371;&#12392;&#12395;&#12424;&#12427;&#35506;&#38988;
    - &#35506;&#38988;1 - &#21516;&#12376;&#12518;&#12540;&#12470;&#12391;&#12418;&#35469;&#35388;(&#35469;&#21487;)&#12503;&#12525;&#12496;&#12452;&#12480;&#12364;&#30064;&#12394;&#12427;&#12392;&#21029;&#20154;&#12392;&#12375;&#12390;&#25201;&#12431;&#12428;&#12427;
    - &#35506;&#38988;2 - &#12469;&#12540;&#12499;&#12473;&#21517;&#12392;Provider&#21517;&#12364;&#19968;&#33268;&#12375;&#12394;&#12367;&#12394;&#12427;
  - &#31227;&#34892;&#20316;&#26989;&#12398;&#27880;&#24847;&#28857;
- &#12510;&#12452;&#12464;&#12524;&#12540;&#12471;&#12519;&#12531;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#32080;&#26524;
- &#23398;&#12403;(&#12471;&#12473;&#12486;&#12512;&#38754;, &#36939;&#29992;&#38754;)
  - &#12471;&#12473;&#12486;&#12512;&#38754;
    - Provider&#21517;&#12434;&#12469;&#12540;&#12499;&#12473;&#21517;&#12392;&#12375;&#12390;&#30452;&#25509;&#20351;&#29992;&#12375;&#12394;&#12356;
    - Provider&#12392;SNS&#12398;&#38306;&#20418;&#12434;1:1&#12434;&#21069;&#25552;&#12392;&#12375;&#12394;&#12356;
  - &#26368;&#24746;&#12434;&#24819;&#23450;&#12375;&#12390;&#35336;&#30011;&#12434;&#31435;&#12390;&#12427;
  - &#35336;&#30011;&#12398;&#21069;&#25552;&#12395;&#12375;&#12390;&#12356;&#12427;&#20107;&#23455;&#12434;&#26126;&#30906;&#12395;&#12375;&#12390;&#12362;&#12367;
- &#12414;&#12392;&#12417;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/FQLVVU/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/FQLVVU/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 5' guid='4ee0da4e-8c5c-5b7e-8382-b0fce2a7a7e3'>
            <event guid='728f0dcc-6a65-5c5b-b69f-bc6e78bf60ba' id='33223' code='MBSPYH'>
                <room>track 5</room>
                <title>&#22909;&#12365;&#12392;&#12363;&#23244;&#12356;&#12392;&#12363;&#12399;&#12356;&#12356;&#12289;&#32244;&#32722;&#12375;&#12390;&#12486;&#12473;&#12488;&#12434;&#26360;&#12369;&#12427;&#12424;&#12358;&#12395;&#12394;&#12427;&#12435;&#12384;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T12:05:00+09:00</date>
                <start>12:05</start>
                <duration>00:15</duration>
                <abstract>&#8251;&#26412;&#30330;&#34920;&#12399;&#12289;&#26085;&#26412;&#35486;&#36039;&#26009;&#65288;Japanese slide&#65289;&#12539; **English talk** &#12391;&#12377;

---

&#12300;&#12486;&#12473;&#12488;&#12399;&#19981;&#23433;&#12434;&#36864;&#23624;&#12395;&#22793;&#12360;&#12427;&#36066;&#32773;&#12398;&#30707;&#12384;&#12301;&#65288;&#12465;&#12531;&#12488;&#12539;&#12505;&#12483;&#12463;&#12302;&#12486;&#12473;&#12488;&#39366;&#21205;&#38283;&#30330;&#12303;&#65289;

&#12371;&#12428;&#12399;&#12381;&#12398;&#36890;&#12426;&#12391;&#31169;&#12399;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12364;&#26360;&#12369;&#12427;&#12424;&#12358;&#12395;&#12394;&#12387;&#12383;&#12371;&#12392;&#12391;&#12289;&#22823;&#12365;&#12367;Python&#12398;&#21147;&#12364;&#12388;&#12356;&#12383;&#12392;&#24863;&#12376;&#12390;&#12356;&#12414;&#12377;&#12290;
&#36942;&#21435;&#12398;&#31169;&#12399;&#12486;&#12473;&#12488;&#12364;&#26360;&#12369;&#12378;&#12289;&#33258;&#20998;&#12398;&#26360;&#12356;&#12383;&#12467;&#12540;&#12489;&#12434;&#22793;&#26356;&#12377;&#12427;&#12383;&#12403;&#12395;&#12300;&#12393;&#12371;&#12363;&#22730;&#12375;&#12390;&#12356;&#12427;&#12435;&#12376;&#12419;&#12394;&#12356;&#12363;&#12301;&#12392;&#12356;&#12358;&#19981;&#23433;&#12395;&#33499;&#12414;&#12428;&#12289;&#12300;&#22730;&#12428;&#12390;&#12356;&#12414;&#12379;&#12435;&#12424;&#12358;&#12395;&#12301;&#12392;&#31048;&#12387;&#12390;&#12365;&#12414;&#12375;&#12383;&#12290;
&#12381;&#12428;&#12364;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12364;&#12354;&#12427;&#12392;&#12289;&#31048;&#12427;&#24517;&#35201;&#12364;&#12394;&#12367;&#12394;&#12427;&#12398;&#12391;&#12377;&#65281;

&#33258;&#36578;&#36554;&#12395;&#20055;&#12428;&#12427;&#12424;&#12358;&#12395;&#12394;&#12427;&#12398;&#12392;&#21516;&#27096;&#12391;&#12289;&#35504;&#12375;&#12418;&#26368;&#21021;&#12399;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12434;&#24605;&#12358;&#12424;&#12358;&#12395;&#12399;&#26360;&#12369;&#12414;&#12379;&#12435;&#12290;
&#12371;&#12398;&#12488;&#12540;&#12463;&#12434;&#12365;&#12387;&#12363;&#12369;&#12395;&#12486;&#12473;&#12488;&#12434; practice, practice, practice!!!</abstract>
                <slug>pyconapac2023-33223</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='36740'>nikkie</person>
                </persons>
                <language>en</language>
                <description>&#20170;&#24180;&#12398;PyCon JP&#12399;&#12300;Python &#21021;&#24515;&#32773;&#12301;&#12364;&#12461;&#12540;&#12527;&#12540;&#12489;&#12398;1&#12388;&#12398;&#12424;&#12358;&#12395;&#24605;&#12356;&#12414;&#12377;&#12290;  
Python&#21021;&#24515;&#32773;&#12395;&#23550;&#12375;&#12390;&#12289;&#21021;&#24515;&#32773;&#26178;&#20195;&#12398;&#31169;&#12395;&#19968;&#30058;&#12458;&#12473;&#12473;&#12513;&#12375;&#12383;&#12356;&#30693;&#35211;&#12300;&#12486;&#12473;&#12488;&#12434;&#26360;&#12371;&#12358;&#12301;&#12434;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;

&#21021;&#24515;&#32773;&#26178;&#20195;&#12398;&#31169;&#12399;Python&#12398;&#38306;&#25968;&#12420;&#12463;&#12521;&#12473;&#12434;&#24460;&#12363;&#12425;&#22793;&#26356;&#12375;&#12420;&#12377;&#12367;&#26360;&#12367;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12379;&#12435;&#12391;&#12375;&#12383;&#65288;&#20170;&#12391;&#12418;&#23569;&#12375;&#21069;&#12398;&#12467;&#12540;&#12489;&#12434;&#12415;&#12427;&#12392;&#20280;&#12403;&#12375;&#12429;&#12375;&#12363;&#12394;&#12356;&#12394;&#12392;&#24863;&#12376;&#12414;&#12377;&#65289;&#12290;  
&#12417;&#12385;&#12419;&#12417;&#12385;&#12419;&#36948;&#20154;&#12398;&#12424;&#12358;&#12395;&#24605;&#12360;&#12427;&#38283;&#30330;&#32773;&#65288;&#20882;&#38957;&#12391;&#24341;&#12356;&#12383;&#12465;&#12531;&#12488;&#12539;&#12505;&#12483;&#12463;&#65289;&#12391;&#12418;&#12289;&#19968;&#30330;&#12391;&#35201;&#20214;&#12395;&#21512;&#33268;&#12377;&#12427;&#22793;&#26356;&#12375;&#12420;&#12377;&#12356;&#12467;&#12540;&#12489;&#12399;&#26360;&#12369;&#12394;&#12356;&#12424;&#12358;&#12391;&#12377;&#12290;  
&#12394;&#12398;&#12391;&#12289;&#19968;&#30330;&#12391;&#26360;&#12367;&#12392;&#12356;&#12358;&#24187;&#24819;&#12399;&#25448;&#12390;&#12390;&#12289;&#12385;&#12423;&#12387;&#12392;&#12378;&#12388;&#20462;&#27491;&#12375;&#12390;&#12356;&#12367;&#12392;&#12356;&#12358;&#12450;&#12503;&#12525;&#12540;&#12481;&#12395;&#20999;&#12426;&#26367;&#12360;&#12414;&#12375;&#12383;&#12290;
  
&#12371;&#12371;&#12391;&#26377;&#29992;&#12394;&#12398;&#12364;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12391;&#12377;&#12290; 
&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12364;&#12394;&#12356;&#22580;&#21512;&#12289;&#22793;&#26356;&#12375;&#12383;&#24460;&#12399;&#25163;&#21205;&#12391;&#25391;&#12427;&#33310;&#12356;&#12364;&#22793;&#12431;&#12387;&#12390;&#12356;&#12394;&#12356;&#12363;&#30906;&#35469;&#12375;&#12394;&#12356;&#12392;&#12356;&#12369;&#12414;&#12379;&#12435;&#12290;  
&#20309;&#24230;&#12418;&#25163;&#21205;&#12391;&#30906;&#35469;&#12377;&#12427;&#12398;&#12399;&#22823;&#22793;&#12391;&#12377;&#12364;&#12289;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12364;&#12371;&#12428;&#12434;&#35299;&#27770;&#12375;&#12390;&#12367;&#12428;&#12414;&#12377;&#12290;  
&#23455;&#20307;&#39443;&#12363;&#12425;&#12289;&#25391;&#12427;&#33310;&#12356;&#12434;&#22793;&#12360;&#12378;&#12395;&#26082;&#23384;&#12398;&#12467;&#12540;&#12489;&#12434;&#22793;&#12360;&#12390;&#12356;&#12367;&#65288;&#20363;&#65306;&#26032;&#12375;&#12367;&#30693;&#12387;&#12383;&#25991;&#27861;&#30693;&#35672;&#12434;&#32244;&#32722;&#12375;&#12390;&#12415;&#12427;&#65289;&#12371;&#12392;&#12391;&#12289;Python&#12398;&#21147;&#12364;&#20280;&#12403;&#12427;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12488;&#12540;&#12463;&#12434;&#12365;&#12387;&#12363;&#12369;&#12395;&#12486;&#12473;&#12488;&#12434;&#26360;&#12369;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12289;Python&#12398;&#21147;&#12364;&#12368;&#12435;&#12368;&#12435;&#20280;&#12403;&#12390;&#12289;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#20844;&#38283;&#12375;&#12390;&#12415;&#12424;&#12358;&#12392;&#25361;&#25126;&#12373;&#12428;&#12427;&#26041;&#12364;&#12356;&#12425;&#12387;&#12375;&#12419;&#12387;&#12383;&#12425;&#12371;&#12435;&#12394;&#12395;&#12358;&#12428;&#12375;&#12356;&#12371;&#12392;&#12399;&#12354;&#12426;&#12414;&#12379;&#12435;&#12290;

&#20197;&#19979;&#12364;&#27083;&#25104;&#12391;&#12377;&#12290;

- &#33258;&#24049;&#32057;&#20171; 1&#20998;
- &#12394;&#12380;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12364;&#26360;&#12369;&#12427;&#12392;&#12356;&#12356;&#12398;&#12363; 3&#20998;
- doctest 7&#20998;
  - &#22522;&#26412;&#30340;&#12394;&#20351;&#12356;&#26041;
  - tips: repr&#12398;&#19968;&#33268;
- unittest 9&#20998;
  - pytest&#12392;&#21516;&#12376;&#20869;&#23481;&#12434;unittest&#12391;&#32057;&#20171;&#12375;&#12414;&#12377;
- pytest 9&#20998;
  - &#22522;&#26412;&#30340;&#12394;&#20351;&#12356;&#26041;
  - parametrized test
  - &#12514;&#12483;&#12463;
- &#12414;&#12392;&#12417;1&#20998;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/MBSPYH/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/MBSPYH/feedback/</feedback_url>
            </event>
            <event guid='c19c5753-8aed-5d66-94ba-b3dc788de31b' id='33197' code='8XZDC7'>
                <room>track 5</room>
                <title>Python&#12399;&#12393;&#12398;&#12424;&#12358;&#12395;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12392;&#32331;&#12364;&#12427;&#12398;&#12363;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T13:40:00+09:00</date>
                <start>13:40</start>
                <duration>00:15</duration>
                <abstract>Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#12391;&#20309;&#27671;&#12394;&#12367;&#20351;&#12387;&#12390;&#12356;&#12427;O/R&#12510;&#12483;&#12497;&#12540;&#12420;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12450;&#12480;&#12503;&#12479;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12399;&#12392;&#12390;&#12418;&#20415;&#21033;&#12391;&#12377;&#12290;
&#25968;&#12293;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12364;&#12289;&#25105;&#12293;&#12364;&#12503;&#12525;&#12464;&#12521;&#12512;&#12392;&#12493;&#12483;&#12488;&#12527;&#12540;&#12463;&#12399;&#12393;&#12398;&#12424;&#12358;&#12395;&#32331;&#12364;&#12387;&#12390;&#12356;&#12427;&#12398;&#12363;&#12434;&#32771;&#12360;&#12427;&#24517;&#35201;&#12394;&#12367;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12392;&#32331;&#12364;&#12427;&#12371;&#12392;&#12434;&#21161;&#12369;&#12390;&#12367;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;&#12477;&#12465;&#12483;&#12488;&#36890;&#20449;&#12391;&#12388;&#12394;&#12364;&#12427;&#26041;&#27861;&#12434;&#28145;&#25496;&#12426;&#12375;&#12390;&#12356;&#12367;&#20182;&#12289;&#35079;&#25968;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#12398;&#23455;&#29694;&#26041;&#27861;&#12289;PEP249&#12391;&#27770;&#12417;&#12425;&#12428;&#12390;&#12356;&#12427;&#12523;&#12540;&#12523;&#12289;&#38750;&#21516;&#26399;&#20966;&#29702;&#12434;&#12393;&#12398;&#12424;&#12358;&#12395;&#23455;&#29694;&#12375;&#12390;&#12356;&#12427;&#12363;&#12289;&#26368;&#26032;&#12398;O/R&#12510;&#12483;&#12497;&#12540;&#12420;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12450;&#12480;&#12503;&#12479;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#20107;&#24773;&#12394;&#12393;&#12434;&#32057;&#20171;&#12375;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33197-python</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='37346'>Shintaro Matsudo</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/8XZDC7/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/8XZDC7/feedback/</feedback_url>
            </event>
            <event guid='b2ec0ece-719e-55cb-990a-74a6f6770ec2' id='32557' code='NYW939'>
                <room>track 5</room>
                <title>&#22411;&#12481;&#12455;&#12483;&#12463;&#12434;&#24375;&#21270;&#12377;&#12427;Python 3.11&#12398;&#26032;&#27231;&#33021;Data Class Transforms&#65288;PEP 681&#65289;&#65288;Enhancing Type Checking with Python 3.11&apos;s New Feature: Data Class Transforms (PEP 681)&#65289;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T14:05:00+09:00</date>
                <start>14:05</start>
                <duration>00:15</duration>
                <abstract>&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;Python 3.11&#12398;&#26032;&#27231;&#33021;&#12289;Data Class Transforms&#65288;PEP 681&#65289;&#12395;&#12388;&#12356;&#12390;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;
PEP 681&#12391;typing&#12514;&#12472;&#12517;&#12540;&#12523;&#12395;&#36861;&#21152;&#12373;&#12428;&#12383;dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12399;&#12289;&#12371;&#12428;&#12414;&#12391;attrs&#12289;Pydantic&#12289;O/R&#12510;&#12483;&#12497;&#12540;&#65288;&#20363;: SQLAlchemy&#12289;Django&#20869;&#33235;&#12398;O/R&#12510;&#12483;&#12497;&#12540;&#65289;&#12394;&#12393;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#12398;&#22411;&#12481;&#12455;&#12483;&#12463;&#12364;&#21313;&#20998;&#12395;&#21177;&#12363;&#12394;&#12363;&#12387;&#12383;&#21839;&#38988;&#12434;&#35299;&#27770;&#12375;&#12289;&#12424;&#12426;&#22533;&#29282;&#12394;&#12467;&#12540;&#12489;&#12434;&#23455;&#29694;&#12375;&#12414;&#12377;&#12290;
&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12398;&#20869;&#37096;&#12513;&#12459;&#12491;&#12474;&#12512;&#12418;&#25496;&#12426;&#19979;&#12370;&#12289;&#12373;&#12425;&#12395;&#20027;&#35201;&#12394;&#22411;&#12481;&#12455;&#12483;&#12459;&#12540;&#12398;PEP 681&#12408;&#12398;&#23550;&#24540;&#29366;&#27841;&#12289;&#12381;&#12375;&#12390;&#23550;&#24540;&#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#32057;&#20171;&#12418;&#34892;&#12356;&#12414;&#12377;&#12290;
&#22411;&#23433;&#20840;&#12434;&#30906;&#20445;&#12375;&#12388;&#12388;&#12289;&#12424;&#12426;&#24375;&#21147;&#12394;&#12487;&#12540;&#12479;&#25805;&#20316;&#12434;&#23455;&#29694;&#12377;&#12427;Python&#12398;&#26032;&#27231;&#33021;&#12434;&#12289;&#12380;&#12402;&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#23398;&#12403;&#12414;&#12375;&#12423;&#12358;&#12290;</abstract>
                <slug>pyconapac2023-32557-python-3-11data-class-transforms-pep-681-enhancing-type-checking-with-python-3-11-s-new-feature-data-class-transforms-pep-681</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='35690'>Ryuji Tsutsui</person>
                </persons>
                <language>en</language>
                <description>## &#12463;&#12521;&#12473;&#12398;&#21021;&#26399;&#21270;&#20966;&#29702;&#12391;&#22411;&#12481;&#12455;&#12483;&#12463;&#12364;&#21177;&#12363;&#12394;&#12356;&#21839;&#38988;&#12398;&#35299;&#35500;
&#12414;&#12378;&#26368;&#21021;&#12395;&#12289;PEP 681&#30331;&#22580;&#20197;&#21069;&#12398;Python&#12395;&#12393;&#12398;&#12424;&#12358;&#12394;&#21839;&#38988;&#12364;&#12354;&#12387;&#12383;&#12398;&#12363;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;

PEP 681&#12398;&#24681;&#24693;&#12434;&#21463;&#12369;&#12427;&#12398;&#12399;&#12289;[attrs](https://www.attrs.org/en/stable/)&#12289;[Pydantic](https://docs.pydantic.dev/latest/)&#12289;O/R&#12510;&#12483;&#12497;&#12540;&#65288;&#20363;: [SQLAlchemy](https://www.sqlalchemy.org/)&#12289;[Django](https://docs.djangoproject.com/ja//)&#20869;&#33235;&#12398;O/R&#12510;&#12483;&#12497;&#12540;&#65289;&#12394;&#12393;&#12398;&#12487;&#12540;&#12479;&#12463;&#12521;&#12473;&#39080;&#12395;&#12463;&#12521;&#12473;&#12434;&#26360;&#12369;&#12427;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#12377;&#12364;&#12289;&#20170;&#22238;&#12399;&#20869;&#37096;&#12398;&#12467;&#12540;&#12489;&#12434;&#12471;&#12531;&#12503;&#12523;&#12395;&#12375;&#12383;&#12458;&#12522;&#12472;&#12490;&#12523;&#12398;O/R&#12510;&#12483;&#12497;&#12540;&#12434;&#29992;&#24847;&#12375;&#12390;&#35500;&#26126;&#12375;&#12414;&#12377;&#12290;

## &#22411;&#12481;&#12455;&#12483;&#12463;&#12434;&#24375;&#21270;&#12377;&#12427;typing.dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12398;&#20351;&#12356;&#26041;&#12395;&#12388;&#12356;&#12390;&#35299;&#35500;
&#27425;&#12395;&#12289;PEP 681&#12391;typing&#12514;&#12472;&#12517;&#12540;&#12523;&#12395;&#36861;&#21152;&#12373;&#12428;&#12383;dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12398;&#20351;&#12356;&#26041;&#12395;&#12388;&#12356;&#12390;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;
&#21069;&#36848;&#12398;&#12469;&#12531;&#12503;&#12523;&#12467;&#12540;&#12489;&#12434;dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12434;&#20351;&#12387;&#12383;&#12418;&#12398;&#12395;&#22793;&#26356;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#22411;&#12481;&#12455;&#12483;&#12463;&#12364;&#21177;&#12363;&#12394;&#12356;&#21839;&#38988;&#12434;&#35299;&#27770;&#12391;&#12365;&#12414;&#12377;&#12290;

&#26412;&#12488;&#12540;&#12463;&#12395;&#12424;&#12426;&#12289;&#12469;&#12540;&#12489;&#12497;&#12540;&#12486;&#12451;&#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#36984;&#23450;&#12398;&#38555;&#12395;&#12289;&#12424;&#12426;&#36969;&#20999;&#12394;&#21028;&#26029;&#12364;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;
&#12414;&#12383;&#12289;&#33258;&#20316;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#38283;&#30330;&#12373;&#12428;&#12390;&#12356;&#12427;&#26041;&#12399;&#12289;dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12398;&#20351;&#12356;&#26041;&#12434;&#30693;&#12427;&#12371;&#12392;&#12391;&#22411;&#12481;&#12455;&#12483;&#12463;&#12434;&#24375;&#21270;&#12391;&#12365;&#12414;&#12377;&#12290;

## typing.dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#20869;&#37096;&#12398;&#20181;&#32068;&#12415;&#12395;&#12388;&#12356;&#12390;&#35299;&#35500;
dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#20869;&#37096;&#12398;&#12477;&#12540;&#12473;&#12467;&#12540;&#12489;&#12395;&#12388;&#12356;&#12390;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;dataclass_transform&#12487;&#12467;&#12524;&#12540;&#12479;&#12540;&#12398;&#12477;&#12540;&#12473;&#12467;&#12540;&#12489;&#12399;&#12392;&#12390;&#12418;&#12471;&#12531;&#12503;&#12523;&#12391;&#12377;&#12364;&#12289;&#12381;&#12428;&#12391;&#12418;&#22411;&#12481;&#12455;&#12483;&#12459;&#12540;&#12364;&#39640;&#24230;&#12394;&#22411;&#12481;&#12455;&#12483;&#12463;&#12434;&#12391;&#12365;&#12427;&#29702;&#30001;&#12434;&#35500;&#26126;&#12375;&#12414;&#12377;&#12290;

## &#20027;&#35201;&#22411;&#12481;&#12455;&#12483;&#12459;&#12540;&#12398;PEP 681&#23550;&#24540;&#29366;&#27841;
&#20027;&#35201;&#12394;&#22411;&#12481;&#12455;&#12483;&#12459;&#12540;&#12391;&#12398;&#23550;&#24540;&#29366;&#27841;&#12434;&#35500;&#26126;&#12375;&#12414;&#12377;&#12290;PEP 681&#12399;&#22411;&#12481;&#12455;&#12483;&#12459;&#12540;&#12364;&#23550;&#24540;&#12375;&#12390;&#12356;&#12394;&#12356;&#12392;&#24847;&#21619;&#12364;&#12394;&#12356;&#27231;&#33021;&#12391;&#12377;&#12290;&#22411;&#12481;&#12455;&#12483;&#12459;&#12540;&#12434;&#25505;&#29992;&#12377;&#12427;&#38555;&#12289;&#12371;&#12398;&#20869;&#23481;&#12434;&#21442;&#32771;&#12395;&#36984;&#23450;&#12377;&#12427;&#12371;&#12392;&#12434;&#12362;&#21223;&#12417;&#12375;&#12414;&#12377;&#12290;

## PEP 681&#12395;&#23550;&#24540;&#12375;&#12390;&#12356;&#12427;&#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#32057;&#20171;
[attrs](https://www.attrs.org/en/stable/)&#12289;[Pydantic](https://docs.pydantic.dev/latest/)&#12289;O/R&#12510;&#12483;&#12497;&#12540;&#65288;&#20363;: [SQLAlchemy](https://www.sqlalchemy.org/)&#12289;[Django](https://docs.djangoproject.com/ja//)&#20869;&#33235;&#12398;O/R&#12510;&#12483;&#12497;&#12540;&#65289;&#12394;&#12393;&#12398;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#12398;PEP 681&#12408;&#12398;&#23550;&#24540;&#29366;&#27841;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#25505;&#29992;&#12434;&#26908;&#35342;&#12377;&#12427;&#38555;&#12398;&#21028;&#26029;&#26448;&#26009;&#12395;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/NYW939/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/NYW939/feedback/</feedback_url>
            </event>
            <event guid='530400e3-c3e9-5f30-8f6b-3443875d0770' id='32989' code='8AWUBQ'>
                <room>track 5</room>
                <title>Making School Less Boring with Python!</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T14:30:00+09:00</date>
                <start>14:30</start>
                <duration>00:15</duration>
                <abstract>In today&apos;s fast-paced academic environment, students often are overwhelmed and disengaged because of huge workloads and lengthy-uninspiring lectures. Join me as I share my journey as a student in overcoming these challenges through fun projects/scripts and participating in the PythonPH Community.  By sharing my experiences, I aim to help students make school life easier, more exciting, and FUN.</abstract>
                <slug>pyconapac2023-32989-making-school-less-boring-with-python</slug>
                <track>Python in education</track>
                
                <persons>
                    <person id='37160'>Carl John Vi&#241;as</person>
                </persons>
                <language>en</language>
                <description>I will talk about how Python, and activities and communities related to it,  affected my school life adventures and made them More Easier, more Exciting, and Fun. 

Specifically, I will talk about the following:
- The different Fun Python Projects I made during my undergrad. One of them was during Valentine&apos;s when I made a valentines card generator that utilizes machine learning to create unique abstract paintings out of people&#8217;s faces during Valentine&apos;s for every person. It was a random project I came up with as a joke since I spend more time coding than finding my own valentines. It was an enjoyable project that made me love coding and making projects. Sharing this experience will give everyone a good perspective on my struggles with conceptualizing a project just for the fun of it and having the motivation to work on it continuously! Detailing my experience here will be helpful to all beginners in Python!

- The different automation scripts and packages in Python made life much easier during undergrad. They were Python scripts for automating sending emails, automating certificate generation for events, cleaning class records, and using Django for creating fast, quick scalable websites for class assignments that would have taken much longer for other languages and packages. I aim to give a perspective throughout this section on how Python can make simple and easy scripts that automate the &#8220;boring and tedious&#8221; work that comes with school life.

- And lastly, how the Python Philippines Community made my after-class sessions much more fun! Having a common space with like-minded individuals who love automation, and talking about nerd topics and random projects made my school life much more fun. I will go into detail on how much of an impact the Python PH community in my creativity, motivation, and overall skillsets. This section of my talk will be helpful in everyone&#8217;s journey regardless of their proficiency in Python!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/8AWUBQ/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/8AWUBQ/feedback/</feedback_url>
            </event>
            <event guid='5efcdffe-2b5d-522f-9d0c-426f7480211a' id='32837' code='QPU3NR'>
                <room>track 5</room>
                <title>&#26989;&#21209;&#12391;&#20351;&#12360;&#12427;&#19968;&#27497;&#36914;&#12435;&#12384;Python&#20351;&#12356;&#12395;&#12394;&#12427;&#12383;&#12417;&#12395;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T15:30:00+09:00</date>
                <start>15:30</start>
                <duration>00:15</duration>
                <abstract>Python&#12434;&#20351;&#12387;&#12390;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12434;&#23398;&#12403;&#12289;&#12356;&#12429;&#12356;&#12429;&#12394;&#12418;&#12398;&#12434;&#20316;&#12427;&#26041;&#12364;&#22679;&#12360;&#12390;&#12356;&#12414;&#12377;&#12290;
&#27231;&#26800;&#23398;&#32722;&#12289;Web&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12289;&#32068;&#12415;&#36796;&#12415;&#20998;&#37326;&#12394;&#12393;Python&#12398;&#23550;&#24540;&#31684;&#22258;&#12399;&#24195;&#12367;&#12289;&#22810;&#12367;&#12398;&#12518;&#12540;&#12470;&#12540;&#12395;&#21463;&#12369;&#20837;&#12428;&#12425;&#12428;&#12289;&#24195;&#12414;&#12387;&#12390;&#12356;&#12365;&#12414;&#12375;&#12383;&#12290;

&#19968;&#26041;&#12289;&#12481;&#12540;&#12512;&#12391;&#38283;&#30330;&#12377;&#12427;&#38555;&#12398;Python&#12398;&#27963;&#29992;&#12539;&#26360;&#12365;&#26041;&#12395;&#12388;&#12356;&#12390;&#12399;&#12414;&#12384;&#12414;&#12384;&#35506;&#38988;&#12364;&#12354;&#12427;&#12424;&#12358;&#12395;&#24605;&#12356;&#12414;&#12377;&#12290;
&#23455;&#38555;&#12398;&#26989;&#21209;&#12391;&#12399;&#22810;&#12367;&#12398;&#12513;&#12531;&#12496;&#12540;&#12392;&#38283;&#30330;&#12377;&#12427;&#38306;&#20418;&#12363;&#12425;&#12289;&#19968;&#20154;&#12391;&#26360;&#12356;&#12390;&#12356;&#12427;&#12392;&#12365;&#20197;&#19978;&#12395;&#27671;&#12434;&#12388;&#12369;&#12394;&#12369;&#12428;&#12400;&#12356;&#12369;&#12394;&#12356;&#12509;&#12452;&#12531;&#12488;&#12364;&#12354;&#12426;&#12414;&#12377;&#12364;&#12289;&#27531;&#24565;&#12394;&#12364;&#12425;&#12381;&#12398;&#12486;&#12463;&#12491;&#12483;&#12463;&#12399;&#28024;&#36879;&#12375;&#12390;&#12356;&#12414;&#12379;&#12435;&#12290;
&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12507;&#12499;&#12540;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12363;&#12425;Python&#12434;&#22987;&#12417;&#12289;&#26989;&#21209;&#12391;&#22810;&#12367;&#12398;&#38283;&#30330;&#32076;&#39443;&#12434;&#12377;&#12427;&#12395;&#12388;&#12428;&#12390;&#35211;&#12388;&#12369;&#12390;&#12365;&#12383;&#12503;&#12521;&#12463;&#12486;&#12451;&#12473;&#12420;&#12289;&#12450;&#12531;&#12481;&#12497;&#12479;&#12540;&#12531;&#12395;&#12388;&#12356;&#12390;&#32057;&#20171;&#12375;&#12289;&#26356;&#12395;&#20182;&#12398;&#21205;&#30340;&#22411;&#20184;&#12369;&#35328;&#35486;&#12395;&#12418;&#20849;&#36890;&#12377;&#12427;&#12391;&#12354;&#12429;&#12358;&#12488;&#12500;&#12483;&#12463;&#12395;&#12418;&#24195;&#12370;&#12390;&#12362;&#35441;&#12375;&#12414;&#12377;&#12290;
&#23550;&#35937;&#32884;&#34886;&#12399;Python&#21450;&#12403;&#21205;&#30340;&#22411;&#20184;&#12369;&#35328;&#35486;&#12398;&#38283;&#30330;&#12398;&#32076;&#39443;&#12364;&#27973;&#12356;&#26041;&#12391;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32837-python</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37061'>Motoki Hirao</person>
                </persons>
                <language>en</language>
                <description>&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#31558;&#32773;&#12364;&#23455;&#38555;&#12395;&#22833;&#25943;&#12375;&#12390;&#12365;&#12383;&#32076;&#39443;&#12420;&#12289;&#19990;&#38291;&#12391;&#12398;Python&#12395;&#23550;&#12377;&#12427;&#35413;&#20385;&#12289;&#35506;&#38988;&#28857;&#12398;&#25972;&#29702;&#12363;&#12425;&#22987;&#12417;&#12414;&#12377;&#12290;
&#19990;&#38291;&#12391;&#12399;Python&#12434;&#12473;&#12463;&#12522;&#12503;&#12488;&#12420;&#12452;&#12531;&#12479;&#12521;&#12463;&#12486;&#12451;&#12502;&#12394;&#23455;&#34892;&#29872;&#22659;&#12398;&#36523;&#12391;&#23455;&#34892;&#12375;&#12390;&#12362;&#12426;&#12289;&#12381;&#12398;&#12424;&#12358;&#12394;&#12518;&#12540;&#12470;&#12540;&#12364;&#12481;&#12540;&#12512;&#38283;&#30330;&#12395;&#20837;&#12387;&#12390;&#12356;&#12367;&#12371;&#12392;&#12399;&#23627;&#12420;&#12495;&#12540;&#12489;&#12523;&#12364;&#39640;&#12356;&#12392;&#32771;&#12360;&#12390;&#12356;&#12414;&#12377;&#12290;
&#31558;&#32773;&#12399;&#12371;&#12398;&#21839;&#38988;&#12395;&#12388;&#12356;&#12390;&#12289;&#22269;&#20869;&#22806;&#21839;&#12431;&#12378;&#12289;&#21021;&#23398;&#32773;&#12398;&#12518;&#12540;&#12470;&#12540;&#12364;&#23550;&#38754;&#12377;&#12427;&#21839;&#38988;&#12391;&#12354;&#12427;&#12392;&#32771;&#12360;&#12390;&#12356;&#12414;&#12377;&#12290;

&#12414;&#12383;&#31558;&#32773;&#12399;8&#24180;&#12411;&#12393;Python&#12434;&#26360;&#12356;&#12390;&#12356;&#12414;&#12377;&#12364;&#12289;&#12507;&#12499;&#12540;&#12503;&#12525;&#12464;&#12521;&#12511;&#12531;&#12464;&#12394;&#12356;&#12375;&#20491;&#20154;&#12391;&#38283;&#30330;&#12375;&#12390;&#12356;&#12383;&#12392;&#12365;&#12392;&#12289;&#12481;&#12540;&#12512;&#12391;&#38283;&#30330;&#12375;&#12390;&#12356;&#12427;&#12392;&#12365;&#12391;&#24847;&#35672;&#12375;&#12394;&#12369;&#12428;&#12400;&#12356;&#12369;&#12394;&#12356;&#26360;&#12365;&#26041;&#12364;&#22810;&#12367;&#23384;&#22312;&#12377;&#12427;&#12392;&#24863;&#12376;&#12390;&#12356;&#12414;&#12377;&#12290;
&#26412;&#30330;&#34920;&#12399;Python&#32076;&#39443;&#12364;&#34180;&#12363;&#12387;&#12383;&#12426;&#12289;&#20491;&#20154;&#12391;&#12398;&#38283;&#30330;&#32076;&#39443;&#12375;&#12363;&#12394;&#12356;&#26041;&#12395;&#23550;&#12375;&#12390;&#12481;&#12540;&#12512;&#12391;&#38283;&#30330;&#12377;&#12427;&#30693;&#35672;&#12420;&#24773;&#22577;&#12434;&#32884;&#34886;&#12395;&#25345;&#12387;&#12390;&#24112;&#12387;&#12390;&#12356;&#12383;&#12384;&#12367;&#12371;&#12392;&#12434;&#30446;&#30340;&#12392;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;


&#30330;&#34920;&#27010;&#35201;&#12399;15&#20998;&#12395;&#21512;&#12431;&#12379;&#12390;&#19979;&#35352;&#12395;&#20462;&#27491;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;
&#20803;&#12293;30&#20998;&#12391;&#35441;&#12377;&#20104;&#23450;&#12384;&#12387;&#12383;&#12418;&#12398;&#12395;&#38306;&#12375;&#12390;&#12399;&#25031;&#35242;&#20250;&#12420;&#20491;&#20154;&#30340;&#12395;&#12372;&#36899;&#32097;&#12356;&#12383;&#12384;&#12369;&#12428;&#12400;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;

- &#33258;&#24049;&#32057;&#20171;&#12392;&#27010;&#35201;(1&#20998;)
- Python&#23398;&#32722;&#32773;&#12434;&#21462;&#12426;&#24059;&#12367;&#29872;&#22659;(3&#20998;)
  - &#27096;&#12293;&#12394;&#38283;&#30330;&#29872;&#22659;
  - &#29420;&#32722;&#12391;&#38501;&#12426;&#12364;&#12385;&#12394;&#33853;&#12392;&#12375;&#31348;
- &#26989;&#21209;&#38283;&#30330;&#12391;&#12420;&#12427;&#12409;&#12365;&#12371;&#12392;(5&#20998;)
  - &#12381;&#12418;&#12381;&#12418;&#26989;&#21209;&#12391; Python &#12434;&#20351;&#12358;&#12409;&#12365;&#65311;
  - &#26989;&#21209;&#12391;&#12398;&#38283;&#30330;&#12395;&#12399;&#20309;&#12364;&#27714;&#12417;&#12425;&#12428;&#12390;&#12356;&#12427;&#12363;
  - &#25539;&#12360;&#12383;&#12356;&#12484;&#12540;&#12523;&#39006;&#65288;&#20206;&#24819;&#29872;&#22659;&#12539;&#12497;&#12483;&#12465;&#12540;&#12472;&#31649;&#29702;&#12539;Linter&#12539;Formatter&#12539;&#12486;&#12473;&#12488;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#65289;
  - &#35036;&#21161;&#12391;&#20837;&#12428;&#12383;&#12356;&#12484;&#12540;&#12523;&#39006;&#65288;&#12456;&#12487;&#12451;&#12479;&#12539;&#12525;&#12464;&#31649;&#29702;&#12539;API&#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12539;&#12525;&#12540;&#12489;&#12486;&#12473;&#12488;&#12484;&#12540;&#12523;&#12539;&#12475;&#12461;&#12517;&#12522;&#12486;&#12451;&#12486;&#12473;&#12488;&#12484;&#12540;&#12523;&#12539;APM&#12484;&#12540;&#12523;&#65289;
- 4&#24180; Python &#12434;&#26989;&#21209;&#12391;&#20351;&#12387;&#12390;&#24863;&#12376;&#12383;&#12513;&#12522;&#12483;&#12488;&#12539;&#12487;&#12513;&#12522;&#12483;&#12488;
   - &#12452;&#12531;&#12487;&#12531;&#12488;&#12398;&#33391;&#12375;&#12354;&#12375;
   - &#22411;&#12392;&#12398;&#38360;&#12356;
   - &#35373;&#35336;&#12398;&#35441;&#12399;&#20182;&#35328;&#35486;&#12363;&#12425;&#23398;&#12409;&#12427;&#12371;&#12392;&#12418;&#22810;&#12356;
- &#12414;&#12392;&#12417;(1&#20998;)


&#19979;&#35352;&#12399;&#12418;&#12392;&#12418;&#12392;30&#20998;&#12391;&#20104;&#23450;&#12375;&#12390;&#12356;&#12383;&#30330;&#34920;&#20869;&#23481;&#12391;&#12375;&#12383;&#12290;

- Python&#23398;&#32722;&#32773;&#12434;&#21462;&#12426;&#24059;&#12367;&#29872;&#22659;(5&#20998;)
  - &#27096;&#12293;&#12394;&#38283;&#30330;&#29872;&#22659;
  - &#20491;&#20154;&#12391;&#20316;&#12428;&#12427;&#12418;&#12398;&#12398;&#19990;&#30028;
  - &#29420;&#32722;&#12391;&#38501;&#12426;&#12364;&#12385;&#12394;&#33853;&#12392;&#12375;&#31348;
- &#12481;&#12540;&#12512;&#38283;&#30330;&#12392;&#20491;&#20154;&#38283;&#30330;(15&#20998;)
  - &#26360;&#12367;&#12409;&#12365;&#12391;&#12394;&#12356;&#35328;&#35486;&#30340;&#12394;&#32608;
    - &#30772;&#22730;&#30340;&#12394;&#21205;&#12365;
    - Python&#12399;&#21516;&#12376;&#12424;&#12358;&#12395;&#26360;&#12367;&#12398;&#12364;&#38627;&#12375;&#12356;&#12398;&#12391;&#12399;&#8230;&#65311;
  - &#21205;&#30340;&#22411;&#20184;&#12369;&#35328;&#35486;&#20840;&#20307;&#12395;&#35328;&#12360;&#12427;&#35506;&#38988;
    - &#22411;&#24773;&#22577;&#12434;&#12394;&#12427;&#12409;&#12367;&#20837;&#12428;&#12424;&#12358;
    - &#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12434;&#26360;&#12371;&#12358;
    - Linter, Formatter&#12434;&#20837;&#12428;&#12424;&#12358;
  - CI&#12391;&#12418;&#12481;&#12455;&#12483;&#12463;&#12377;&#12427;
  - &#12467;&#12540;&#12489;&#12524;&#12499;&#12517;&#12540;&#12434;&#12375;&#12424;&#12358;
- &#12394;&#12380;&#25105;&#12293;&#12399;&#12481;&#12540;&#12512;&#12391;Python&#12434;&#26360;&#12367;&#12398;&#12363;(5&#20998;)
  - &#22810;&#12367;&#12398;&#20154;&#12364;&#35302;&#12428;&#12427;&#24375;&#12415;&#12392;&#24369;&#12415;
  - &#21205;&#30340;&#22411;&#20184;&#12369;&#35328;&#35486;&#12398;&#27005;&#12373;&#12392;&#12473;&#12500;&#12540;&#12489;
- &#12414;&#12392;&#12417;(2&#20998;)
- &#36074;&#30097;&#24540;&#31572;(5&#20998;)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/QPU3NR/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/QPU3NR/feedback/</feedback_url>
            </event>
            <event guid='4cc9d2b7-b07d-5b22-bc9d-85389ef62db4' id='32421' code='WQREM9'>
                <room>track 5</room>
                <title>Python ate my homework!</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T15:55:00+09:00</date>
                <start>15:55</start>
                <duration>00:15</duration>
                <abstract>Is your relationship with maths... complicated?

Do you hate doing simple, repetitive, error prone calculations that you know your computer could easily do?

Have you ever been disappointed by Wolfram Alpha&apos;s inability to calculate your problems, with working out?

Then book a session and I&#8217;ll show you how to use Python, SymPy, &amp; Jupyter to resolve your love problems, all with working out!</abstract>
                <slug>pyconapac2023-32421-python-ate-my-homework</slug>
                <track>Python in education</track>
                
                <persons>
                    <person id='36672'>Evan Kohilas</person>
                </persons>
                <language>en</language>
                <description>If you hate doing simple, repetitive, error prone calculations that you know a computer could trivially do, then this is the talk for you!

You&apos;ll learn some of the basics of the SymPy library, and then observe how to solve a sample university level maths problem. Then, we&apos;ll put these two together and use SymPy to solve this math problem for us, and in a way that also prints working out!

You&apos;ll also see how Jupyter can be used to calculate and submit parts of your assignment, and finally how you can help contribute to the computational maths community.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/WQREM9/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/WQREM9/feedback/</feedback_url>
            </event>
            <event guid='35458b3c-db03-576a-9c4e-617912e20156' id='33141' code='9TKP3P'>
                <room>track 5</room>
                <title>ModuleNotFoundError&#12398;&#20670;&#21521;&#12392;&#23550;&#31574;:&#20181;&#32068;&#12415;&#12363;&#12425;&#23398;&#12406;Import</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-27T16:20:00+09:00</date>
                <start>16:20</start>
                <duration>00:15</duration>
                <abstract>Python &#12408;&#20837;&#38272;&#12375;&#12383;&#12354;&#12392;&#12395;&#33510;&#25126;&#12377;&#12427;&#12509;&#12452;&#12531;&#12488;&#12398;1&#12388;&#12395;&#12289;ModuleNotFoundError&#12392;&#12398;&#36973;&#36935;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;
&#20309;&#12364;&#36215;&#12365;&#12390;&#12356;&#12427;&#12398;&#12363;&#12289;&#20309;&#12364;&#12356;&#12369;&#12394;&#12356;&#12398;&#12363;&#12289;&#20840;&#20307;&#20687;&#12364;&#12431;&#12363;&#12425;&#12378;&#22256;&#24785;&#12375;&#12383;...&#12381;&#12435;&#12394;&#12372;&#32076;&#39443;&#12399;&#12394;&#12356;&#12391;&#12375;&#12423;&#12358;&#12363;?

&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;Python&#12398;import&#12398;&#20181;&#32068;&#12415;&#12434;&#12399;&#12376;&#12417;&#12392;&#12375;&#12390;&#12289;&#12514;&#12472;&#12517;&#12540;&#12523;&#12420;&#21517;&#21069;&#31354;&#38291;&#12289;&#12473;&#12467;&#12540;&#12503;&#12395;&#38306;&#12377;&#12427;&#22522;&#30990;&#30340;&#12394;&#30693;&#35672;&#12434;&#25552;&#20379;&#12375;&#12414;&#12377;&#12290;
&#12371;&#12428;&#12395;&#12424;&#12426;&#12289;&#21442;&#21152;&#32773;&#12364;&#33258;&#36523;&#12398;&#12467;&#12540;&#12487;&#12451;&#12531;&#12464;&#12395;&#38555;&#12375;&#12390;ModuleNotFoundError&#12395;&#23550;&#20966;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12427;&#12371;&#12392;&#12434;&#30446;&#25351;&#12375;&#12414;&#12377;&#12290;
Python&#12398;import&#12398;&#20181;&#32068;&#12415;&#12434;&#25226;&#25569;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#12503;&#12525;&#12464;&#12521;&#12512;&#12392;&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#30456;&#20114;&#20316;&#29992;&#12434;&#29702;&#35299;&#12375;&#12289;Python&#12398;&#35328;&#35486;&#20181;&#27096;&#12434;&#30693;&#12427;&#12365;&#12387;&#12363;&#12369;&#12392;&#12394;&#12427;&#12371;&#12392;&#12434;&#26399;&#24453;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33141-modulenotfounderror-import</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37304'>Toshifumi Tsutsumi</person>
                </persons>
                <language>en</language>
                <description>&#26412;&#12488;&#12540;&#12463;&#12391;&#20104;&#23450;&#12375;&#12390;&#12356;&#12427;&#30446;&#27425;&#12399;&#20197;&#19979;&#12398;&#12392;&#12362;&#12426;&#12391;&#12377;&#12290;

1. Python&#12398;&#12514;&#12472;&#12517;&#12540;&#12523;&#12392;ModuleNotFoundError
    - &#12514;&#12472;&#12517;&#12540;&#12523;&#12392;&#12399;&#20309;&#12363;
    - Python&#12399;&#12514;&#12472;&#12517;&#12540;&#12523;&#12434;&#12393;&#12398;&#12424;&#12358;&#12395;&#25201;&#12358;&#12398;&#12363;
    - ModuleNotFoundError&#12392;&#12399;&#20309;&#12363;&#12289;&#20986;&#29694;&#12395;&#33267;&#12427;&#12471;&#12490;&#12522;&#12458;
2. Import&#12539;&#21517;&#21069;&#31354;&#38291;&#12539;&#12473;&#12467;&#12540;&#12503;
    - import&#12473;&#12486;&#12540;&#12488;&#12513;&#12531;&#12488;
    - &#21517;&#21069;&#31354;&#38291;
    - &#12473;&#12467;&#12540;&#12503;
3. import &#12391;&#20309;&#12364;&#36215;&#12365;&#12390;&#12356;&#12427;&#12398;&#12363;
    - &#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#26908;&#32034;&#38918;&#24207;
    - &#12499;&#12523;&#12488;&#12452;&#12531;&#12514;&#12472;&#12517;&#12540;&#12523;
    - sys.module
    - sys.path
4. ModuleNotFoundError&#12398;&#20670;&#21521;&#12392;&#23550;&#31574;
    - ModuleNotFoundError&#12398;&#12424;&#12367;&#12354;&#12427;&#21407;&#22240;
    - &#20855;&#20307;&#30340;&#12394;&#12456;&#12521;&#12540;&#20363;
    - &#35299;&#27770;&#12414;&#12391;&#12398;&#12465;&#12540;&#12473;&#12473;&#12479;&#12487;&#12451;
5. &#12414;&#12392;&#12417;:
    - &#12488;&#12540;&#12463;&#12398;&#25391;&#12426;&#36820;&#12426;
    - &#20844;&#24335;&#12489;&#12461;&#12517;&#12513;&#12531;&#12488;&#12398;&#32057;&#20171;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/9TKP3P/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/9TKP3P/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='3' date='2023-10-28' start='2023-10-28T04:00:00+09:00' end='2023-10-29T03:59:00+09:00'>
        <room name='track 1' guid='6d962187-73b1-5d46-b18a-f78595e39738'>
            <event guid='85671512-cf1b-501e-aea3-889ed36b7bfa' id='37758' code='8WUUWU'>
                <room>track 1</room>
                <title>Keynote - Through the looking glass: 10 years of Python Organizing Lessons and Tribulations</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T10:20:00+09:00</date>
                <start>10:20</start>
                <duration>01:00</duration>
                <abstract>Community organizing can be a challenge in its own right; discovering trends to educate the community on, empowering those around you to challenge themselves, and more. Over the last 10 years from a beginner engineer to today community organizing has shaped the way not only I connect to the language and community but has fundamentally altered my outlook on career development. Together we shall explore some of these lessons learned and reflect on how we can do more, do better.</abstract>
                <slug>pyconapac2023-37758-keynote-through-the-looking-glass-10-years-of-python-organizing-lessons-and-tribulations</slug>
                <track></track>
                
                <persons>
                    <person id='42212'>Lorena Mesa</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/8WUUWU/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/8WUUWU/feedback/</feedback_url>
            </event>
            <event guid='8b78567b-b749-52bb-9820-b391a81639ca' id='32843' code='KKELHA'>
                <room>track 1</room>
                <title>Beaming up to the flow!</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T11:45:00+09:00</date>
                <start>11:45</start>
                <duration>00:30</duration>
                <abstract>Streaming data processing is a type of data processing that deals wit continuously generated data and cannot be processed in its entirety. Streaming data processing is a challenging problem because it requires algorithms that can process data quickly and efficiently. In this talk, the speaker will share how to create streaming data pipelines easily by using Python libraries like Apache Beam.</abstract>
                <slug>pyconapac2023-32843-beaming-up-to-the-flow</slug>
                <track>Niche technique</track>
                
                <persons>
                    <person id='37062'>Thu Ya Kyaw</person>
                </persons>
                <language>en</language>
                <description>Streaming data processing is a type of data processing that deals with data that is continuously generated and cannot be stored in its entirety. This type of data is often generated by sensors, machines, and other devices that collect data in real time. Streaming data processing is a challenging problem because it requires algorithms that can process data quickly and efficiently, while also being able to handle changes in the data stream.

In this talk, the speaker will start with an introduction to streaming data processing, including the different types of streaming data and the challenges of processing streaming data. After that, the speaker will discuss Python libraries for streaming data processing, such as Apache Beam, and how it helps solve the issue. The speaker will also highlight a case study of streaming data processing, such as real-time fraud detection. Finally, the session will end with answering audience questions.

After this talk, the audience will be able to:
- Understand the basics of streaming data processing
- Understand the characteristics and challenges of streaming data
- Use Python libraries for streaming data processing
- Apply streaming data processing to real-world problems</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/KKELHA/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/KKELHA/feedback/</feedback_url>
            </event>
            <event guid='87461c91-0668-5709-ad0c-256f4d773207' id='33195' code='C7HGZS'>
                <room>track 1</room>
                <title>Debugging and Troubleshooting Python Applications: Leveraging Visibility and Observability to Solve Problems Faster</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T13:30:00+09:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>Explore the importance of visibility and observability in Python programming in this session. Learn how these crucial tools aid in debugging and troubleshooting, boosting application reliability and performance. Discover various techniques and tools for monitoring Python applications, including metrics, logging, and tracing, providing deeper insights into system performance and behavior.</abstract>
                <slug>pyconapac2023-33195-debugging-and-troubleshooting-python-applications-leveraging-visibility-and-observability-to-solve-problems-faster</slug>
                <track>Test for development</track>
                
                <persons>
                    <person id='37331'>Neeraj Pandey</person>
                </persons>
                <language>en</language>
                <description>In this session, we will  understand the role of visibility and observability in Python programming, and how these tools can help developers debug and troubleshoot their applications by introducing various techniques and tools for monitoring and observing Python applications, including metrics, logging, and tracing, and discuss how they can be used to gain insight into the performance and behavior of these systems.


We will also discuss common challenges and pitfalls in implementing visibility and observability in Python, and provide best practices and strategies for overcoming these obstacles. For example, we will discuss the importance of defining clear metrics and logging standards, and the challenges of implementing these tools in distributed and asynchronous systems.


Throughout the talk, we will provide real-world examples and case studies of successful implementations of visibility and observability in Python, and the benefits they have provided to organizations and teams. We will also provide guidance and resources for developers who are looking to implement these tools in their own applications.


In conclusion, visibility and observability are essential tools for debugging and troubleshooting Python applications. By providing insight into the inner workings of these systems, these tools can help developers identify and fix problems more quickly and efficiently, ensuring that their applications are reliable and performant. By implementing these tools and following best practices, Python developers can improve the performance and reliability of their applications, and deliver a better experience to their users.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://bit.ly/3QbixIE">Presentation Slides</link>
                </links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/C7HGZS/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/C7HGZS/feedback/</feedback_url>
            </event>
            <event guid='7ca28bca-5ee1-516e-aaa0-a8a0ad7c087a' id='32223' code='AZPMHH'>
                <room>track 1</room>
                <title>Unleashing the Power of LIDAR with Python</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T14:10:00+09:00</date>
                <start>14:10</start>
                <duration>00:30</duration>
                <abstract>This presentation explores the fascinating intersection of LIDAR technology and Python programming, shining a light on how Python empowers us to harness the full potential of LIDAR data in various applications. Dive into the world of point clouds and 3D data processing as we demonstrate how Python libraries and tools can process, manipulate, and visualize LIDAR data with ease and efficiency.</abstract>
                <slug>pyconapac2023-32223-unleashing-the-power-of-lidar-with-python</slug>
                <track>Visualization / Games / Music</track>
                
                <persons>
                    <person id='36504'>Phillip Andrew Espina</person>
                </persons>
                <language>en</language>
                <description>LIDAR technology, capable of producing highly accurate 3D representations of the physical world, has revolutionized a broad spectrum of industries, from autonomous vehicles and robotics to geographical mapping and archaeology. Yet, the potential of LIDAR can only be harnessed through efficient data processing and analysis methods, and this is where Python steps in.

In this talk, we will first provide a brief introduction to LIDAR and its significance in today&apos;s technological landscape. We will then delve into the vast Python ecosystem and its capabilities for handling LIDAR data, discussing key Python libraries such as PDAL (Point Data Abstraction Library), PyLidar, and others that facilitate the processing and visualization of point cloud data.

The following key points will be covered:

-Overview of LIDAR technology and its applications
-Introduction to point cloud data and its challenges
-Python tools and libraries for LIDAR data processing
-Case studies demonstrating real-world usage of Python in LIDAR data analysis
-Future trends in LIDAR data processing with Python

Attendees will walk away with a deeper understanding of the power of Python in processing complex LIDAR data, and the knowledge to utilize Python tools to kickstart their journey in the world of LIDAR technology.

Whether you&apos;re a data scientist exploring new data types, a Python enthusiast keen on learning its applications in cutting-edge technology, or an industry professional looking to leverage LIDAR data, this talk will shine a light on the path ahead. Join us as we illuminate the future with LIDAR and Python.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://drive.google.com/drive/folders/1A_le0RtY957fw6hXap9vdpRXAAL60GVK?usp=sharing">Everything</link>
                </links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/AZPMHH/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/AZPMHH/feedback/</feedback_url>
            </event>
            <event guid='2586058c-4036-5e1b-8cd6-cbddb9d19a14' id='33094' code='YLPNET'>
                <room>track 1</room>
                <title>Real&#178;-World Video Quality Enhancement</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T15:20:00+09:00</date>
                <start>15:20</start>
                <duration>00:30</duration>
                <abstract>Python&apos;s role in the video industry and high-tech research is undeniable. But how well does it bridge the gap between video enhancement research and the industry? This talk explores the challenges of integrating Python with real-world datasets to achieve high-quality videos. Join us as we delve into the complexities. Don&apos;t miss this opportunity to explore the future of video+Python.</abstract>
                <slug>pyconapac2023-33094-real-world-video-quality-enhancement</slug>
                <track>Others</track>
                
                <persons>
                    <person id='37232'>Shuen-Huei Guan</person>
                </persons>
                <language>en</language>
                <description>In this thriving AI era, groundbreaking research and technologies emerge constantly. The Computer Vision revolution sparked the AI movement with milestones like AlexNet in 2012. However, many academic codebases lack the complexity and real-world challenges of industry data. Python, a driving force in AI, is often used for research implementation but falls short in integrating cutting-edge algorithms into complete video pipelines.

Join us as we share our experiences, experiments, and insights applying state-of-the-art video enhancement research to premium content. We&apos;ll delve into the challenges faced when bridging academic Python codebases, research datasets, real-world video content, and video processing pipelines. 

Explore:
    - Types of video quality enhancement research and their significance
    - The gap between SOTA video research and the industry
        - Python codebase considerations
        - Handling diverse video datasets effectively
        - Optimizing video processing pipelines
    - Strategies to narrow the gap and achieve seamless integration
    - Engaging demonstrations showcasing enhanced videos across various domains

Don&apos;t miss this enlightening session where we unravel the complexities of implementing advanced video research and explore ways to revolutionize the industry with Python.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/YLPNET/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/YLPNET/feedback/</feedback_url>
            </event>
            <event guid='a3451d50-f8b9-59c2-90ce-ab4abd1ee4d6' id='31564' code='VZ33RX'>
                <room>track 1</room>
                <title>Automating Victory: Beating browser games with accessible Python</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T16:00:00+09:00</date>
                <start>16:00</start>
                <duration>00:30</duration>
                <abstract>Whether your task is data entry or playing a video game, Python has the power to automate it. In this talk we&apos;ll explore the power of intuitive Python libraries for I/O, then use them to automatically beat an in-browser video game using the same strategies and inputs as a human. We&#8217;ll also discuss applying project management skills to take personal projects from ideas to successes.</abstract>
                <slug>pyconapac2023-31564-automating-victory-beating-browser-games-with-accessible-python</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='35938'>Jon Gaul</person>
                </persons>
                <language>en</language>
                <description>Even though many beginner programmers are motivated by solving day-to-day problems, many tutorials are disconnected from the real world. Automation is easy when inputs and outputs are consistent and locally stored, but how do you handle situations where that&#8217;s not the case? Using Python to automate beating a browser game is a great example of a real-world problem that&#8217;s uniquely hard to solve without Python libraries. The steps for solving this problem as a human map one-to-one with the steps for solving it programmatically and each step gives a simple and useful example of key automation libraries. Beyond highlighting some automation examples, I&apos;ll also talk about factors that led to this project&apos;s success rather than staying an eternal work-in-progress.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/VZ33RX/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/VZ33RX/feedback/</feedback_url>
            </event>
            <event guid='aefd569d-00a6-55e0-99ee-ea68ec65ee66' id='37663' code='QWDKWX'>
                <room>track 1</room>
                <title>Sponsor LT (KAKEHASHI) Python&#12391;&#12473;&#12490;&#12483;&#12503;&#12471;&#12519;&#12483;&#12488;&#12486;&#12473;&#12488;</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-28T16:40:00+09:00</date>
                <start>16:40</start>
                <duration>00:05</duration>
                <abstract>Speaker: &#27178;&#30000;&#30452;&#24422;</abstract>
                <slug>pyconapac2023-37663-sponsor-lt-kakehashi-python</slug>
                <track>Others</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/QWDKWX/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/QWDKWX/feedback/</feedback_url>
            </event>
            <event guid='97eed5ca-10ae-53d9-92c3-f430064d2047' id='37662' code='8ZJQBC'>
                <room>track 1</room>
                <title>Sponsor LT (Findy) MLOps&#23566;&#20837;&#12392;GPT&#27963;&#29992;&#12364;&#12391;&#12365;&#12427;ML&#32068;&#32340;&#12395;&#12394;&#12387;&#12390;&#12365;&#12383;&#35441;</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-28T16:45:00+09:00</date>
                <start>16:45</start>
                <duration>00:05</duration>
                <abstract>Speaker: &#31545;&#37326;&#32724;&#22826;</abstract>
                <slug>pyconapac2023-37662-sponsor-lt-findy-mlopsgptml</slug>
                <track>Others</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/8ZJQBC/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/8ZJQBC/feedback/</feedback_url>
            </event>
            <event guid='63e1a6d2-21c4-56c0-b0fd-220d3d3023c7' id='37661' code='3SLJAU'>
                <room>track 1</room>
                <title>Sponsor LT: HENNGE</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-28T16:50:00+09:00</date>
                <start>16:50</start>
                <duration>00:05</duration>
                <abstract>Speaker: Jasmine Yap</abstract>
                <slug>pyconapac2023-37661-sponsor-lt-hennge</slug>
                <track>Others</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/3SLJAU/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/3SLJAU/feedback/</feedback_url>
            </event>
            <event guid='788a9efe-8ebc-5ea2-b2b1-fd066c5c6a00' id='37677' code='BKJDRV'>
                <room>track 1</room>
                <title>PyCon APAC 2023&#12398;Wi-Fi&#12434;&#25903;&#12360;&#12427;&#25216;&#34899;</title>
                <subtitle></subtitle>
                <type>Lightning Talk</type>
                <date>2023-10-28T16:55:00+09:00</date>
                <start>16:55</start>
                <duration>00:05</duration>
                <abstract>PyCon APAC 2023&#12398;Wi-Fi&#12392;&#37197;&#20449;&#12434;&#25903;&#12360;&#12427;&#12493;&#12483;&#12488;&#12527;&#12540;&#12463;&#27083;&#25104;&#12289;&#27231;&#26448;&#12289;&#25216;&#34899;&#12473;&#12479;&#12483;&#12463;&#12398;&#32057;&#20171;&#12434;&#34892;&#12356;&#12414;&#12377;</abstract>
                <slug>pyconapac2023-37677-pycon-apac-2023wi-fi</slug>
                <track>Others</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/BKJDRV/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/BKJDRV/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 2' guid='7d81eb14-ed4d-5710-832d-b9a3447350fb'>
            <event guid='40c5411e-94b0-590c-a7f2-2b6de6047b6c' id='32525' code='UAYG3F'>
                <room>track 2</room>
                <title>Let&apos;s implement useless Python objects</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T11:45:00+09:00</date>
                <start>11:45</start>
                <duration>00:30</duration>
                <abstract>Let&apos;s implement objects that are useless for anything.
For example, an object whose length returned by the len() function is different every time, or an object that returns a bullshit result when you check if a value exists with the in operator.
And through the implementation, you will get a better understanding of Python data types.</abstract>
                <slug>pyconapac2023-32525-let-s-implement-useless-python-objects</slug>
                <track>Python core</track>
                
                <persons>
                    <person id='35693'>Hayao Suzuki</person>
                </persons>
                <language>en</language>
                <description>The Python objects implemented in this presentation are not useful at all.
However, implementing completely useless objects will give you a better understanding of Python data types.
You will then be able to implement useful objects.

There are two topics covered in this presentation.

The first is understanding what happens behind the scenes of the len() function, the in operator, and the for statement.
For example, if you pass an object ``obj`` to the ``len()`` function, the result of ``len(obj)`` will be ``obj.__len__()``.
In other words, if you screw up the implementation of ``obj.__len__()``, the result of ``len(obj)`` will also be screwed up.
You will understand what Python does behind the scenes, why you can create useless objects, and how to implement objects that behave correctly.

Second, you will understand how to use the abstract base classes in ``collections.abc``.
Python&apos;s built-in containers include lists, tuples, dictionaries, and sets.
And the built-in containers, simply put, consist of the abstract base classes ``Sized``, ``Container`` and ``Iterable`` in ``collections.abc``.
If you try to implement a useless object and implement it in an absurd way, you will not be able to use it properly.
Using the abstract base class, you can create useless objects whose behaviour is absurd, but which also work with existing Python objects.
Through this experience, you will learn how to use abstract base classes and how to create your own containers correctly.

The basic agenda is as follows

- Preliminaries: let&apos;s create a totally useless object.
- Basics: start with ``Sized``, ``Container`` and ``Iterable``.
  - ``ElasticSized``: an object that changes the return value of the ``len()`` function each time it is executed.
  - ``ForgottenContainer``: an object where the result of the in operator changes each time it is executed.
  - ``ShuffledIterable``: An object whose ``for`` statement changes the result each time it is executed.
- Applications: Uncontrolled containers.
  - ``UncontrolledSequence``: An uncontrolled sequence.
  - ``MisprintedDictionary``: A misprinted dictionary.
  - ``CrowdSet``: A crowd set

&#26412;&#30330;&#34920;&#12391;&#23455;&#35013;&#12377;&#12427;Python&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12399;&#12414;&#12387;&#12383;&#12367;&#24441;&#12395;&#31435;&#12385;&#12414;&#12379;&#12435;&#12290;
&#12375;&#12363;&#12375;&#12289;&#12414;&#12387;&#12383;&#12367;&#24441;&#12395;&#31435;&#12383;&#12394;&#12356;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#23455;&#35013;&#12377;&#12427;&#12392;&#12289;Python&#12398;&#12487;&#12540;&#12479;&#22411;&#12398;&#29702;&#35299;&#12364;&#28145;&#12414;&#12426;&#12414;&#12377;&#12290;
&#12381;&#12375;&#12390;&#12289;&#24441;&#12395;&#31435;&#12388;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12364;&#23455;&#35013;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;

&#26412;&#30330;&#34920;&#12391;&#25201;&#12358;&#12486;&#12540;&#12510;&#12399;2&#12388;&#12354;&#12426;&#12414;&#12377;&#12290;

&#12414;&#12378;&#12289;len()&#38306;&#25968;&#12420;in&#28436;&#31639;&#23376;&#12289;for&#25991;&#12398;&#35023;&#20596;&#12391;&#20309;&#12364;&#36215;&#12365;&#12390;&#12356;&#12427;&#12398;&#12363;&#12434;&#29702;&#35299;&#12377;&#12427;&#12371;&#12392;&#12391;&#12377;&#12290;
&#20363;&#12360;&#12400;&#12289;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;``obj``&#12434;``len()``&#38306;&#25968;&#12395;&#28193;&#12375;&#12383;&#22580;&#21512;&#12289;``len(obj)``&#12398;&#32080;&#26524;&#12399;``obj.__len__()``&#12434;&#36820;&#12375;&#12414;&#12377;&#12290;
&#12388;&#12414;&#12426;&#12289;``obj.__len__()``&#12398;&#23455;&#35013;&#12434;&#28357;&#33590;&#33510;&#33590;&#12395;&#12377;&#12428;&#12400;&#12289;``len(obj)``&#12398;&#32080;&#26524;&#12418;&#28961;&#33590;&#33510;&#33590;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;
&#12394;&#12380;&#24441;&#12395;&#31435;&#12383;&#12394;&#12356;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12364;&#20316;&#12428;&#12427;&#12398;&#12363;&#12289;&#12381;&#12375;&#12390;&#12289;&#12393;&#12358;&#12377;&#12428;&#12400;&#27491;&#12375;&#12356;&#25391;&#12427;&#33310;&#12356;&#12434;&#12377;&#12427;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12364;&#23455;&#35013;&#12391;&#12365;&#12427;&#12398;&#12363;&#12434;&#36890;&#12375;&#12390;&#12289;Python&#12364;&#35023;&#20596;&#12391;&#20966;&#29702;&#12375;&#12390;&#12356;&#12427;&#12371;&#12392;&#12434;&#29702;&#35299;&#12375;&#12414;&#12377;&#12290;

2&#12388;&#30446;&#12399;&#12289;``collections.abc``&#12395;&#12354;&#12427;&#25277;&#35937;&#22522;&#24213;&#12463;&#12521;&#12473;&#12398;&#20351;&#12356;&#26041;&#12434;&#29702;&#35299;&#12377;&#12427;&#12371;&#12392;&#12391;&#12377;&#12290;
Python&#12398;&#32068;&#12415;&#36796;&#12415;&#12467;&#12531;&#12486;&#12490;&#12392;&#12375;&#12390;&#12522;&#12473;&#12488;&#12289;&#12479;&#12503;&#12523;&#12289;&#36766;&#26360;&#12289;&#38598;&#21512;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;
&#12381;&#12375;&#12390;&#12289;&#32068;&#12415;&#36796;&#12415;&#12467;&#12531;&#12486;&#12490;&#12399;&#12289;&#31777;&#21336;&#12395;&#35328;&#12360;&#12400;``collections.abc``&#12395;&#12354;&#12427;&#25277;&#35937;&#22522;&#24213;&#12463;&#12521;&#12473;``Sized``&#12289;``Container``&#12289;``Iterable``&#12363;&#12425;&#12394;&#12426;&#12414;&#12377;&#12290;
&#24441;&#12395;&#31435;&#12383;&#12394;&#12356;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#23455;&#35013;&#12375;&#12424;&#12358;&#12392;&#12375;&#12390;&#28961;&#33590;&#33510;&#33590;&#12395;&#23455;&#35013;&#12375;&#12390;&#12418;&#27491;&#12375;&#12367;&#20351;&#12360;&#12414;&#12379;&#12435;&#12290;
&#25277;&#35937;&#22522;&#24213;&#12463;&#12521;&#12473;&#12398;&#21161;&#12369;&#12434;&#20511;&#12426;&#12427;&#12371;&#12392;&#12391;&#12289;&#25391;&#12427;&#33310;&#12356;&#12399;&#28961;&#33590;&#33510;&#33590;&#12394;&#12398;&#12395;&#26082;&#23384;&#12398;Python&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12395;&#12418;&#21332;&#35519;&#12377;&#12427;&#24441;&#12395;&#31435;&#12383;&#12394;&#12356;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#20316;&#12426;&#12414;&#12377;&#12290;
&#12381;&#12398;&#32076;&#39443;&#12434;&#36890;&#12375;&#12390;&#12289;&#25277;&#35937;&#22522;&#24213;&#12463;&#12521;&#12473;&#12398;&#20351;&#12356;&#26041;&#12420;&#27491;&#12375;&#12356;&#33258;&#20316;&#12467;&#12531;&#12486;&#12490;&#12398;&#20316;&#12426;&#26041;&#12434;&#23398;&#12406;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;

&#22522;&#26412;&#30340;&#12394;&#12450;&#12472;&#12455;&#12531;&#12480;&#12399;&#20197;&#19979;&#12398;&#36890;&#12426;&#12391;&#12377;&#12290;

- &#21069;&#35500;&#65306;&#12414;&#12387;&#12383;&#12367;&#24441;&#12395;&#31435;&#12383;&#12394;&#12356;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;&#12434;&#20316;&#12429;&#12358;
- &#22522;&#26412;&#32232;&#65306;``Sized``&#12289;``Container``&#12289;``Iterable``&#12363;&#12425;&#22987;&#12417;&#12424;&#12358;
  - ``ElasticSized``&#65306; &#23455;&#34892;&#12377;&#12427;&#12383;&#12403;&#12395;len()&#38306;&#25968;&#12398;&#36820;&#12426;&#20516;&#12364;&#22793;&#21270;&#12377;&#12427;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;
  - ``ForgottenContainer``&#65306; &#23455;&#34892;&#12377;&#12427;&#12383;&#12403;&#12395;in&#28436;&#31639;&#23376;&#12398;&#32080;&#26524;&#12364;&#22793;&#21270;&#12377;&#12427;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;
  - ``ShuffledIterable``&#65306; ``for``&#25991;&#12398;&#23455;&#34892;&#32080;&#26524;&#12364;&#27598;&#22238;&#22793;&#12431;&#12427;&#12458;&#12502;&#12472;&#12455;&#12463;&#12488;
- &#24540;&#29992;&#32232;&#65306; &#22793;&#12431;&#12426;&#26524;&#12390;&#12383;&#12467;&#12531;&#12486;&#12490;&#12383;&#12385;
  - ``UncontrolledSequence``&#65306; &#28961;&#31209;&#24207;&#12394;&#12471;&#12540;&#12465;&#12531;&#12473;
  - ``MisprintedDictionary`` &#20081;&#19969;&#12375;&#12383;&#36766;&#26360;
  - ``CrowdSet``&#65306; &#28879;&#21512;&#12398;&#38598;&#21512;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/UAYG3F/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/UAYG3F/feedback/</feedback_url>
            </event>
            <event guid='3b6f7e75-533f-5f35-9b06-18a224640de1' id='31890' code='VNQKHW'>
                <room>track 2</room>
                <title>Parallel code with Python 3.12 sub-interpreters</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T13:30:00+09:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>Python 3.12 comes with an exciting new feature -- sub-interpreters. Sub-interpreters are a new programming model for Python that enable parallel execution of your code, without needing separate processes. In this talk, you will learn about sub-interpreters, how and where to use them.</abstract>
                <slug>pyconapac2023-31890-parallel-code-with-python-3-12-sub-interpreters</slug>
                <track>Python core</track>
                
                <persons>
                    <person id='36226'>Deleted User</person>
                </persons>
                <language>en</language>
                <description>Sub-Interpreters are a new feature in Python 3.12, scheduled for release in October/November 2023. Sub-Interpreters each have their own Global Interpreter Lock (GIL) meaning that you can execute code in parallel on multiple CPU cores without using multiple processes. In this talk, we will explore what parallel computation is, why it (was) hard in Python and how sub-interpreters solve that problem. We will show 3 working applications using sub-interpreters.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/VNQKHW/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/VNQKHW/feedback/</feedback_url>
            </event>
            <event guid='151cb5ab-aa34-5035-80a6-4fe7bdf1fb06' id='32658' code='EFRGJM'>
                <room>track 2</room>
                <title>Reformating your code without AI - let&apos;s see how a formatter work</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T14:10:00+09:00</date>
                <start>14:10</start>
                <duration>00:30</duration>
                <abstract>We don&#8217;t need AI for writing better code! Formators like Black and PyBetter have been automatically refactoring messy code way before AI agents claim to help you write codes. In this talk, we are going to explore how formatters analyse and manipulate the CST of your code to make it nicer.</abstract>
                <slug>pyconapac2023-32658-reformating-your-code-without-ai-let-s-see-how-a-formatter-work</slug>
                <track>Test for development</track>
                
                <persons>
                    <person id='36891'>Cheuk Ting Ho</person>
                </persons>
                <language>en</language>
                <description>Recently year there are AI agents that pops up in the market saying that they can help you to write code. However, there are tools out there that have been used over decades that can help us write better codes - the auto formats like Black and PyBetter that can refactor your code into nicer-looking ones. In this talk, we are going to explore how auto-formators analyse and manipulate the CST of your code to make it nicer.

First, we will introduce what is an Abstract Syntax Tree (AST) and a Concrete Syntax Tree (CST). Next, we will talk about libcst and how it analyses the code and express the CST of your code as Python objects. Then, we explore how we can use the match method provided and modify our code if the logic matches. By the end of it, the auto-formators would not be a mystery for the audience anymore as we now understand the inner working of it.

## Outline

- Introduction: What is AST and what is CST, and what are the differences (5 mins)
- Introducing libcst: example codes (5 mins)
- Matching CST patterns: example of doing it with libcst 5 mins)
- How auto-formatter works (10 mins)
- Conclusions (5 mins)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/EFRGJM/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/EFRGJM/feedback/</feedback_url>
            </event>
            <event guid='4b7b067f-a2b3-5c78-852d-cfe3f3ad0773' id='32169' code='XEGZUD'>
                <room>track 2</room>
                <title>Comparison of Packaging Tools in 2023</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T15:20:00+09:00</date>
                <start>15:20</start>
                <duration>00:30</duration>
                <abstract>Today, there are so many options for Python package management tools, such as pip (with venv), poetry, pipenv, ....

I&apos;ll compare those tools for people wondering which to use for package management tools in 2023.

This talk will be for people wondering which to use for package management tools, including library or framework developers, web developers, and automation script developers.</abstract>
                <slug>pyconapac2023-32169-comparison-of-packaging-tools-in-2023</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='35736'>Peacock</person>
                </persons>
                <language>en</language>
                <description>## Background of this talk

I wrote and posted an article in January 2023 (written in Japanese; the translated title is &quot;Why don&apos;t you use just pip with venv for Python package management?&quot;)
I received more likes and felt surprised and happy. There might also be a demand for a sequel-like article.


## Target Audiences

I will this talk for those wondering which package management tools to use.

Especially:

- Library or framework developers
- Web Developers
- Automation Script developers

## Motivation and Objectives

Which of the following is the best option? [poetry](https://python-poetry.org/), [pipenv](https://pipenv.pypa.io/en/latest/), [pdm](https://pdm.fming.dev/latest/), [hatch](https://hatch.pypa.io/latest/) [pip-tools](https://github.com/jazzband/pip-tools), or just venv and pip? What is the best Python package and dependency management tool today?

The environment around these tools is changing dramatically; the adoption of several PEPs, including PEP [621](https://peps.python.org/pep-0621/), [517](https://peps.python.org/pep-0517/), and [660](https://peps.python.org/pep-0660/).

I will compare pros / cons and propose three use cases; based on several years of experience following Python package specifications.

### Topics not covered

* Each detail of the PEPs
* Specifications and implementations of these tools

## Planned Outline

1. Self-introduction, Table of Contents
2. Introduction:
    1. Background, Motivations
    2. Target Audiences of this Talk
    3. List of Packaging tools to compare in this Talk
3. Pros / Cons for each tools:
    1. [pip](https://pip.pypa.io/en/stable/index.html) (with venv)
    2. [pipenv](https://pipenv.pypa.io/en/latest/)
    3. [poetry](https://python-poetry.org)
    4. [pdm](https://pdm.fming.dev/latest/)
    5. [pip-tools](https://pip-tools.readthedocs.io/en/latest/)
    6. [hatch](https://hatch.pypa.io/latest/)
4. What is the best tool? (In some use cases)
    1. Case 1: Library / Framework Developing
    2. Case 2: Web Application Developing
    3. Case 3: Automation Script Developing
5. Summary
6. (Appendix) About the [rye](https://rye-up.com/)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/XEGZUD/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/XEGZUD/feedback/</feedback_url>
            </event>
            <event guid='c357ad27-c86d-5fd0-a3f4-6e3b20e0a8be' id='33078' code='LZCKR9'>
                <room>track 2</room>
                <title>The Best of Python: A Review of Some of its Slickest Features</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T16:00:00+09:00</date>
                <start>16:00</start>
                <duration>00:30</duration>
                <abstract>Ever heard of syntactic sugar? Its syntax that makes code easier to read, write, and understand... and Python is full of it! In this talk, we&apos;ll dive into some of Python&apos;s most powerful syntactic sugar including decorators, context managers, and more. Whether you&apos;re new to Python or experienced, you&apos;ll walk away from this talk with tips and tricks to effortlessly write slick, readable code.</abstract>
                <slug>pyconapac2023-33078-the-best-of-python-a-review-of-some-of-its-slickest-features</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37243'>Uma Annamalai</person>
                </persons>
                <language>en</language>
                <description>In this talk, we will discuss the following Python features:
- Decorators
- Context managers
- List Comprehensions
- Magic Methods
This talk will break down each topic with code examples so that newcomers can understand these more advanced concepts and folks who have experience with Python can get a refresher on how they work.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/LZCKR9/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/LZCKR9/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 3' guid='04645ce6-c40f-522c-bc62-6755e3626954'>
            <event guid='5e6f37f5-8db6-5476-8181-08a25b977463' id='32678' code='FHRP3H'>
                <room>track 3</room>
                <title>&#12513;&#12514;&#12522;&#12503;&#12525;&#12501;&#12449;&#12452;&#12521;Memray&#12398;&#12473;&#12473;&#12513;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T11:45:00+09:00</date>
                <start>11:45</start>
                <duration>00:30</duration>
                <abstract>Python&#12503;&#12525;&#12464;&#12521;&#12512;&#12434;&#23455;&#34892;&#12377;&#12427;&#38555;&#12398;&#12513;&#12514;&#12522;&#12503;&#12525;&#12501;&#12449;&#12452;&#12522;&#12531;&#12464;&#12399;&#37325;&#35201;&#12391;&#12377;&#12290;&#12383;&#12384;&#12289;&#23455;&#24907;&#12434;&#25524;&#12416;&#12398;&#12399;&#38627;&#12375;&#12356;&#12391;&#12377;&#12290;&#12513;&#12514;&#12522;&#12503;&#12525;&#12501;&#12449;&#12452;&#12522;&#12531;&#12464;&#12398;&#25163;&#27861;&#12399;&#22823;&#12365;&#12367;&#20998;&#12369;&#12390;2&#12388;&#26377;&#12426;&#12414;&#12377;&#12290;&#12381;&#12428;&#12425;&#12398;&#29305;&#24500;&#12434;&#30693;&#12426;&#12289;&#12424;&#12426;&#23455;&#24907;&#12434;&#12388;&#12363;&#12415;&#12420;&#12377;&#12356;&#12488;&#12524;&#12540;&#12471;&#12531;&#12464;&#25163;&#27861;&#12434;&#29992;&#12356;&#12390;&#12390;&#12356;&#12427;&#12484;&#12540;&#12523;&#12391;&#12354;&#12427; [Memray](https://bloomberg.github.io/memray/) &#12398;&#20351;&#12356;&#26041;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;Python&#12398;&#12513;&#12514;&#12522;&#29366;&#24907;&#12398;&#35443;&#32048;&#12434;&#12487;&#12514;&#30011;&#38754;&#12434;&#20132;&#12360;&#12394;&#12364;&#12425;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;

&#12522;&#12473;&#12488;&#12398;&#20316;&#12426;&#26041;&#12395;&#12424;&#12427;&#36949;&#12356;&#12420;&#12289;NumPy&#12398;&#12513;&#12514;&#12522;&#30906;&#20445;&#12398;&#29366;&#27841;&#12364;&#12431;&#12363;&#12426;&#12414;&#12377;&#12290;&#12373;&#12414;&#12374;&#12414;&#12394;&#12450;&#12454;&#12488;&#12503;&#12483;&#12488;&#26041;&#27861;&#12364;&#12354;&#12426;&#12414;&#12377;&#12398;&#12391;&#12381;&#12428;&#12425;&#12398;&#36949;&#12356;&#12395;&#12388;&#12356;&#12390;&#12418;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;Jupyter Integration&#12418;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12488;&#12540;&#12463;&#12434;&#35211;&#12383;&#12425;&#12289;&#33258;&#36523;&#12398;&#12467;&#12540;&#12489;&#12398;&#12513;&#12514;&#12522;&#29366;&#24907;&#12398;&#35443;&#32048;&#12434;&#30906;&#35469;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32678-memray</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='36907'>Manabu TERADA</person>
                </persons>
                <language>en</language>
                <description>Memray&#12399;&#12289;Python3.11&#12398;&#12522;&#12522;&#12540;&#12473;&#12510;&#12493;&#12540;&#12472;&#12515;&#12540;&#12398;&#12300;Pablo&#27663;&#12301;&#12364;&#38283;&#30330;&#12398;&#20013;&#24515;&#12395;&#12356;&#12427;&#27880;&#30446;&#12398;&#12484;&#12540;&#12523;&#12391;&#12377;&#12290;

&#12487;&#12540;&#12479;&#20998;&#26512;&#12420;&#12471;&#12511;&#12517;&#12524;&#12540;&#12471;&#12519;&#12531;&#12434;&#34892;&#12358;&#38555;&#12395;&#22823;&#12365;&#12394;&#12487;&#12540;&#12479;&#12434;&#20351;&#12358;&#12371;&#12392;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;&#12381;&#12398;&#38555;&#12398;&#12513;&#12514;&#12522;&#29366;&#24907;&#12434;&#35211;&#12427;&#12398;&#12399;&#37325;&#35201;&#12391;&#12377;&#12290;NumPy&#12394;&#12393;&#12398;C&#25313;&#24373;&#12364;&#20351;&#12431;&#12428;&#12390;&#12356;&#12427;&#12521;&#12452;&#12502;&#12521;&#12522;&#12364;&#30906;&#20445;&#12377;&#12427;&#12513;&#12514;&#12522;&#12398;&#29366;&#24907;&#12434;&#35211;&#12427;&#12398;&#12399;&#38627;&#12375;&#12356;&#12391;&#12377;&#12364;&#12289;&#20170;&#22238;&#32057;&#20171;&#12377;&#12427;Memray&#12399;C&#25313;&#24373;&#12434;&#21547;&#12416;Python&#12467;&#12540;&#12489;&#12364;&#23455;&#34892;&#12373;&#12428;&#12383;&#12513;&#12514;&#12522;&#12398;&#29366;&#24907;&#12434;&#35443;&#32048;&#12395;&#12488;&#12524;&#12540;&#12471;&#12531;&#12464;&#12375;&#12414;&#12377;&#12290;
&#12414;&#12383;&#12289;&#23376;&#12503;&#12525;&#12475;&#12473;&#12434;&#29983;&#25104;&#12377;&#12427; `Celery` &#12420; `Gunicorn` &#12394;&#12393;&#12398;&#29366;&#27841;&#12418;&#30906;&#35469;&#12391;&#12365;&#12414;&#12377;&#12290;

## &#12488;&#12540;&#12463;&#12398;&#27969;&#12428;

- &#12513;&#12514;&#12522;&#12503;&#12525;&#12501;&#12449;&#12452;&#12521;&#12392;&#12399;
    - &#24517;&#35201;&#24615;
    - 2&#12388;&#12398;&#25163;&#27861;&#12434;&#32057;&#20171;
    - &#12484;&#12540;&#12523;&#12398;&#32057;&#20171;
    - &#12503;&#12525;&#12501;&#12449;&#12452;&#12522;&#12531;&#12464;&#12398;&#38627;&#12375;&#12373;
- Python&#29992;&#12513;&#12514;&#12522;&#12503;&#12525;&#12501;&#12449;&#12452;&#12521;Memray&#12398;&#32057;&#20171;
- Memray&#12398;&#22522;&#26412;&#30340;&#12394;&#20351;&#12356;&#26041;
    - &#12503;&#12525;&#12501;&#12449;&#12452;&#12523;&#12398;&#23455;&#34892;
    - &#32080;&#26524;&#12398;&#34920;&#31034;
    - &#29694;&#29366;&#12434;&#12521;&#12452;&#12502;&#12391;&#35211;&#12427;
- Python&#12398;&#12467;&#12540;&#12487;&#12451;&#12531;&#12464;&#12395;&#12424;&#12427;&#36949;&#12356;
    - &#12513;&#12514;&#12522;&#12398;&#30906;&#20445;&#29366;&#27841;&#12398;&#36949;&#12356;
    - &#23455;&#34892;&#26178;&#38291;&#12398;&#36949;&#12356;&#12418;&#35211;&#12428;&#12427;
- NumPy&#12434;&#20351;&#12387;&#12383;&#30906;&#35469;
    - &#12513;&#12514;&#12522;&#30906;&#20445;&#12398;&#21487;&#35222;&#21270;
    - C&#25313;&#24373;&#12391;&#12418;&#29366;&#27841;&#12364;&#12365;&#12385;&#12435;&#12392;&#12431;&#12363;&#12427;
- &#19968;&#27497;&#36914;&#12435;&#12384;&#20351;&#12356;&#26041;
    - Jupyter Integration &#12434;&#20351;&#12358;
    - with &#12473;&#12486;&#12540;&#12488;&#12513;&#12531;&#12488;&#12391;&#37096;&#20998;&#30340;&#12395;&#29366;&#24907;&#12434;&#35211;&#12427;
    - pytest limit &#12391;&#12486;&#12473;&#12488;&#12395;&#12513;&#12514;&#12522;&#21046;&#38480;&#12434;&#35373;&#12369;&#12427;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/FHRP3H/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/FHRP3H/feedback/</feedback_url>
            </event>
            <event guid='786f4629-23cd-5fd0-bd23-cb449d678f87' id='31320' code='HUBWPQ'>
                <room>track 3</room>
                <title>Python&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#24375;&#21270;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T13:30:00+09:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>&#12510;&#12452;&#12463;&#12525;&#12469;&#12540;&#12499;&#12473;&#12434;&#12399;&#12376;&#12417;&#12392;&#12377;&#12427;&#22810;&#25968;&#12398;&#12467;&#12531;&#12509;&#12540;&#12493;&#12531;&#12488;&#12391;&#21205;&#20316;&#12377;&#12427;&#12471;&#12473;&#12486;&#12512;&#12364;&#19968;&#33324;&#30340;&#12392;&#12394;&#12427;&#12394;&#12363;&#12289;&#12471;&#12473;&#12486;&#12512;&#12398;&#29366;&#27841;&#12434;&#32032;&#26089;&#12367;&#29702;&#35299;&#12377;&#12427;&#12383;&#12417;&#12398;&#20181;&#32068;&#12415;&#12392;&#12375;&#12390;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12364;&#27880;&#30446;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;
&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#12414;&#12378;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12395;&#12394;&#12380;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12364;&#24517;&#35201;&#12363;&#12289;&#12381;&#12398;&#37325;&#35201;&#24615;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#27425;&#12395;OpenTelemetry&#12434;&#20351;&#12387;&#12390;Python&#35069;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12391;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12434;&#30906;&#20445;&#12377;&#12427;&#26041;&#27861;&#12395;&#12388;&#12356;&#12390;&#32057;&#20171;&#12375;&#12289;&#23455;&#38555;&#12395;&#12393;&#12398;&#12424;&#12358;&#12395;&#21839;&#38988;&#12364;&#35299;&#27770;&#12391;&#12365;&#12427;&#12363;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;&#12371;&#12371;&#12391;OpenTelemetry&#12398;Python&#12394;&#12425;&#12391;&#12399;&#12398;&#27231;&#33021;&#12395;&#12388;&#12356;&#12390;&#12418;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#26368;&#24460;&#12395;&#12289;Python&#35069;&#12469;&#12540;&#12499;&#12473;&#12434;&#38283;&#30330;&#36939;&#29992;&#12377;&#12427;&#38555;&#12395;&#12289;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12395;&#12424;&#12387;&#12390;&#24471;&#12425;&#12428;&#12383;&#12486;&#12524;&#12513;&#12488;&#12522;&#12540;&#12434;&#27963;&#12363;&#12375;&#12390;&#12289;&#38283;&#30330;&#32773;&#12392;&#36939;&#29992;&#25285;&#24403;&#32773;&#12364;&#12289;&#12393;&#12398;&#12424;&#12358;&#12395;&#38283;&#30330;&#36939;&#29992;&#12503;&#12525;&#12475;&#12473;&#12434;&#25913;&#21892;&#12391;&#12365;&#12427;&#12363;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-31320-python</slug>
                <track>Test for development</track>
                
                <persons>
                    <person id='35752'>&#23665;&#21475;&#33021;&#36842;</person>
                </persons>
                <language>en</language>
                <description>&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12399;Python&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#32773;&#12364;&#12289;&#12471;&#12473;&#12486;&#12512;&#12398;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12434;&#30906;&#20445;&#12377;&#12427;&#12383;&#12417;&#12395;&#24517;&#35201;&#12394;&#12371;&#12392;&#12398;&#27010;&#35201;&#12392;&#12289;&#12381;&#12428;&#12395;&#24517;&#35201;&#12394;&#25163;&#32154;&#12365;&#12434;&#29702;&#35299;&#12377;&#12427;&#19978;&#12391;&#12289;&#20986;&#30330;&#28857;&#12392;&#12394;&#12427;&#12475;&#12483;&#12471;&#12519;&#12531;&#12392;&#12394;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;&#12377;&#12391;&#12395;&#21462;&#12426;&#32068;&#12435;&#12391;&#12356;&#12427;&#38283;&#30330;&#32773;&#12398;&#26041;&#12395;&#12392;&#12387;&#12390;&#12418;&#12289;&#29702;&#35299;&#12434;&#25972;&#29702;&#12377;&#12427;&#33391;&#12356;&#12365;&#12387;&#12363;&#12369;&#12392;&#12394;&#12427;&#12371;&#12392;&#12434;&#26399;&#24453;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;

&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12399;&#27425;&#12398;&#12424;&#12358;&#12394;&#27083;&#25104;&#12434;&#32771;&#12360;&#12390;&#12356;&#12414;&#12377;&#12290;
* &#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12392;&#12399;&#12394;&#12395;&#12363;
  * &#23450;&#32681;&#12395;&#12388;&#12356;&#12390;
* &#12486;&#12524;&#12513;&#12488;&#12522;&#12540;&#12398;&#31278;&#39006;&#12395;&#12388;&#12356;&#12390;
  * &#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#32773;&#12398;&#20316;&#26989;&#65288;&#35336;&#35013;&#65289;&#12395;&#12388;&#12356;&#12390;
* OpenTelemetry&#12398;&#32057;&#20171;
  * &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;
  * Python&#12391;&#12398;&#21033;&#29992;&#26041;&#27861;
  * Python&#12394;&#12425;&#12391;&#12399;&#12398;&#33258;&#21205;&#35336;&#35013;
* &#12469;&#12540;&#12499;&#12473;&#12524;&#12505;&#12523;&#30446;&#27161;&#12395;&#12388;&#12356;&#12390;
  * &#23450;&#32681;
  * &#27963;&#29992;&#26041;&#27861;

&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12434;&#32066;&#12360;&#12427;&#38915;&#12395;&#12399;&#12289;&#12471;&#12473;&#12486;&#12512;&#12395;&#12458;&#12502;&#12470;&#12540;&#12496;&#12499;&#12522;&#12486;&#12451;&#12364;&#24517;&#35201;&#12391;&#12354;&#12427;&#12371;&#12392;&#12289;&#12381;&#12375;&#12390;&#12381;&#12398;&#12383;&#12417;&#12395;&#12399;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#32773;&#12398;&#21332;&#21147;&#12364;&#19981;&#21487;&#27424;&#12391;&#12354;&#12427;&#12371;&#12392;&#12289;&#12381;&#12375;&#12390;&#12402;&#12356;&#12390;&#12399;&#12381;&#12428;&#12364;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#12398;&#36895;&#24230;&#12434;&#26089;&#12417;&#12289;&#12471;&#12473;&#12486;&#12512;&#12398;&#12518;&#12540;&#12470;&#12540;&#12395;&#23550;&#12377;&#12427;&#20449;&#38972;&#24615;&#12434;&#39640;&#12417;&#12427;&#12371;&#12392;&#12395;&#32331;&#12364;&#12427;&#12371;&#12392;&#12364;&#29702;&#35299;&#12373;&#12428;&#12427;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/HUBWPQ/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/HUBWPQ/feedback/</feedback_url>
            </event>
            <event guid='420b57e7-300b-54eb-8cf8-bdda7b047d73' id='33069' code='FHTQDR'>
                <room>track 3</room>
                <title>&#12354;&#12394;&#12383;&#12398;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#26412;&#30058;&#12471;&#12473;&#12486;&#12512;&#12391;&#21205;&#12363;&#12377;&#12383;&#12417;&#12395;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T14:10:00+09:00</date>
                <start>14:10</start>
                <duration>00:30</duration>
                <abstract>Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#38283;&#30330;&#12392;&#36939;&#29992;&#12395;&#12362;&#12356;&#12390;&#24517;&#35201;&#12394;&#30693;&#35672;&#12399;&#22810;&#23696;&#12395;&#28193;&#12426;&#12414;&#12377;&#12290;

&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12398;&#20351;&#12356;&#26041;&#12434;&#35226;&#12360;&#12427;&#12371;&#12392;&#12399;&#12418;&#12385;&#12429;&#12435;&#37325;&#35201;&#12391;&#12377;&#12364;&#12289;&#38283;&#30330;&#12375;&#12383;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12399;&#26412;&#30058;&#12471;&#12473;&#12486;&#12512;&#12395;&#12522;&#12522;&#12540;&#12473;&#12375;&#12390;&#23455;&#38555;&#12395;&#31292;&#20685;&#12377;&#12427;&#12371;&#12392;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;  
&#12381;&#12375;&#12390;&#12289;&#12522;&#12522;&#12540;&#12473;&#12375;&#12383;&#12471;&#12473;&#12486;&#12512;&#12399;&#32153;&#32154;&#30340;&#12395;&#36939;&#29992;&#12375;&#12390;&#12356;&#12367;&#24517;&#35201;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#26412;&#30058;&#12471;&#12473;&#12486;&#12512;&#12391;&#12398;&#36939;&#29992;&#12434;&#35211;&#25454;&#12360;&#12383;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#12395;&#24517;&#35201;&#12394;&#30693;&#35672;&#12420;&#21208;&#25152;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33069</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='37235'>Shota Kokado</person>
                </persons>
                <language>en</language>
                <description>Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#38283;&#30330;&#12392;&#36939;&#29992;&#12395;&#12362;&#12356;&#12390;&#24517;&#35201;&#12394;&#30693;&#35672;&#12399;&#22810;&#23696;&#12395;&#28193;&#12426;&#12414;&#12377;&#12290;

&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12398;&#20351;&#12356;&#26041;&#12434;&#35226;&#12360;&#12427;&#12371;&#12392;&#12399;&#12418;&#12385;&#12429;&#12435;&#37325;&#35201;&#12391;&#12377;&#12364;&#12289;&#38283;&#30330;&#12375;&#12383;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12399;&#26412;&#30058;&#12471;&#12473;&#12486;&#12512;&#12395;&#12522;&#12522;&#12540;&#12473;&#12375;&#12390;&#23455;&#38555;&#12395;&#31292;&#20685;&#12377;&#12427;&#12371;&#12392;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;  
&#12381;&#12375;&#12390;&#12289;&#12522;&#12522;&#12540;&#12473;&#12375;&#12383;&#12471;&#12473;&#12486;&#12512;&#12399;&#32153;&#32154;&#30340;&#12395;&#36939;&#29992;&#12375;&#12390;&#12356;&#12367;&#24517;&#35201;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#26412;&#30058;&#12471;&#12473;&#12486;&#12512;&#12391;&#12398;&#36939;&#29992;&#12434;&#35211;&#25454;&#12360;&#12383;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#12395;&#24517;&#35201;&#12394;&#30693;&#35672;&#12420;&#21208;&#25152;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;

&#20027;&#12395;&#21021;&#32026;&#65374;&#20013;&#32026;&#12398;&#12456;&#12531;&#12472;&#12491;&#12450;&#21521;&#12369;&#12434;&#24819;&#23450;&#12375;&#12390;&#12356;&#12414;&#12377;&#12364;&#12289;&#29305;&#12395;&#21021;&#23398;&#32773;&#12398;&#26041;&#12395;&#12392;&#12387;&#12390;&#12399;&#20013;&#32026;&#12408;&#12473;&#12486;&#12483;&#12503;&#12450;&#12483;&#12503;&#12391;&#12365;&#12427;&#31992;&#21475;&#12395;&#12394;&#12427;&#12363;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;  
&#36884;&#20013;&#12391;&#32057;&#20171;&#12377;&#12427;&#12469;&#12531;&#12503;&#12523;&#12467;&#12540;&#12489;&#12395;&#12399;Django&#12434;&#20363;&#12395;&#29992;&#12356;&#12414;&#12377;&#12364;&#12289;&#29305;&#23450;&#12398;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12395;&#20381;&#23384;&#12375;&#12394;&#12356;&#27726;&#29992;&#30340;&#12394;&#20869;&#23481;&#12392;&#12394;&#12427;&#12424;&#12358;&#12395;&#27880;&#24847;&#12375;&#12414;&#12377;&#12290;

- &#23455;&#35013;
  - ORM
  - &#12486;&#12473;&#12488;
  - &#12456;&#12521;&#12540;&#12495;&#12531;&#12489;&#12522;&#12531;&#12464;
- &#35373;&#23450;&#12501;&#12449;&#12452;&#12523;
  - &#12475;&#12461;&#12517;&#12522;&#12486;&#12451;
  - &#29872;&#22659;&#12398;&#20351;&#12356;&#20998;&#12369;
  - &#12525;&#12462;&#12531;&#12464;
- &#12473;&#12465;&#12540;&#12521;&#12499;&#12522;&#12486;&#12451;
- &#12381;&#12398;&#20182;
  - &#12467;&#12531;&#12486;&#12490;&#21270;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/FHTQDR/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/FHTQDR/feedback/</feedback_url>
            </event>
            <event guid='dad3f812-45ea-58aa-938a-8bca0c0f3ab6' id='32768' code='NGSQMV'>
                <room>track 3</room>
                <title>Python&#12384;&#12369;&#12391;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#33258;&#21205;&#29983;&#25104; &#12316;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12539;&#32068;&#21512;&#12379;&#25506;&#32034;&#12539;Web&#12450;&#12503;&#12522;&#38283;&#30330;&#12316;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T15:20:00+09:00</date>
                <start>15:20</start>
                <duration>00:30</duration>
                <abstract>&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#33258;&#21205;&#29983;&#25104;&#12377;&#12427;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#38988;&#26448;&#12395;&#12289;API&#21628;&#12403;&#20986;&#12375;&#12539;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12539;&#32068;&#21512;&#12379;&#25506;&#32034;&#12539;&#21487;&#35222;&#21270;&#12394;&#12393;&#22810;&#27096;&#12394;&#20966;&#29702;&#12434;&#25163;&#36605;&#12395;&#23455;&#35013;&#12391;&#12365;&#12427;Python&#12398;&#24540;&#29992;&#24615;&#12398;&#39640;&#12373;&#12434;&#22577;&#21578;&#12377;&#12427;&#12290;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12363;&#12425;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12398;&#35299;&#12392;&#12375;&#12390;&#36969;&#20999;&#12394;&#21336;&#35486;&#12392;&#12381;&#12398;&#35500;&#26126;&#12434;&#25277;&#20986;&#12377;&#12427;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12497;&#12540;&#12488;&#12392;&#12289;&#20837;&#21147;&#12373;&#12428;&#12383;&#21336;&#35486;&#12363;&#12425;&#30683;&#30462;&#12398;&#28961;&#12356;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#29983;&#25104;&#12377;&#12427;&#25506;&#32034;&#12497;&#12540;&#12488;&#12434;&#20840;&#12390;Python&#12391;&#35352;&#36848;&#12375;&#12383;&#12290;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12497;&#12540;&#12488;&#12391;&#12399;&#35352;&#20107;&#24773;&#22577;&#12434;&#21462;&#24471;&#12377;&#12427;API&#12434;&#21628;&#12403;&#20986;&#12375;&#12289;&#35501;&#12415;&#20206;&#21517;&#20184;&#19982;&#12420;&#24418;&#24907;&#32032;&#35299;&#26512;&#12394;&#12393;&#12398;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#27963;&#29992;&#12377;&#12427;&#12290;&#25506;&#32034;&#12497;&#12540;&#12488;&#12391;&#12399;&#12289;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12398;&#12524;&#12452;&#12450;&#12454;&#12488;&#12434;&#35373;&#35336;&#12377;&#12427;&#32068;&#21512;&#12379;&#25506;&#32034;&#12434;&#23455;&#35013;&#12375;&#12383;&#12290;&#12373;&#12425;&#12395;&#12289;&#12371;&#12428;&#12425;&#12398;&#20966;&#29702;&#12398;&#21487;&#35222;&#21270;&#12395;&#12399;&#12289;Python&#12398;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12391;&#12354;&#12427;Streamlit&#12434;&#29992;&#12356;&#12390;&#12356;&#12427;&#12290;&#30330;&#34920;&#12391;&#12399;&#12289;&#12487;&#12514;&#12434;&#20132;&#12360;&#12394;&#12364;&#12425;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#32057;&#20171;&#12375;&#12289;&#38283;&#30330;&#12395;&#12362;&#12369;&#12427;&#30693;&#35211;&#12434;&#20849;&#26377;&#12377;&#12427;&#12290;</abstract>
                <slug>pyconapac2023-32768-python---web</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='36994'>&#39340;&#23947;&#28023;&#26007;</person>
                </persons>
                <language>en</language>
                <description>&#26412;&#35611;&#28436;&#12391;&#12399;&#12289;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12434;&#20837;&#21147;&#12392;&#12375;&#12390;&#12498;&#12531;&#12488;&#20184;&#12365;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#33258;&#21205;&#29983;&#25104;&#12377;&#12427;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#32057;&#20171;&#12377;&#12427;&#12290;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#20869;&#12391;&#12399;API&#12398;&#21628;&#12403;&#20986;&#12375;&#12289;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12289;&#32068;&#21512;&#12379;&#25506;&#32034;&#12289;&#21487;&#35222;&#21270;&#12394;&#12393;&#12398;&#35079;&#25968;&#12398;&#35079;&#38609;&#12394;&#20966;&#29702;&#12364;&#23455;&#34892;&#12373;&#12428;&#12427;&#12364;&#12289;&#20840;&#12390;Python&#12391;&#23455;&#35013;&#12373;&#12428;&#12390;&#12356;&#12427;&#12290;&#12487;&#12514;&#12434;&#20132;&#12360;&#12383;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#32057;&#20171;&#12395;&#12424;&#12387;&#12390;&#12289;Python&#12398;&#24540;&#29992;&#21487;&#33021;&#24615;&#12289;&#23455;&#29694;&#21487;&#33021;&#12394;&#20966;&#29702;&#12398;&#22810;&#27096;&#24615;&#12289;&#25163;&#36605;&#12373;&#12395;&#12388;&#12356;&#12390;&#30330;&#20449;&#12377;&#12427;&#12290;

&#26412;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#20316;&#25104;&#12375;&#12383;&#32972;&#26223;&#12392;&#12375;&#12390;&#12289;&#35611;&#24107;&#12364;&#25152;&#23646;&#12377;&#12427;&#12491;&#12517;&#12540;&#12473;&#12513;&#12487;&#12451;&#12450;&#26989;&#30028;&#12395;&#12362;&#12369;&#12427;&#12497;&#12474;&#12523;&#12398;&#24441;&#21106;&#12398;&#22823;&#12365;&#12373;&#12364;&#12354;&#12427;&#12290;&#29305;&#12395;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12399;&#20154;&#27671;&#12398;&#12467;&#12531;&#12486;&#12531;&#12484;&#12391;&#12354;&#12426;&#12289;&#22810;&#12367;&#12398;&#12491;&#12517;&#12540;&#12473;&#12513;&#12487;&#12451;&#12450;&#12364;&#25522;&#36617;&#12375;&#12390;&#12356;&#12427;&#12290;&#12300;&#39015;&#23458;&#12395;&#21512;&#12431;&#12379;&#12383;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#33258;&#21205;&#12391;&#29983;&#25104;&#12391;&#12365;&#12428;&#12400;&#12289;&#12424;&#12426;&#39015;&#23458;&#12398;&#28288;&#36275;&#24230;&#12434;&#39640;&#12417;&#12425;&#12428;&#12427;&#12301;&#12392;&#12356;&#12358;&#20206;&#35500;&#12398;&#12418;&#12392;&#12289;&#26412;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#20316;&#25104;&#12375;&#12383;&#12290;

&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12399;&#35079;&#25968;&#12398;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12434;&#20837;&#21147;&#12392;&#12375;&#12390;&#12289;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#20869;&#12398;&#21336;&#35486;&#12434;&#21547;&#12416;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12392;&#21508;&#21336;&#35486;&#12398;&#12498;&#12531;&#12488;&#12434;&#33258;&#21205;&#12391;&#20986;&#21147;&#12375;&#12289;&#34920;&#31034;&#12377;&#12427;&#12290;&#20837;&#21147;&#12377;&#12427;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12434;&#12289;&#39015;&#23458;&#12364;&#38322;&#35239;&#12375;&#12383;&#35352;&#20107;&#12289;&#26397;&#21002;&#12398;&#19968;&#38754;&#12398;&#35352;&#20107;&#12289;&#29305;&#23450;&#12398;&#12472;&#12515;&#12531;&#12523;&#12398;&#35352;&#20107;&#12394;&#12393;&#12395;&#38480;&#23450;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#27096;&#12293;&#12394;&#12467;&#12531;&#12475;&#12503;&#12488;&#12398;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#33258;&#21205;&#29983;&#25104;&#12391;&#12365;&#12427;&#12290;

&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12399;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12497;&#12540;&#12488;&#12392;&#25506;&#32034;&#12497;&#12540;&#12488;&#12395;&#20998;&#12363;&#12428;&#12390;&#12356;&#12427;&#12290;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12497;&#12540;&#12488;&#12391;&#12399;&#12414;&#12378;&#12289;&#35352;&#20107;&#24773;&#22577;&#12434;&#21462;&#24471;&#12377;&#12427;API&#12434;&#21628;&#12403;&#20986;&#12375;&#12390;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12398;&#25991;&#31456;&#12487;&#12540;&#12479;&#12434;&#21462;&#24471;&#12377;&#12427;&#12290;API&#12398;&#21628;&#12403;&#20986;&#12375;&#12289;&#35469;&#35388;&#12395;&#12399;requests&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#29992;&#12356;&#12390;&#12356;&#12427;&#12290;&#27425;&#12395;&#12289;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12398;&#35299;&#12392;&#12375;&#12390;&#36969;&#20999;&#12394;&#21336;&#35486;&#12392;&#12381;&#12398;&#35500;&#26126;&#12434;&#25277;&#20986;&#12377;&#12427;&#12290;&#12371;&#12398;&#20966;&#29702;&#12395;&#12399;re, spacy, pykakasi, jaconv&#12394;&#12393;&#12398;&#22810;&#12367;&#12398;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#29992;&#12356;&#12390;&#12356;&#12427;&#12290;&#25506;&#32034;&#12497;&#12540;&#12488;&#12391;&#12399;&#12289;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12497;&#12540;&#12488;&#12391;&#25277;&#20986;&#12373;&#12428;&#12383;&#21336;&#35486;&#12395;&#21152;&#12360;&#12289;wikipedia&#12394;&#12393;&#12398;&#22806;&#37096;&#12477;&#12540;&#12473;&#12398;&#21336;&#35486;&#12418;&#20837;&#21147;&#12392;&#12375;&#12390;&#12289;&#30683;&#30462;&#12398;&#28961;&#12356;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12434;&#29983;&#25104;&#12377;&#12427;&#12290;&#12371;&#12398;&#29983;&#25104;&#12395;&#12399;&#28145;&#12373;&#20778;&#20808;&#25506;&#32034;&#12398;&#19968;&#31278;&#12391;&#12354;&#12427;&#12496;&#12483;&#12463;&#12488;&#12521;&#12483;&#12461;&#12531;&#12464;&#12434;&#12505;&#12540;&#12473;&#12392;&#12375;&#12383;&#12450;&#12523;&#12468;&#12522;&#12474;&#12512;&#12364;&#25505;&#29992;&#12373;&#12428;&#12390;&#12362;&#12426;&#12289;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12363;&#12425;&#25277;&#20986;&#12373;&#12428;&#12383;&#21336;&#35486;&#12434;&#22810;&#12367;&#21547;&#12416;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12364;&#29983;&#25104;&#12373;&#12428;&#12427;&#12290;&#12450;&#12523;&#12468;&#12522;&#12474;&#12512;&#12399;&#23398;&#34899;&#35542;&#25991;&#12434;&#21442;&#32771;&#12395;&#12289;&#26412;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#35373;&#23450;&#12395;&#21512;&#12431;&#12379;&#12390;&#22793;&#26356;&#12375;&#12383;&#12418;&#12398;&#12434;Python&#12391;&#23455;&#35013;&#12375;&#12383;&#12290;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#20840;&#20307;&#12399;Python&#12398;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#20316;&#25104;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12391;&#12354;&#12427;Streamlit&#12395;&#12424;&#12387;&#12390;&#23455;&#35013;&#12373;&#12428;&#12390;&#12356;&#12427;&#12290;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12398;&#12469;&#12452;&#12474;&#12420;&#21462;&#24471;&#12377;&#12427;&#12491;&#12517;&#12540;&#12473;&#35352;&#20107;&#12398;&#12472;&#12515;&#12531;&#12523;&#12394;&#12393;&#12398;&#12497;&#12521;&#12513;&#12540;&#12479;&#12540;&#12434;&#31777;&#21336;&#12395;&#22793;&#26356;&#12391;&#12365;&#12289;&#12463;&#12525;&#12473;&#12527;&#12540;&#12489;&#12497;&#12474;&#12523;&#12398;&#29983;&#25104;&#36942;&#31243;&#12434;&#12452;&#12531;&#12479;&#12521;&#12463;&#12486;&#12451;&#12502;&#12395;&#34920;&#31034;&#12391;&#12365;&#12427;&#12290;

&#38283;&#30330;&#12395;&#12362;&#12369;&#12427;&#35506;&#38988;&#12392;&#12375;&#12390;&#12289;1. &#22810;&#27096;&#12394;&#20966;&#29702;&#12434;&#23455;&#35013;&#12377;&#12427;&#24517;&#35201;&#12364;&#12354;&#12427; 2. &#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#23455;&#35013;&#12395;&#21106;&#12367;&#12371;&#12392;&#12398;&#12391;&#12365;&#12427;&#26178;&#38291;&#12364;&#38480;&#12425;&#12428;&#12390;&#12356;&#12427; &#12392;&#12356;&#12358;2&#28857;&#12364;&#12354;&#12387;&#12383;&#12290;Python&#12398;&#12415;&#12391;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#23455;&#35013;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#12371;&#12428;&#12425;&#12398;&#35506;&#38988;&#12434;&#35299;&#27770;&#12375;&#12383;&#12290;1&#28857;&#30446;&#12395;&#12388;&#12356;&#12390;&#12399;&#12289;Python&#12398;&#35914;&#23500;&#12394;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#27963;&#29992;&#12375;&#12390;&#23550;&#20966;&#12375;&#12383;&#12290;&#20840;&#12390;&#12398;&#20966;&#29702;&#12434;&#21516;&#19968;&#35328;&#35486;&#12391;&#35352;&#36848;&#12377;&#12427;&#12371;&#12392;&#12399;&#12289;&#20966;&#29702;&#12398;&#38598;&#32004;&#12364;&#31777;&#21336;&#12395;&#12394;&#12427;&#12392;&#12356;&#12358;&#12513;&#12522;&#12483;&#12488;&#12418;&#12354;&#12427;&#12290;2&#28857;&#30446;&#12395;&#12388;&#12356;&#12390;&#12399;&#12289;Streamlit&#12434;&#29992;&#12356;&#12427;&#12371;&#12392;&#12391;&#25163;&#36605;&#12395;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#20316;&#25104;&#12375;&#12383;&#12290;&#21487;&#35222;&#21270;&#12414;&#12391;&#12398;&#23455;&#35013;&#26399;&#38291;&#12434;&#30701;&#12367;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#21177;&#29575;&#30340;&#12395;&#12501;&#12451;&#12540;&#12489;&#12496;&#12483;&#12463;&#12434;&#24471;&#12390;&#25913;&#21892;&#12391;&#12365;&#12383;&#12290;

&#30330;&#34920;&#12398;&#27083;&#25104;&#12399;&#20197;&#19979;&#12398;&#36890;&#12426;&#12391;&#12354;&#12427;&#12290;&#23566;&#20837;&#12391;&#12399;&#12289;&#30330;&#34920;&#12398;&#20840;&#20307;&#20687;&#12539;&#30446;&#30340;&#12392;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12434;&#20316;&#25104;&#12375;&#12383;&#32972;&#26223;&#12539;&#12514;&#12481;&#12505;&#12540;&#12471;&#12519;&#12531;&#12395;&#12388;&#12356;&#12390;&#35500;&#26126;&#12375;&#12383;&#24460;&#12289;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#27010;&#35201;&#12434;&#12487;&#12514;&#12434;&#20132;&#12360;&#12394;&#12364;&#12425;&#32057;&#20171;&#12377;&#12427;&#12290;&#27425;&#12395;&#12289;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#12450;&#12540;&#12461;&#12486;&#12463;&#12481;&#12515;&#12392;&#20869;&#37096;&#12391;&#23455;&#34892;&#12373;&#12428;&#12390;&#12356;&#12427;&#20966;&#29702;&#12395;&#12388;&#12356;&#12390;&#12289;&#38306;&#36899;&#12377;&#12427;Python&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#20013;&#24515;&#12395;&#35299;&#35500;&#12377;&#12427;&#12290;&#12381;&#12375;&#12390;&#12289;&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#38283;&#30330;&#12398;&#38283;&#30330;&#32773;&#20307;&#39443;&#12395;&#12388;&#12356;&#12390;&#12289;Python&#12398;&#12415;&#12391;&#38283;&#30330;&#12375;&#12383;&#24863;&#24819;&#12289;&#25391;&#12426;&#36820;&#12426;&#12434;&#20013;&#24515;&#12395;&#32057;&#20171;&#12377;&#12427;&#12290;

&#23566;&#20837;&#65288;2min&#65289;
- &#33258;&#24049;&#32057;&#20171;
- &#30330;&#34920;&#12398;&#20840;&#20307;&#20687;&#12539;&#30446;&#30340;
&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#27010;&#35201;&#65288;10min&#65289;
- &#12487;&#12514;&#12531;&#12473;&#12488;&#12524;&#12540;&#12471;&#12519;&#12531;
- &#20316;&#25104;&#12375;&#12383;&#32972;&#26223;&#12539;&#12514;&#12481;&#12505;&#12540;&#12471;&#12519;&#12531;
- &#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#35500;&#26126;
&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#35443;&#32048;&#65288;9min&#65289;
- &#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#12450;&#12540;&#12461;&#12486;&#12463;&#12481;&#12515;
- &#12381;&#12428;&#12382;&#12428;&#12398;&#20966;&#29702;&#12395;&#12388;&#12356;&#12390;
  - API&#21628;&#12403;&#20986;&#12375;
  - &#33258;&#28982;&#35328;&#35486;&#20966;&#29702;
  - &#32068;&#21512;&#12379;&#25506;&#32034;
- Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12395;&#12388;&#12356;&#12390;
&#38283;&#30330;&#32773;&#20307;&#39443;&#65288;4min&#65289;
- Python&#12398;&#12415;&#12391;&#12398;&#38283;&#30330;&#12395;&#12388;&#12356;&#12390;
  - &#12521;&#12452;&#12502;&#12521;&#12522;&#12398;&#35914;&#23500;&#12373;
  - &#25163;&#36605;&#12373;
  - &#12467;&#12511;&#12517;&#12491;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#21462;&#12426;&#12420;&#12377;&#12373;
- &#20170;&#24460;&#12398;&#23637;&#26395;
- &#12414;&#12392;&#12417;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://arxiv.org/abs/2308.04688">&#26412;&#30330;&#34920;&#12398;Web&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#35443;&#32048;&#12394;&#12450;&#12523;&#12468;&#12522;&#12474;&#12512;&#12289;&#20869;&#37096;&#20966;&#29702;&#12395;&#12388;&#12356;&#12390;&#12398;&#35542;&#25991;</link>
                </links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/NGSQMV/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/NGSQMV/feedback/</feedback_url>
            </event>
            <event guid='6177efbe-6b00-5832-96ae-11189a4ae5b0' id='33027' code='ENA9YT'>
                <room>track 3</room>
                <title>FinTech&#12398;&#29694;&#22580;&#12391;&#12496;&#12522;&#12496;&#12522;&#27963;&#36493;&#12377;&#12427;FastAPI&#12398;&#29702;&#24819;&#12392;&#29694;&#23455;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T16:00:00+09:00</date>
                <start>16:00</start>
                <duration>00:30</duration>
                <abstract>&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#12300;FinTech&#12398;&#29694;&#22580;&#12391;FastAPI&#12364;&#12393;&#12398;&#12424;&#12358;&#12395;&#20351;&#12431;&#12428;&#12390;&#12356;&#12427;&#12363;&#12301;&#12398;&#29702;&#24819;&#12392;&#29694;&#23455;&#12434;&#12362;&#23626;&#12369;&#12375;&#12414;&#12377;&#12290;&#29702;&#24819;&#30340;&#12394;&#23039;&#12399;&#12354;&#12428;&#12393;&#12289;&#26989;&#21209;&#12391;&#12399;&#12373;&#12376;&#21152;&#28187;&#12391;&#29694;&#23455;&#30340;&#12394;&#12420;&#12426;&#26041;&#12434;&#25505;&#29992;&#12377;&#12427;&#12371;&#12392;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;&#12381;&#12398;&#12356;&#12356;&#22633;&#26757;&#12434;&#12362;&#20253;&#12360;&#12377;&#12427;&#12388;&#12418;&#12426;&#12391;&#12377;&#12290;

2023&#24180;&#30330;&#22770;&#12398;&#12300;&#21205;&#12363;&#12375;&#12390;&#23398;&#12406;&#65281;Python FastAPI&#38283;&#30330;&#20837;&#38272;&#12301;&#12391;&#12399;&#23455;&#21209;&#12391;&#20351;&#12360;&#12427;FastAPI&#12398;&#12486;&#12463;&#12491;&#12483;&#12463;&#12434;&#32057;&#20171;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#26412;&#12395;&#12399;&#30427;&#12426;&#36796;&#12415;&#12365;&#12428;&#12394;&#12363;&#12387;&#12383;&#12371;&#12428;&#12363;&#12425;FastAPI&#12434;&#20351;&#12387;&#12390;&#12415;&#12383;&#12356;&#12392;&#24605;&#12387;&#12390;&#12356;&#12427;&#26041;&#12420;&#12289;&#36939;&#29992;&#12434;&#22987;&#12417;&#12383;&#12400;&#12363;&#12426;&#12398;&#26041;&#12395;&#12289;&#29694;&#22580;&#12398;&#32908;&#24863;&#12420;&#36499;&#12365;&#12509;&#12452;&#12531;&#12488;&#12434;&#30693;&#12387;&#12390;&#12356;&#12383;&#12384;&#12369;&#12428;&#12400;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33027-fintechfastapi</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='37194'>Sho Nakamura</person>
                </persons>
                <language>en</language>
                <description>FastAPI&#12398;&#20154;&#27671;&#12364;&#26085;&#12395;&#26085;&#12395;&#22679;&#12375;&#12390;&#12356;&#12427;&#26152;&#20170;&#12391;&#12377;&#12364;&#12289;&#12414;&#12384;&#12414;&#12384;&#12300;&#20182;&#12398;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#12391;&#12356;&#12356;&#12376;&#12419;&#12435;&#12301;&#12300;&#26412;&#24403;&#12395;&#26412;&#30058;&#25237;&#20837;&#12375;&#12390;&#22823;&#19976;&#22827;&#65311;&#12301;&#12394;&#12393;&#27096;&#12293;&#12394;&#24605;&#12356;&#12391;&#23566;&#20837;&#12434;&#12383;&#12417;&#12425;&#12387;&#12390;&#12356;&#12427;&#26041;&#12418;&#22810;&#12356;&#12363;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;
&#29702;&#24819;&#30340;&#12394;&#23039;&#12399;&#12354;&#12428;&#12393;&#12289;&#29694;&#23455;&#30340;&#12395;&#12399;&#29702;&#24819;&#12434;&#36861;&#12356;&#36942;&#12366;&#12427;&#12392;&#28310;&#20633;&#12420;&#12513;&#12531;&#12486;&#12490;&#12531;&#12473;&#12398;&#12467;&#12473;&#12488;&#12364;&#39640;&#12377;&#12366;&#12358;&#12414;&#12367;&#12356;&#12363;&#12394;&#12356;&#12371;&#12392;&#12418;&#12354;&#12426;&#12414;&#12377;&#12290;&#12381;&#12398;&#12383;&#12417;&#12289;&#12354;&#12427;&#31243;&#24230;&#12398;&#22949;&#21332;&#12434;&#12375;&#12390;&#38283;&#30330;&#12539;&#36939;&#29992;&#12375;&#12390;&#12356;&#12367;&#12371;&#12392;&#12395;&#12394;&#12426;&#12414;&#12377;&#12364;&#12289;&#8221;&#12467;&#12473;&#12497;&#8221;&#12398;&#12356;&#12356;&#22633;&#26757;&#12434;&#12362;&#23626;&#12369;&#12375;&#12414;&#12377;&#12290;

&#31169;&#12399;&#12289;&#26085;&#38915;FinTech&#12392;&#12356;&#12358;&#12511;&#12483;&#12471;&#12519;&#12531;&#12463;&#12522;&#12486;&#12451;&#12459;&#12523;&#12394;&#12489;&#12513;&#12452;&#12531;&#12395;&#12362;&#12356;&#12390;FastAPI&#12434;&#12363;&#12428;&#12371;&#12428;&#65298;&#24180;&#20197;&#19978;&#36939;&#29992;&#12375;&#12390;&#12362;&#12426;&#12289;&#12381;&#12398;&#29694;&#22580;&#12363;&#12425;&#12398;&#38283;&#30330;&#12398;&#29694;&#23455;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;&#12371;&#12428;&#12394;&#12425;FastAPI&#12434;&#23455;&#21209;&#12391;&#20351;&#12360;&#12381;&#12358;&#12384;&#12394;&#12289;&#12392;&#12356;&#12358;&#23455;&#24863;&#12434;&#25265;&#12356;&#12390;&#24112;&#12387;&#12390;&#12356;&#12383;&#12384;&#12365;&#12383;&#12356;&#12392;&#24605;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;
&#21516;&#12376;&#24605;&#12356;&#12391;&#12289;&#12300;&#21205;&#12363;&#12375;&#12390;&#23398;&#12406;&#65281;Python FastAPI&#38283;&#30330;&#20837;&#38272;&#12301;&#12392;&#12356;&#12358;&#26412;&#12434;&#20170;&#24180;&#20986;&#29256;&#12375;&#12414;&#12375;&#12383;&#12290;&#26412;&#12391;&#12399;&#20307;&#31995;&#30340;&#12395;&#23398;&#12409;&#12427;&#12424;&#12358;&#12395;&#12377;&#12427;&#12383;&#12417;&#30427;&#12426;&#36796;&#12417;&#12394;&#12363;&#12387;&#12383;Tips&#12418;&#12356;&#12367;&#12388;&#12363;&#12354;&#12426;&#12289;&#12371;&#12398;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12418;&#23569;&#12375;&#35302;&#12428;&#12390;&#12356;&#12367;&#20104;&#23450;&#12391;&#12377;&#12290;

&#12304;&#12488;&#12540;&#12463;&#20869;&#23481;&#12305;

- &#21069;&#21322;&#65288;&#22522;&#30990;&#32232;&#65289;&#65306;FastAPI&#12398;&#33391;&#12356;&#12392;&#12371;&#12429;&#12434;&#12469;&#12463;&#12483;&#12392;&#23398;&#32722;
&#12288;- &#24819;&#23450;&#12377;&#12427;&#12458;&#12540;&#12487;&#12451;&#12456;&#12531;&#12473;
&#12288;&#12288;- FastAPI&#12434;&#20351;&#12387;&#12390;&#12415;&#12383;&#12356;&#12369;&#12393;&#12414;&#12384;&#12488;&#12521;&#12452;&#12391;&#12365;&#12390;&#12356;&#12394;&#12356;&#26041;
- &#24460;&#21322;&#65288;&#24540;&#29992;&#32232;&#65289;&#65306;FastAPI&#12364;&#12300;FinTech&#12301;&#12300;&#12473;&#12479;&#12540;&#12488;&#12450;&#12483;&#12503;&#12301;&#12391;&#12393;&#12358;&#20351;&#12431;&#12428;&#12390;&#12356;&#12427;&#12363;&#12398;&#19968;&#20363;&#12434;&#12372;&#32057;&#20171;
&#12288;- &#24819;&#23450;&#12377;&#12427;&#12458;&#12540;&#12487;&#12451;&#12456;&#12531;&#12473;
&#12288;&#12288;- FastAPI&#12395;&#20837;&#38272;&#12375;&#12390;&#12415;&#12383;&#12369;&#12393;&#12289;&#26989;&#21209;&#12391;&#26412;&#30058;&#29872;&#22659;&#12408;&#12398;&#25237;&#20837;&#12414;&#12391;&#12395;&#12399;&#33267;&#12387;&#12390;&#12356;&#12394;&#12356;&#26041;
&#12288;&#12288;- FastAPI&#12434;&#26412;&#30058;&#29872;&#22659;&#12391;&#20351;&#12387;&#12390;&#12356;&#12427;&#12364;&#12289;FinTech&#12391;&#12393;&#12358;&#20351;&#12431;&#12428;&#12390;&#12356;&#12427;&#12363;&#35023;&#20596;&#12434;&#30693;&#12387;&#12390;&#12415;&#12383;&#12356;&#26041;

&#12304;&#12450;&#12472;&#12455;&#12531;&#12480;&#12305;

- &#22522;&#30990;&#32232;
&#12288;- &#12393;&#12435;&#12394;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;&#65311;
&#12288;- FastAPI&#12399;&#12393;&#12358;&#21205;&#12356;&#12390;&#12356;&#12427;&#12363;&#65311;
&#12288;- &#12509;&#12452;&#12531;&#12488;&#65297;&#65306;&#22411;&#23433;&#20840;
&#12288;- &#12509;&#12452;&#12531;&#12488;&#65298;&#65306;Swagger UI&#12398;&#33258;&#21205;&#29983;&#25104;
&#12288;- &#12509;&#12452;&#12531;&#12488;&#65299;&#65306;&#39640;&#36895;
- &#24540;&#29992;&#32232;
&#12288;- &#37329;&#34701;&#12391;Python&#12387;&#12390;&#22823;&#19976;&#22827;&#12394;&#12398;&#65311;
&#12288;- &#12450;&#12540;&#12461;&#12486;&#12463;&#12481;&#12515;&#12398;&#32057;&#20171;
&#12288;- &#22411;&#12498;&#12531;&#12488;
&#12288;- Tips&#65306;&#25968;&#20516;&#35336;&#31639;
&#12288;- Swagger UI
&#12288;- &#38750;&#21516;&#26399;&#21270;
&#12288;- Tips&#65306;&#12456;&#12521;&#12540;&#12495;&#12531;&#12489;&#12522;&#12531;&#12464;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/ENA9YT/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/ENA9YT/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 4' guid='1e20d807-de53-524f-8eec-65d7127186e7'>
            <event guid='8dd4871b-8482-5ce3-a7ba-cb1f1bbf9514' id='32807' code='QEHREX'>
                <room>track 4</room>
                <title>Python&#12391;&#19968;&#27497;&#36367;&#12415;&#20986;&#12377;&#12496;&#12452;&#12490;&#12522;&#12398;&#19990;&#30028;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T11:45:00+09:00</date>
                <start>11:45</start>
                <duration>00:30</duration>
                <abstract>&#12467;&#12531;&#12500;&#12517;&#12540;&#12479;&#12398;&#19990;&#30028;&#12399;&#12476;&#12525;&#12392;&#12452;&#12481;&#12391;&#25104;&#12426;&#31435;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12371;&#12398;&#25991;&#31456;&#12418;Python&#12398;&#12525;&#12468;&#30011;&#20687;&#12418;&#12415;&#12394;&#12373;&#12435;&#12364;&#26360;&#12356;&#12390;&#12356;&#12427;&#12503;&#12525;&#12464;&#12521;&#12512;&#12418;&#12377;&#12409;&#12390;&#12476;&#12525;&#12392;&#12452;&#12481;&#12391;&#34920;&#29694;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;

&#12392;&#12356;&#12358;&#12371;&#12392;&#12399;&#12415;&#12394;&#12373;&#12435;&#30693;&#12387;&#12390;&#12356;&#12427;&#12391;&#12375;&#12423;&#12358;&#12290;  
&#12375;&#12363;&#12375;&#12289;&#12381;&#12398;&#12371;&#12392;&#12434;&#24847;&#35672;&#12375;&#12383;&#12371;&#12392;&#12364;&#12394;&#12363;&#12387;&#12383;&#12426;&#12289;&#12300;&#12496;&#12452;&#12490;&#12522;&#12301;&#12420;&#12300;&#12496;&#12452;&#12488;&#21015;&#12301;&#12392;&#12356;&#12358;&#35328;&#33865;&#12395;&#33510;&#25163;&#24847;&#35672;&#12434;&#24863;&#12376;&#12427;&#26041;&#12418;&#22810;&#12356;&#12398;&#12391;&#12399;&#12394;&#12356;&#12391;&#12375;&#12423;&#12358;&#12363;&#12290;

&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;Python&#12398;&#23550;&#35441;&#12514;&#12540;&#12489;&#12420;print()&#12289;struct&#12514;&#12472;&#12517;&#12540;&#12523;&#12394;&#12393;&#12434;&#20351;&#12387;&#12390;&#12496;&#12452;&#12490;&#12522;&#12398;&#19990;&#30028;&#12434;&#35223;&#12356;&#12390;&#12415;&#12414;&#12377;&#12290;

&#12496;&#12452;&#12490;&#12522;&#12395;&#24931;&#12428;&#12427;&#12392;&#12424;&#12426;&#28145;&#12367;&#12467;&#12531;&#12500;&#12517;&#12540;&#12479;&#12434;&#30693;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12289;&#30446;&#12398;&#21069;&#12398;&#19990;&#30028;&#12364;&#19968;&#27671;&#12395;&#24195;&#12364;&#12426;&#12414;&#12377;&#12290;
&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12434;&#36890;&#12376;&#12390;&#12289;&#12381;&#12398;&#26368;&#21021;&#12398;&#19968;&#27497;&#12434;&#36367;&#12415;&#20986;&#12375;&#12414;&#12375;&#12423;&#12358;&#12290;</abstract>
                <slug>pyconapac2023-32807-python</slug>
                <track>Others</track>
                
                <persons>
                    <person id='37031'>Rei Suyama</person>
                </persons>
                <language>en</language>
                <description>&#12467;&#12531;&#12500;&#12517;&#12540;&#12479;&#12398;&#19990;&#30028;&#12399;&#12476;&#12525;&#12392;&#12452;&#12481;&#12391;&#25104;&#12426;&#31435;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12371;&#12398;&#25991;&#31456;&#12418;Python&#12398;&#12525;&#12468;&#30011;&#20687;&#12418;&#12415;&#12394;&#12373;&#12435;&#12364;&#26360;&#12356;&#12390;&#12356;&#12427;&#12503;&#12525;&#12464;&#12521;&#12512;&#12418;&#12377;&#12409;&#12390;&#12476;&#12525;&#12392;&#12452;&#12481;&#12391;&#34920;&#29694;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;

&#12392;&#12356;&#12358;&#12371;&#12392;&#12399;&#12415;&#12394;&#12373;&#12435;&#30693;&#12387;&#12390;&#12356;&#12427;&#12391;&#12375;&#12423;&#12358;&#12290;  
&#12375;&#12363;&#12375;&#12289;&#12381;&#12398;&#12371;&#12392;&#12434;&#24847;&#35672;&#12375;&#12383;&#12371;&#12392;&#12364;&#12394;&#12363;&#12387;&#12383;&#12426;&#12289;&#12300;&#12496;&#12452;&#12490;&#12522;&#12301;&#12420;&#12300;&#12496;&#12452;&#12488;&#21015;&#12301;&#12392;&#12356;&#12358;&#35328;&#33865;&#12395;&#33510;&#25163;&#24847;&#35672;&#12434;&#24863;&#12376;&#12427;&#26041;&#12418;&#22810;&#12356;&#12398;&#12391;&#12399;&#12394;&#12356;&#12391;&#12375;&#12423;&#12358;&#12363;&#12290;

&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;Python&#12398;&#23550;&#35441;&#12514;&#12540;&#12489;&#12420;print()&#12289;struct&#12514;&#12472;&#12517;&#12540;&#12523;&#12394;&#12393;&#12434;&#20351;&#12387;&#12390;&#12496;&#12452;&#12490;&#12522;&#12398;&#19990;&#30028;&#12434;&#35223;&#12356;&#12390;&#12415;&#12414;&#12377;&#12290;
&#12424;&#12426;&#20855;&#20307;&#30340;&#12395;&#12399;Python&#12391;&#26360;&#12356;&#12383;&#12477;&#12540;&#12473;&#12467;&#12540;&#12489;&#12420;&#12487;&#12540;&#12479;&#12505;&#12540;&#12473;&#12501;&#12449;&#12452;&#12523;&#12394;&#12393;&#12434;&#23550;&#35937;&#12395;&#12289;&#12381;&#12398;&#35211;&#26041;&#12398;&#12467;&#12484;&#12420;&#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#20181;&#27096;&#26360;&#12434;&#29702;&#35299;&#12377;&#12427;&#12383;&#12417;&#12395;&#24517;&#35201;&#12394;&#29992;&#35486;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;

&#12496;&#12452;&#12490;&#12522;&#12395;&#24931;&#12428;&#12427;&#12392;&#12424;&#12426;&#28145;&#12367;&#12467;&#12531;&#12500;&#12517;&#12540;&#12479;&#12434;&#30693;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12289;&#30446;&#12398;&#21069;&#12398;&#19990;&#30028;&#12364;&#19968;&#27671;&#12395;&#24195;&#12364;&#12426;&#12414;&#12377;&#12290;
&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12434;&#36890;&#12376;&#12390;&#12289;&#12381;&#12398;&#26368;&#21021;&#12398;&#19968;&#27497;&#12434;&#36367;&#12415;&#20986;&#12375;&#12414;&#12375;&#12423;&#12358;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/QEHREX/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/QEHREX/feedback/</feedback_url>
            </event>
            <event guid='dbf2c410-049f-5b29-8ea6-4d027adcc3ec' id='33029' code='G3LDSG'>
                <room>track 4</room>
                <title>&#33258;&#20316;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#31995;&#12398;&#24615;&#33021;&#28204;&#23450;&#12392;&#21487;&#35222;&#21270;&amp;&#25913;&#21892;&#12398;PDCA&#12434;&#22238;&#12375;&#12390;&#26368;&#24375;&#12398;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#31995;&#12398;&#20316;&#12426;&#26041;&#12434;&#23398;&#12412;&#12358;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T13:30:00+09:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#31995;&#12398;&#38283;&#30330;&#12395;&#12388;&#12356;&#12390;&#12289;&#24615;&#33021;&#35413;&#20385;&#12434;&#36890;&#12376;&#12383;&#25913;&#21892;&#12503;&#12525;&#12475;&#12473;&#12434;&#36890;&#12376;&#12390;&#19968;&#32210;&#12395;&#25506;&#27714;&#12375;&#12414;&#12377;&#12290;
&#12399;&#12376;&#12417;&#12395;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#12398;&#22522;&#26412;&#21407;&#29702;&#12539;&#12505;&#12531;&#12481;&#12510;&#12540;&#12461;&#12531;&#12464;&#12398;&#25163;&#27861;&#12395;&#12388;&#12356;&#12390;&#35500;&#26126;&#12375;&#12383;&#12398;&#12385;&#12289;&#25913;&#21892;&#12503;&#12525;&#12475;&#12473;&#12391;&#20013;&#24515;&#12392;&#12394;&#12427; &#24615;&#33021;&#35430;&#39443;&#29872;&#22659;&#12539;&#32080;&#26524;&#12398;&#21487;&#35222;&#21270; &#12391; Python &#12434;&#12393;&#12398;&#12424;&#12358;&#12395;&#27963;&#29992;&#12375;&#12383;&#12363;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
&#12371;&#12398;&#30330;&#34920;&#12434;&#36890;&#12376;&#12390;&#12289;&#33258;&#31038;&#12398;&#12493;&#12483;&#12488;&#12527;&#12540;&#12463;&#12420;&#33258;&#20316;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#12398;&#24615;&#33021;&#28204;&#23450;&#12392;&#21521;&#19978;&#12395;&#38306;&#24515;&#12398;&#12354;&#12427;&#38283;&#30330;&#32773;&#12289;&#12456;&#12531;&#12472;&#12491;&#12450;&#12289;&#12450;&#12540;&#12461;&#12486;&#12463;&#12488;&#12395;&#12392;&#12387;&#12390;&#12300;&#36890;&#20449;&#12398;&#39640;&#36895;&#21270;&#12387;&#12390;&#12371;&#12358;&#12420;&#12387;&#12390;&#34892;&#12358;&#12398;&#12363;&#65281;&#12301;&#12392;&#12385;&#12423;&#12387;&#12392;&#19990;&#30028;&#12398;&#35211;&#26041;&#12364;&#22793;&#12431;&#12427;&#26377;&#30410;&#12394;&#26178;&#38291;&#12434;&#25552;&#20379;&#12375;&#12414;&#12377;</abstract>
                <slug>pyconapac2023-33029-pdca</slug>
                <track>Network programing</track>
                
                <persons>
                    <person id='37192'>Takeru Hayasaka</person>
                </persons>
                <language>en</language>
                <description>## &#32972;&#26223;&#12392;&#12514;&#12481;&#12505;
- &#24330;&#31038;&#12391;&#12399;&#12501;&#12523;MVNO&#20107;&#26989;&#12434;&#12420;&#12387;&#12390;&#12362;&#12426;&#12289;&#12381;&#12398;&#20013;&#12398;PGW-U&#12392;&#21628;&#12400;&#12428;&#12427;&#12452;&#12531;&#12479;&#12540;&#12493;&#12483;&#12488;&#12395;&#20986;&#12427;&#12383;&#12417;&#12398;&#33258;&#20316;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#31995;&#12398;&#36890;&#20449;&#21177;&#29575;&#12398;&#24615;&#33021;&#12434;&#19978;&#12370;&#12427;&#12371;&#12392;&#12364;&#27714;&#12417;&#12425;&#12428;&#12390;&#12356;&#12414;&#12375;&#12383;
- &#12381;&#12398;&#12383;&#12417;&#12395;python&#35069;&#12398;&#12484;&#12540;&#12523;&#12392;&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#39366;&#20351;&#12375;&#12390;&#35336;&#28204;&#12375;&#39640;&#36895;&#21270;&#12434;&#12375;&#12414;&#12375;&#12383;
## &#35441;&#12377;&#20869;&#23481;
- &#31169;&#12383;&#12385;&#12399;&#12289;XDP&#12392;&#21628;&#12400;&#12428;&#12427;eBPF&#12434;&#20351;&#12387;&#12383;&#39640;&#36895;&#12497;&#12465;&#12483;&#12488;&#20966;&#29702;&#25216;&#34899;&#12434;&#20351;&#12387;&#12390;&#23455;&#35013;&#12375;&#12390;&#12356;&#12414;&#12377;
- &#24615;&#33021;&#35430;&#39443;&#12434;&#36890;&#12375;&#12383;&#25913;&#21892;&#12503;&#12525;&#12475;&#12473;&#12391;&#12399;&#12289;&#36000;&#33655;&#35430;&#39443;&#12398;&#12497;&#12465;&#12483;&#12488;&#29983;&#25104;&#12539;&#12486;&#12473;&#12488;&#32080;&#26524;&#12398;&#35352;&#37682;&#12539;&#12513;&#12488;&#12522;&#12483;&#12463;&#12398;&#20998;&#26512;&#12394;&#12393;&#22810;&#12367;&#12398;&#22580;&#38754;&#12391; Python &#12434;&#27963;&#29992;&#12375;&#12390;&#12356;&#12414;&#12377;
### &#12381;&#12428;&#12382;&#12428;&#12398;&#22580;&#38754;&#12391;&#12398;&#27963;&#29992;&#20107;&#20363;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;
- scapy &#12391; TRex &#12398;&#12497;&#12465;&#12483;&#12488;&#29983;&#25104;&#12395;&#12514;&#12496;&#12452;&#12523;&#32178;&#12391;&#20351;&#12358;&#12503;&#12525;&#12488;&#12467;&#12523;&#12398;&#12497;&#12465;&#12483;&#12488;&#12434;&#36861;&#21152;&#12375;&#12414;&#12375;&#12383;
- &#24615;&#33021;&#35430;&#39443;&#12398;&#12486;&#12473;&#12488;&#23436;&#20102;&#24460;&#12289;&#24615;&#33021;&#25351;&#27161;&#12434; TRex &#12363;&#12425;&#21462;&#24471;&#12375; Pushgateway &#12391;&#35352;&#37682;&#12375;&#12414;&#12375;&#12383;
- Jupyter Lab &#19978;&#12391; Grafana &#32076;&#30001;&#12398; CSV &#12501;&#12449;&#12452;&#12523;&#12434; pandas.DataFrame &#12395;&#21152;&#24037;&#12375;&#12289;&#21487;&#35222;&#21270;&#12420;&#35413;&#20385;&#12434;&#34892;&#12356;&#12414;&#12375;&#12383;

### &#24615;&#33021;&#35430;&#39443;&#12434;&#36890;&#12376;&#12383;&#25913;&#21892;&#20363;
- &#22823;&#37327;&#12398;&#12456;&#12531;&#12488;&#12522;&#12434;&#27969;&#12375;&#12383;&#38555;&#12395;&#12513;&#12514;&#12522;&#20351;&#29992;&#37327;&#12364;&#22823;&#12365;&#12367;&#12394;&#12427;&#12392;&#12467;&#12465;&#12427;&#21839;&#38988;&#12434;&#30330;&#35211;&#12375;&#12390;&#20462;&#27491;&#12375;&#12383;&#20107;&#20363;
- &#12497;&#12465;&#12483;&#12488;&#12398;check sum&#12398;&#20966;&#29702;&#12391;&#36933;&#12367;&#12394;&#12387;&#12383;&#12398;&#12391;&#20966;&#29702;&#24615;&#33021;&#12434;&#21521;&#19978;&#12373;&#12379;&#12427;&#12383;&#12417;&#12395;checksum&#27231;&#33021;&#12434;optout&#12377;&#12427;&#27231;&#33021;&#12434;&#36861;&#21152;&#12375;&#12383;&#20107;&#20363;
- &#29305;&#23450;&#12398;&#12497;&#12465;&#12483;&#12488;&#12395;&#23550;&#12375;&#12390;&#12510;&#12523;&#12481;&#12467;&#12450;&#23550;&#24540;&#12364;&#12373;&#12428;&#12390;&#12356;&#12394;&#12356;&#12371;&#12392;&#12434;&#30330;&#35211;&#12375;&#12390;&#12289;Intel&#12398;NIC&#12489;&#12521;&#12452;&#12496;&#12395;&#27231;&#33021;&#12434;&#36861;&#21152;&#12375;&#12390;&#12510;&#12523;&#12481;&#12467;&#12450;&#23550;&#24540;&#12373;&#12379;&#12383;&#12290;&#12381;&#12398;&#32080;&#26524;$(nproc| CPU&#12467;&#12450;&#25968;)&#20493;&#12398;&#21177;&#29575;&#12450;&#12483;&#12503;&#12364;&#12391;&#12365;&#12383;&#20107;&#20363;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/G3LDSG/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/G3LDSG/feedback/</feedback_url>
            </event>
            <event guid='2773780b-7115-55e0-9d0b-8cc782743ce2' id='33123' code='XRLR98'>
                <room>track 4</room>
                <title>Python x &#27861;&#23398;&#12316;&#26085;&#26412;&#12398;&#27861;&#12398;&#12486;&#12461;&#12473;&#12488;&#20998;&#26512;&#12539;&#22320;&#22259;&#21487;&#35222;&#21270;&#12408;&#12398;&#35430;&#12415;&#12316;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T14:10:00+09:00</date>
                <start>14:10</start>
                <duration>00:30</duration>
                <abstract>&#26085;&#26412;&#35486;&#12473;&#12521;&#12452;&#12489;&#65306;
https://www.docswell.com/s/olivine-ryo/5M13YL-20231028

English Slides (machine translation)&#65306;
https://www.docswell.com/s/olivine-ryo/5DE738-20231028-en

&#27861;&#12399;&#35504;&#12395;&#12392;&#12387;&#12390;&#12418;&#37325;&#35201;&#12394;&#23384;&#22312;&#12391;&#12354;&#12426;&#12394;&#12364;&#12425;&#12289;&#12381;&#12398;&#38627;&#35299;&#12373;&#12363;&#12425;&#26222;&#27573;&#12399;&#25964;&#36960;&#12375;&#12390;&#12375;&#12414;&#12356;&#12364;&#12385;&#12391;&#12377;&#12290;&#12371;&#12398;&#30330;&#34920;&#12391;&#12399;Python&#12434;&#39366;&#20351;&#12375;&#12383;&#12487;&#12540;&#12479;&#20998;&#26512;&#12539;&#21487;&#35222;&#21270;&#12395;&#12424;&#12426;&#12289;&#27861;&#12395;&#35211;&#12360;&#38560;&#12428;&#12377;&#12427;&#26085;&#26412;&#12398;&#27508;&#21490;&#12394;&#12393;&#12434;&#32884;&#34886;&#12398;&#20840;&#21729;&#12395;&#20998;&#12363;&#12426;&#12420;&#12377;&#12367;&#31034;&#12375;&#12414;&#12377;&#12290;  &#30330;&#34920;&#12391;&#12399;Python&#12434;&#20351;&#12387;&#12383;&#12486;&#12461;&#12473;&#12488;&#20998;&#26512;&#12362;&#12424;&#12403;&#22320;&#29702;&#12487;&#12540;&#12479;&#12392;&#12375;&#12390;&#12398;&#20998;&#26512;&#12434;&#34892;&#12356;&#12414;&#12375;&#12383;&#12290;&#12527;&#12540;&#12489;&#12463;&#12521;&#12454;&#12489;&#12420;&#22320;&#22259;&#12434;&#27963;&#29992;&#12375;&#12383;&#21487;&#35222;&#21270;&#12363;&#12425;&#12373;&#12414;&#12374;&#12414;&#12394;&#30693;&#35211;&#12364;&#24471;&#12425;&#12428;&#12414;&#12375;&#12383;&#12290;

Pythonist &#12364;&#27861;&#23398;&#12398;&#12489;&#12513;&#12452;&#12531;&#30693;&#35672;&#12395;&#35302;&#12428;&#12427;&#27231;&#20250;&#12399;&#12289;&#23398;&#34899;&#30340;&#12395;&#12418;&#31038;&#20250;&#30340;&#12395;&#12418;&#36020;&#37325;&#12384;&#12392;&#32771;&#12360;&#12414;&#12377;&#12290;&#12414;&#12383;&#21487;&#35222;&#21270;&#12395;&#12424;&#12387;&#12390;&#27861;&#24459;&#12434;&#20998;&#12363;&#12426;&#12420;&#12377;&#12367;&#20253;&#12360;&#12427;&#35430;&#12415;&#12399;&#23554;&#38272;&#30693;&#35672;&#12398;&#12467;&#12511;&#12517;&#12465;&#12540;&#12471;&#12519;&#12531;&#12392;&#12375;&#12390;&#12418;&#20385;&#20516;&#12364;&#12354;&#12427;&#21942;&#12415;&#12384;&#12392;&#32771;&#12360;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33123-python-x</slug>
                <track>Approaching to social problem</track>
                
                <persons>
                    <person id='37288'>Ryo Namiki</person>
                </persons>
                <language>en</language>
                <description>&#27861;&#24459;&#12399;&#35504;&#12395;&#12392;&#12387;&#12390;&#12418;&#37325;&#35201;&#12394;&#23384;&#22312;&#12391;&#12354;&#12426;&#12394;&#12364;&#12425;&#12289;&#12381;&#12398;&#38627;&#35299;&#12373;&#12420;&#35079;&#38609;&#12373;&#12363;&#12425;&#23455;&#38555;&#12398;&#26465;&#25991;&#12434;&#30522;&#12417;&#12383;&#12426;&#24847;&#21619;&#12434;&#32771;&#12360;&#12383;&#12426;&#12377;&#12427;&#20154;&#12399;&#27861;&#24459;&#23478;&#12434;&#38500;&#12369;&#12400;&#12414;&#12428;&#12391;&#12375;&#12423;&#12358;&#12290;&#12375;&#12363;&#12375;&#27861;&#24459;&#12371;&#12381;&#12364;&#12354;&#12394;&#12383;&#12364;&#21361;&#27231;&#12395;&#38501;&#12387;&#12383;&#12392;&#12365;&#12395;&#21161;&#12369;&#12390;&#12367;&#12428;&#12383;&#12426;&#12289;&#12354;&#12394;&#12383;&#12364;&#20309;&#12363;&#12395;&#25361;&#25126;&#12375;&#12424;&#12358;&#12392;&#12375;&#12383;&#12392;&#12365;&#12395;&#12469;&#12509;&#12540;&#12488;&#12434;&#12375;&#12390;&#12367;&#12428;&#12427;&#23384;&#22312;&#12398;&#27491;&#20307;&#12391;&#12377;&#12290;&#12371;&#12358;&#12375;&#12383;&#27861;&#24459;&#12434;&#20998;&#26512;&#12539;&#21487;&#35222;&#21270;&#12377;&#12427;&#12371;&#12392;&#12391;&#32884;&#34886;&#12395;&#27861;&#24459;&#12395;&#12414;&#12388;&#12431;&#12427;&#12486;&#12540;&#12510;&#12434;&#20998;&#12363;&#12426;&#12420;&#12377;&#12367;&#20253;&#12360;&#12427;&#35430;&#12415;&#12399;&#31038;&#20250;&#30340;&#24847;&#32681;&#12364;&#22823;&#12365;&#12356;&#12392;&#32771;&#12360;&#12414;&#12377;&#12290;
  
&#12371;&#12398;&#30330;&#34920;&#12391;&#12399;Python&#12434;&#39366;&#20351;&#12375;&#12390;&#27861;&#24459;&#12487;&#12540;&#12479;&#12434;&#12486;&#12461;&#12473;&#12488;&#20998;&#26512;&#12375;&#12383;&#12426;&#12289;&#27861;&#24459;&#12434;&#22320;&#29702;&#31354;&#38291;&#24773;&#22577;&#12392;&#12375;&#12390;&#22320;&#22259;&#12395;&#21487;&#35222;&#21270;&#12375;&#12383;&#12426;&#12377;&#12427;&#12371;&#12392;&#12395;&#12424;&#12387;&#12390;&#12289;&#27861;&#24459;&#12395;&#35211;&#12360;&#38560;&#12428;&#12377;&#12427;&#26085;&#26412;&#12398;&#27508;&#21490;&#12420;&#26085;&#26412;&#12398;&#27861;&#24459;&#12398;&#29305;&#24500;&#12394;&#12393;&#12434;&#32884;&#34886;&#12398;&#20840;&#21729;&#12395;&#20998;&#12363;&#12426;&#12420;&#12377;&#12367;&#31034;&#12375;&#12414;&#12377;&#12290;

&#30330;&#34920;&#12391;&#12399;&#12289;&#22269;&#31435;&#22269;&#20250;&#22259;&#26360;&#39208;&#12398;&#26085;&#26412;&#27861;&#20196;&#32034;&#24341;&#12487;&#12540;&#12479;&#12434;&#29992;&#12356;&#12289;&#12486;&#12461;&#12473;&#12488;&#20998;&#26512;&#65288;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#65289;&#12392;&#22320;&#29702;&#12487;&#12540;&#12479;&#12398;&#20998;&#26512;&#12398;&#65298;&#12388;&#12395;&#28966;&#28857;&#12434;&#24403;&#12390;&#12414;&#12377;&#12290;

&#26412;&#30330;&#34920;&#12398;&#12450;&#12454;&#12488;&#12521;&#12452;&#12531;&#12399;&#20197;&#19979;&#12391;&#12377;&#12290;
&#12539;&#26085;&#26412;&#12398;&#27861;&#20196;&#12434;&#30693;&#12427;
&#12539;&#12487;&#12540;&#12479;&#12434;&#21462;&#24471;&#12377;&#12427;
&#12539;&#12486;&#12461;&#12473;&#12488;&#20998;&#26512;
&#12539;&#22320;&#29702;&#12487;&#12540;&#12479;&#12392;&#12399;
&#12539;&#22320;&#22259;&#12391;&#21487;&#35222;&#21270;&#12377;&#12427;

&#12371;&#12358;&#12375;&#12383;&#12486;&#12540;&#12510;&#12399;&#35336;&#37327;&#27861;&#23398;&#65288;&#12472;&#12517;&#12522;&#12513;&#12488;&#12522;&#12483;&#12463;&#12473;&#65289;&#12398;&#19968;&#37096;&#12392;&#12373;&#12428;&#12414;&#12377;&#12290;&#12375;&#12363;&#12375;&#12289;&#35336;&#37327;&#27861;&#23398;&#12399;&#26085;&#26412;&#12391;&#12399;&#12414;&#12384;&#30330;&#23637;&#36884;&#19978;&#12391;&#12377;&#12290; Pythonist &#12420;&#12501;&#12525;&#12531;&#12488;&#12456;&#12531;&#12489;&#12456;&#12531;&#12472;&#12491;&#12450;&#12364;&#27861;&#23398;&#12398;&#12489;&#12513;&#12452;&#12531;&#30693;&#35672;&#12395;&#35302;&#12428;&#12427;&#12371;&#12392;&#12391;&#12289;&#23398;&#34899;&#30340;&#12395;&#12418;&#31038;&#20250;&#30340;&#12395;&#12418;&#24847;&#32681;&#12398;&#12354;&#12427;&#26032;&#12383;&#12394;&#30330;&#24819;&#12364;&#29983;&#12414;&#12428;&#12427;&#27231;&#36939;&#12395;&#12394;&#12427;&#12363;&#12418;&#12375;&#12428;&#12414;&#12379;&#12435;&#12290;&#12414;&#12383;&#12289;&#21487;&#35222;&#21270;&#12395;&#12424;&#12387;&#12390;&#27861;&#24459;&#12434;&#20998;&#12363;&#12426;&#12420;&#12377;&#12367;&#20253;&#12360;&#12427;&#35430;&#12415;&#12399;&#12289;&#27861;&#23398;&#12398;&#23554;&#38272;&#30693;&#35672;&#12398;&#22823;&#34886;&#12408;&#12398;&#12467;&#12511;&#12517;&#12465;&#12540;&#12471;&#12519;&#12531;&#12392;&#12375;&#12390;&#12418;&#20385;&#20516;&#12364;&#12354;&#12427;&#21942;&#12415;&#12384;&#12392;&#32771;&#12360;&#12414;&#12377;&#12290;

&#26085;&#26412;&#35486;&#12473;&#12521;&#12452;&#12489;&#65306;
https://www.docswell.com/s/olivine-ryo/5M13YL-20231028

&#33521;&#35486;&#12473;&#12521;&#12452;&#12489;&#65288;&#27231;&#26800;&#32763;&#35379;&#65289;&#65306;
https://www.docswell.com/s/olivine-ryo/5DE738-20231028-en</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/XRLR98/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/XRLR98/feedback/</feedback_url>
            </event>
            <event guid='3d70300d-7984-5ed9-8502-27e5c37e1314' id='32765' code='MH78PW'>
                <room>track 4</room>
                <title>&#12495;&#12452;&#12497;&#12540;&#12497;&#12521;&#12513;&#12540;&#12479;&#26368;&#36969;&#21270;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;Optuna&#12398;&#26368;&#26032;&#27231;&#33021;&#32057;&#20171;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T15:20:00+09:00</date>
                <start>15:20</start>
                <duration>00:30</duration>
                <abstract>&#12495;&#12452;&#12497;&#12540;&#12497;&#12521;&#12513;&#12540;&#12479;&#26368;&#36969;&#21270;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;Optuna&#12399;&#12289;&#12377;&#12391;&#12395;&#22810;&#12367;&#12398;&#27231;&#26800;&#23398;&#32722;&#12456;&#12531;&#12472;&#12491;&#12450;&#12395;&#21033;&#29992;&#12373;&#12428;&#12427;&#12477;&#12501;&#12488;&#12454;&#12455;&#12450;&#12392;&#12394;&#12426;&#12414;&#12375;&#12383;&#12290;&#29694;&#22312;&#12418;&#27963;&#30330;&#12395;&#38283;&#30330;&#12364;&#32154;&#12356;&#12390;&#12362;&#12426;&#26085;&#12293;&#22810;&#12367;&#12398;&#26032;&#27231;&#33021;&#12364;&#21152;&#12431;&#12427;&#19968;&#26041;&#12391;&#12289;&#12420;&#12420;&#12491;&#12483;&#12481;&#12394;&#38936;&#22495;&#12391;&#12354;&#12427;&#12383;&#12417;&#12395;Optuna&#12398;&#19968;&#33324;&#30340;&#12394;&#21033;&#29992;&#32773;&#12395;&#12399;&#12414;&#12384;&#12414;&#12384;&#30693;&#12425;&#12428;&#12390;&#12356;&#12394;&#12356;&#27231;&#33021;&#12418;&#22810;&#12367;&#23384;&#22312;&#12375;&#12414;&#12377;&#12290;&#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;Optuna&#12398;&#12467;&#12450;&#38283;&#30330;&#32773;&#12434;&#21209;&#12417;&#12427;&#30330;&#34920;&#32773;&#12364;&#12289;Optuna&#12434;&#12424;&#12426;&#19968;&#23652;&#20351;&#12356;&#12371;&#12394;&#12375;&#12390;&#12356;&#12383;&#12384;&#12367;&#12383;&#12417;&#12398;&#26368;&#26032;&#27231;&#33021;&#12420;&#12518;&#12540;&#12473;&#12465;&#12540;&#12473;&#12395;&#12388;&#12356;&#12390;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32765-optuna</slug>
                <track>Machine learning</track>
                
                <persons>
                    <person id='36993'>Masashi Shibata</person>
                </persons>
                <language>en</language>
                <description>&#30330;&#34920;&#12399;&#20197;&#19979;&#12398;&#12424;&#12358;&#12394;&#27969;&#12428;&#12434;&#20104;&#23450;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;

1. &#33258;&#24049;&#32057;&#20171;
2. &#30330;&#34920;&#12398;&#12450;&#12472;&#12455;&#12531;&#12480;
3. &#12495;&#12452;&#12497;&#12540;&#12497;&#12521;&#12513;&#12540;&#12479;&#26368;&#36969;&#21270;&#12501;&#12524;&#12540;&#12512;&#12527;&#12540;&#12463;Optuna&#12398;&#32057;&#20171;
    * Optuna&#12398;&#22522;&#26412;&#30340;&#12394;&#20351;&#12356;&#26041;
    * Optuna&#12398;&#21033;&#29992;&#20107;&#20363;&#32057;&#20171;
4. Optuna&#12398;&#26368;&#26032;&#27231;&#33021;&#65306;Human-in-the-loop&#26368;&#36969;&#21270;
    * Optuna&#12364;&#12371;&#12428;&#12414;&#12391;&#25201;&#12358;&#12371;&#12392;&#12364;&#12391;&#12365;&#12394;&#12363;&#12387;&#12383;&#12518;&#12540;&#12473;&#12465;&#12540;&#12473;&#12398;&#32057;&#20171;
    * Optuna&#38283;&#30330;&#12481;&#12540;&#12512;&#12364;&#21147;&#12434;&#20837;&#12428;&#12390;&#38283;&#30330;&#12434;&#36914;&#12417;&#12390;&#12356;&#12427;&#26368;&#26032;&#27231;&#33021;&#12300;Human-in-the-loop&#26368;&#36969;&#21270;&#12301;&#12398;&#32057;&#20171;
    * LLM&#12420;Stable Diffusion&#12395;&#36969;&#29992;&#12377;&#12427;&#12487;&#12514;&#12398;&#32057;&#20171; (&#23455;&#38555;&#12395;&#21205;&#20316;&#12375;&#12390;&#12356;&#12427;&#27096;&#23376;&#12434;&#30011;&#38754;&#20849;&#26377;&#12375;&#12394;&#12364;&#12425;&#12362;&#35441;&#12377;&#12427;&#20104;&#23450;&#12391;&#12377;)
5. &#12381;&#12398;&#20182;&#12398;&#26368;&#26032;&#27231;&#33021;&#12398;&#32057;&#20171;
    * Optuna&#12398;&#26368;&#26032;&#12522;&#12522;&#12540;&#12473; v3.2 &#12420;&#12381;&#12428;&#20197;&#38477;&#12398;&#12522;&#12522;&#12540;&#12473;&#12391;&#23566;&#20837;&#12373;&#12428;&#12383;&#26368;&#26032;&#27231;&#33021;&#12434;&#12356;&#12367;&#12388;&#12363;&#12500;&#12483;&#12463;&#12450;&#12483;&#12503;&#12375;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;
    * &#12394;&#12362;&#12289;PyCon APAC&#12398;&#38283;&#20652;&#12414;&#12391;&#12395;2&#12388;&#12398;Optuna&#12522;&#12522;&#12540;&#12473;&#12364;&#20104;&#23450;&#12373;&#12428;&#12390;&#12356;&#12427;&#12383;&#12417;&#12289;&#12381;&#12398;&#26178;&#28857;&#12391;&#26368;&#26032;&#12398;&#27231;&#33021;&#12434;&#32057;&#20171;&#12373;&#12379;&#12390;&#12356;&#12383;&#12384;&#12365;&#12383;&#12356;&#12394;&#12392;&#24605;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;&#12381;&#12398;&#12383;&#12417;&#12289;&#12371;&#12371;&#12391;&#32057;&#20171;&#12377;&#12427;&#20869;&#23481;&#12399;&#19968;&#37096;&#26410;&#23450;&#12392;&#12394;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;
6. &#12414;&#12392;&#12417;
    * &#26412;&#12475;&#12483;&#12471;&#12519;&#12531;&#12391;&#12362;&#35441;&#12375;&#12383;&#12371;&#12392;&#12434;&#25391;&#12426;&#36820;&#12426;
    * &#12415;&#12394;&#12373;&#12414;&#12408;&#12398;&#12362;&#39000;&#12356;&#65306;Optuna&#12362;&#12424;&#12403;Human-in-the-loop&#26368;&#36969;&#21270;&#12434;&#27096;&#12293;&#12394;&#21839;&#38988;&#12395;&#24540;&#29992;&#12375;&#12390;&#21033;&#29992;&#20107;&#20363;&#12434;&#30330;&#20449;&#12375;&#12390;&#12356;&#12383;&#12384;&#12369;&#12428;&#12400;&#24184;&#12356;&#12391;&#12377;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/MH78PW/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/MH78PW/feedback/</feedback_url>
            </event>
            <event guid='d8af2bb2-be3c-5cc8-b124-6895c963fe3f' id='32703' code='MBUFSH'>
                <room>track 4</room>
                <title>Python&#12398;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12456;&#12531;&#12472;&#12531; Apache Airflow&#12434;&#29992;&#12356;&#12383;&#22823;&#35215;&#27169;&#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#27083;&#31689;&#12392;&#25913;&#21892;</title>
                <subtitle></subtitle>
                <type>Regular Talk</type>
                <date>2023-10-28T16:00:00+09:00</date>
                <start>16:00</start>
                <duration>00:30</duration>
                <abstract>&#20225;&#26989;&#12398;&#27963;&#21205;&#12434;&#12424;&#12426;&#33391;&#12367;&#12377;&#12427;&#12383;&#12417;&#12395;&#12289;&#12487;&#12540;&#12479;&#12363;&#12425;&#20385;&#20516;&#12434;&#29983;&#12415;&#32154;&#12369;&#12427;&#12383;&#12417;&#12395;&#12487;&#12540;&#12479;&#27963;&#29992;&#12434;&#34892;&#12358;&#12371;&#12392;&#12364;&#24195;&#12367;&#34892;&#12431;&#12428;&#12427;&#12424;&#12358;&#12395;&#12394;&#12387;&#12390;&#12365;&#12414;&#12375;&#12383;&#12290;
&#26412;&#20844;&#28436;&#12391;&#12399;Python&#12434;&#20351;&#12387;&#12390;&#22823;&#35215;&#27169;&#12394;&#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12434;&#27083;&#31689;&#12375;&#12390;&#12356;&#12367;&#12383;&#12417;&#12398;&#32771;&#24942;&#12377;&#12409;&#12365;&#28857;&#12434;&#32057;&#20171;&#12375;&#12289;&#12424;&#12426;&#21487;&#29992;&#24615;&#12398;&#39640;&#12356;&#23455;&#34892;&#29872;&#22659;&#12434;&#27083;&#31689;&#12377;&#12427;&#26041;&#27861;&#12434;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;
&#29305;&#12395;EC&#12469;&#12452;&#12488;&#12391;&#12398;&#22679;&#12360;&#32154;&#12369;&#12427;&#12487;&#12540;&#12479;&#12395;&#23550;&#12375;&#12390;Apache Airflow&#12398;&#12510;&#12493;&#12540;&#12472;&#12489;&#12469;&#12540;&#12499;&#12473; &#12391;&#12354;&#12427;Google Cloud&#12398; Cloud Composer&#12434;&#20351;&#12358;&#12392;&#12289;&#12424;&#12426;&#26089;&#12367;&#12289;&#12424;&#12426;&#12525;&#12496;&#12473;&#12488;&#12394;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12364;&#23455;&#35013;&#12375;&#12420;&#12377;&#12367;&#12394;&#12427;&#12371;&#12392;&#12434;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32703-python-apache-airflow</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='36926'>Masato Nakamura</person>
                </persons>
                <language>en</language>
                <description>&#29694;&#20195;&#12398;&#12499;&#12472;&#12493;&#12473;&#12391;&#12399;&#12289;&#12487;&#12540;&#12479;&#12398;&#27963;&#29992;&#12364;&#20225;&#26989;&#27963;&#21205;&#12398;&#21177;&#29575;&#21270;&#12420;&#26032;&#12383;&#12394;&#20385;&#20516;&#21109;&#36896;&#12395;&#23550;&#12377;&#12427;&#37749;&#12392;&#24195;&#12367;&#35469;&#35672;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;&#12487;&#12540;&#12479;&#12399;&#12289;&#33192;&#22823;&#12394;&#24773;&#22577;&#37327;&#12363;&#12425;&#27934;&#23519;&#12434;&#24341;&#12365;&#20986;&#12375;&#12289;&#25126;&#30053;&#30340;&#24847;&#24605;&#27770;&#23450;&#12434;&#25903;&#25588;&#12375;&#12414;&#12377;&#12290;&#29305;&#12395;&#12289;EC&#12469;&#12452;&#12488;&#12398;&#36939;&#21942;&#12395;&#12399;&#12487;&#12540;&#12479;&#37327;&#12398;&#22679;&#21152;&#12395;&#23550;&#24540;&#12377;&#12427;&#12383;&#12417;&#12395;&#12289;&#22823;&#35215;&#27169;&#12394;&#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12398;&#27083;&#31689;&#12364;&#19981;&#21487;&#27424;&#12392;&#12394;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;

&#26412;&#20844;&#28436;&#12391;&#12399;&#12289;&#21830;&#21697;&#24773;&#22577;&#12398;&#27083;&#31689;&#12434;&#38988;&#26448;&#12395;&#12289;&#26908;&#32034;&#12471;&#12473;&#12486;&#12512;&#12398;&#12510;&#12452;&#12464;&#12524;&#12540;&#12471;&#12519;&#12531;&#12392;&#12289;&#12487;&#12540;&#12479;&#12398;&#34920;&#31034;&#12395;&#38306;&#12431;&#12427;&#26989;&#21209;&#21033;&#29992;&#12395;&#23550;&#12377;&#12427;&#12487;&#12540;&#12479;&#21152;&#24037;&#12392;API&#12398;&#25552;&#20379;&#12434;&#34892;&#12387;&#12383;&#20107;&#20363;&#12434;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;&#27083;&#31689;&#12377;&#12427;&#20013;&#12391;&#12289;&#35079;&#38609;&#12394;&#12487;&#12540;&#12479;&#12501;&#12525;&#12540;&#12434;&#31649;&#29702;&#12375;&#12289;&#19968;&#36011;&#24615;&#12434;&#20445;&#12388;&#12383;&#12417;&#12398;&#35201;&#28857;&#12434;&#35443;&#32048;&#12395;&#35299;&#35500;&#12375;&#12289;&#20449;&#38972;&#24615;&#12364;&#39640;&#12367;&#21177;&#29575;&#30340;&#12394;&#23455;&#34892;&#29872;&#22659;&#12398;&#35373;&#35336;&#26041;&#27861;&#12434;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;&#27231;&#33021;&#35201;&#20214;/&#38750;&#27231;&#33021;&#35201;&#20214;&#12364;&#12354;&#12427;&#20013;&#12391;&#30528;&#30446;&#12375;&#12390;&#25913;&#21892;&#12375;&#12390;&#12356;&#12387;&#12383;&#36942;&#31243;&#12418;&#20107;&#20363;&#12434;&#20132;&#12360;&#12390;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;

&#12414;&#12383;&#12289;&#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12399;Google Cloud&#12398;Cloud Composer&#12392;&#12356;&#12358;Apache Airflow&#12398;&#12510;&#12493;&#12540;&#12472;&#12489;&#12469;&#12540;&#12499;&#12473;&#12434;&#21033;&#29992;&#12375;&#12390;&#27083;&#31689;&#12375;&#12414;&#12375;&#12383;&#12290;Airflow&#12434;&#29992;&#12356;&#12390;&#12487;&#12540;&#12479;&#20966;&#29702;&#12398;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12434;&#12424;&#12426;&#26089;&#12367;&#12289;&#12424;&#12426;&#12525;&#12496;&#12473;&#12488;&#12395;&#27083;&#31689;&#12377;&#12427;&#26041;&#27861;&#12395;&#12388;&#12356;&#12390;&#12418;&#20855;&#20307;&#30340;&#12395;&#32057;&#20171;&#12375;&#12414;&#12377;&#12290;

&#26412;&#20844;&#28436;&#12434;&#36890;&#12376;&#12390;&#12289;&#12487;&#12540;&#12479;&#27963;&#29992;&#12392;&#12381;&#12398;&#20855;&#20307;&#30340;&#12394;&#25216;&#34899;&#12395;&#12388;&#12356;&#12390;&#28145;&#12367;&#29702;&#35299;&#12375;&#12289;&#12372;&#33258;&#36523;&#12398;&#12499;&#12472;&#12493;&#12473;&#29872;&#22659;&#12395;&#12393;&#12398;&#12424;&#12358;&#12395;&#36969;&#29992;&#12377;&#12427;&#12363;&#12434;&#12452;&#12513;&#12540;&#12472;&#12375;&#12390;&#12356;&#12383;&#12384;&#12369;&#12427;&#12392;&#24184;&#12356;&#12391;&#12377;&#12290;

* &#12487;&#12540;&#12479;&#27963;&#29992;&#22522;&#30436;&#12392;&#12399;
    * &#12487;&#12540;&#12479;&#27963;&#29992;&#22522;&#30436;&#12398;&#32057;&#20171;
* &#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12398;&#27083;&#31689;
    * &#12487;&#12540;&#12479;&#27963;&#29992;&#22522;&#30436;&#12391;&#12398;&#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12398;&#27083;&#31689;&#12394;&#12393;&#12434;&#32057;&#20171;
* Apache Airflow&#12398;&#32057;&#20171;
* &#20107;&#20363;&#32057;&#20171;
    * &#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12434;&#27083;&#31689;&#12375;&#12390;&#25913;&#21892;&#12375;&#12390;&#12356;&#12367;&#26041;&#27861;
        * &#20107;&#20363;&#12434;&#20132;&#12360;&#12394;&#12364;&#12425; apache airflow&#12391;&#12398;&#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#27083;&#31689;&#12392;&#25913;&#21892;&#12398;&#27969;&#12428;&#12434;&#32057;&#20171;
    &#12288;* Google cloud&#12398;&#12510;&#12493;&#12540;&#12472;&#12489;&#12469;&#12540;&#12499;&#12473;Cloud Composer &#12398;&#32057;&#20171;
    * &#12487;&#12540;&#12479;&#12497;&#12452;&#12503;&#12521;&#12452;&#12531;&#12395;&#12390;&#27083;&#31689;&#12375;&#12383;&#12487;&#12540;&#12479;&#12398;API&#12391;&#12398;&#20844;&#38283;
        * &#12487;&#12540;&#12479;&#27963;&#29992;&#12398;&#12487;&#12540;&#12479;&#12434;&#12471;&#12473;&#12486;&#12512;&#12391;&#27963;&#12363;&#12377;&#12383;&#12417;&#12395;API&#12392;&#12375;&#12390;&#20849;&#26377;&#12377;&#12427;&#12392;&#12365;&#12398;&#12494;&#12454;&#12495;&#12454;&#12434;&#32057;&#20171;
* &#12414;&#12392;&#12417;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/MBUFSH/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/MBUFSH/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='track 5' guid='4ee0da4e-8c5c-5b7e-8382-b0fce2a7a7e3'>
            <event guid='d27c78dd-281f-55b7-960b-3d167bcdf578' id='32824' code='3ZKVLJ'>
                <room>track 5</room>
                <title>Learn Python by contributing to open source</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T11:45:00+09:00</date>
                <start>11:45</start>
                <duration>00:15</duration>
                <abstract>Discover the power of learning Python by contributing to open-source projects. Gain practical experience, collaborate with the community, and enhance your coding skills. Unlock the potential of Python while making a positive impact in the world of open source.</abstract>
                <slug>pyconapac2023-32824-learn-python-by-contributing-to-open-source</slug>
                <track>Python in education</track>
                
                <persons>
                    <person id='37018'>Ananya Nayak</person>
                </persons>
                <language>en</language>
                <description>This session explores the educational value of Python by engaging in open-source contributions. Discover how actively participating in open-source projects enhances learning, collaboration, and coding skills. Attendees will gain insights into the educational benefits of contributing to the Python community while making a tangible impact on real-world projects. Explore the synergistic relationship between Python, open source, and education, and empower yourself to become a proficient Python programmer through hands-on involvement in the open-source ecosystem.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/3ZKVLJ/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/3ZKVLJ/feedback/</feedback_url>
            </event>
            <event guid='39ed66df-02d5-57bc-8d9c-02d98dfb9b4f' id='33211' code='XAPKCP'>
                <room>track 5</room>
                <title>DjangoRestFramework&#12398;&#12522;&#12501;&#12449;&#12463;&#12479;&#12522;&#12531;&#12464;&#12289;&#12524;&#12460;&#12471;&#12540;&#12394;&#12467;&#12540;&#12489;&#12398;&#23551;&#21629;&#12434;&#24310;&#12400;&#12377;&#12383;&#12417;&#12395;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T12:10:00+09:00</date>
                <start>12:10</start>
                <duration>00:15</duration>
                <abstract>Python&#12398;&#12502;&#12540;&#12512;&#12363;&#12425;&#12363;&#12394;&#12426;&#12398;&#24180;&#26376;&#12364;&#32076;&#12385;&#12289;&#33394;&#12293;&#12394;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#12467;&#12540;&#12489;&#12418;&#12393;&#12435;&#12393;&#12435;&#36000;&#12398;&#36986;&#29987;&#12364;&#36015;&#12414;&#12387;&#12390;&#12356;&#12390;&#26469;&#12390;&#12356;&#12427;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;
&#12381;&#12435;&#12394;&#12394;&#12363;&#12289;10&#24180;&#36817;&#12367;&#21205;&#12356;&#12390;&#12356;&#12383;&#12514;&#12496;&#12452;&#12523;&#12469;&#12540;&#12499;&#12473;&#12398;&#12496;&#12483;&#12463;&#12456;&#12531;&#12489;&#12392;&#12375;&#12390;&#20351;&#12431;&#12428;&#12390;&#12365;&#12383;DjangoRestFramework&#12398;&#23551;&#21629;&#12434;&#24310;&#12400;&#12377;&#12383;&#12417;&#12395;&#12420;&#12387;&#12383;&#26045;&#31574;&#12420;&#21462;&#12426;&#20837;&#12428;&#12383;&#12522;&#12501;&#12449;&#12463;&#12479;&#12522;&#12531;&#12464;&#25163;&#27861;&#12395;&#12388;&#12356;&#12390;&#35500;&#26126;&#12375;&#12390;&#12356;&#12365;&#12383;&#12356;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-33211-djangorestframework</slug>
                <track>Web programming</track>
                
                <persons>
                    <person id='37353'>YUUKI NAKAJIMA</person>
                </persons>
                <language>en</language>
                <description>&#31169;&#12364;&#38306;&#12431;&#12387;&#12383; 10&#24180;&#36817;&#12367;&#31292;&#20685;&#12375;&#12390;&#12356;&#12427;Django&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12434;&#25913;&#20462;&#12377;&#12427;&#12383;&#12417;&#12395;&#34892;&#12387;&#12383;&#12371;&#12392;&#12395;&#12388;&#12356;&#12390;&#35441;&#12375;&#12383;&#12356;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;
&#12371;&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12391;&#12399;Python2&#31995;&#12398;&#38915;&#12363;&#12425;Django&#12364;&#20351;&#12431;&#12428;&#12390;&#12365;&#12390;Python3&#12408;&#12398;&#12450;&#12483;&#12503;&#12487;&#12540;&#12488;&#12420;Django&#12418;3&#31995;&#12408;&#12450;&#12483;&#12503;&#12487;&#12540;&#12488;&#12375;&#12390;&#12356;&#12367;&#12394;&#12393;&#38263;&#12367;&#20351;&#12360;&#12390;&#12356;&#12427;&#12471;&#12473;&#12486;&#12512;&#12392;&#12394;&#12387;&#12390;&#12356;&#12414;&#12377;&#12290;
&#12375;&#12363;&#12375;&#12289;&#12363;&#12394;&#12426;&#12524;&#12460;&#12471;&#12540;&#12394;&#31623;&#25152;&#12420;&#24847;&#22259;&#19981;&#26126;&#12394;&#31623;&#25152;&#12418;&#22810;&#12367;&#12289;&#12381;&#12435;&#12394;&#12524;&#12460;&#12471;&#12540;&#12467;&#12540;&#12489;&#12398;&#19968;&#36011;&#24615;&#12434;&#20445;&#12385;&#12394;&#12364;&#12425;&#24464;&#12293;&#12395;&#25913;&#21892;&#12434;&#12375;&#12390;&#12373;&#12425;&#12395;&#20351;&#12360;&#12427;&#12471;&#12473;&#12486;&#12512;&#12392;&#12375;&#12390;&#25913;&#20462;&#12434;&#12375;&#12390;&#12356;&#12387;&#12383;&#35441;&#12434;&#12375;&#12424;&#12358;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;

### &#9312;Fat Controller&#21839;&#38988;
DjangoRestFramework&#12391;&#12418;APIView&#12434;&#12513;&#12452;&#12531;&#12395;&#20351;&#12387;&#12390;&#12356;&#12383;&#12383;&#12417;&#12289;&#12377;&#12409;&#12390;&#12398;&#12499;&#12472;&#12493;&#12473;&#12525;&#12472;&#12483;&#12463;&#12364;view&#12395;&#26360;&#12363;&#12428;&#12390;&#12375;&#12414;&#12358;&#12392;&#35328;&#12358;&#27424;&#28857;&#12364;&#12354;&#12426;&#12414;&#12375;&#12383;&#12290;
&#12381;&#12428;&#12395;&#23550;&#12375;&#12390;&#34892;&#12387;&#12383;&#35299;&#27770;&#31574;&#12392;&#12375;&#12390; Service&#23652;&#12434;&#23566;&#20837;&#12375;&#12383;&#35441;&#12434;&#12375;&#12424;&#12358;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;

### &#9313;swagger
&#12514;&#12496;&#12452;&#12523;&#12456;&#12531;&#12472;&#12491;&#12450;&#12392;&#12398;&#12420;&#12426;&#12392;&#12426;&#12399;swagger&#12391;&#34892;&#12387;&#12390;&#12356;&#12414;&#12375;&#12383;&#12364;&#12289;&#12377;&#12409;&#12390;&#25163;&#21205;&#12391;&#34892;&#12387;&#12390;&#12356;&#12383;&#12383;&#12417;&#12289;&#23455;&#20307;&#12392;&#20840;&#12367;&#21512;&#12387;&#12390;&#12356;&#12394;&#12356;&#12392;&#12356;&#12358;&#21839;&#38988;&#12364;&#30330;&#29983;&#12375;&#12390;&#12356;&#12414;&#12375;&#12383;&#12290;
&#12381;&#12398;&#12383;&#12417;&#12289;&#33258;&#21205;&#12391;swagger&#12434;&#29983;&#25104;&#12377;&#12427;&#20181;&#32068;&#12415;&#12398;&#23566;&#20837;&#12375;&#12414;&#12375;&#12383;

### &#9314;request&#12398;&#12481;&#12455;&#12483;&#12463;
&#12414;&#12383;swagger&#12395;&#21512;&#12431;&#12379;&#12390;request body&#12420;&#12463;&#12456;&#12522;&#25991;&#23383;&#21015;&#12398;&#12481;&#12455;&#12483;&#12463;&#12398;&#12383;&#12417;&#12398;Serializer&#12434;&#23566;&#20837;&#12375;&#12383;&#12371;&#12392;&#12418;&#35441;&#12375;&#12383;&#12356;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;

### &#9315;&#12467;&#12540;&#12489;&#12398;&#19968;&#36011;&#24615;&#12434;&#20445;&#12385;&#12394;&#12364;&#12425;&#22793;&#12360;&#12390;&#12356;&#12367;&#12371;&#12392;
&#26082;&#23384;&#12398;(&#12420;&#12420;&#24494;&#22937;&#12394;)&#12467;&#12540;&#12489;&#12392;&#12398;&#19968;&#36011;&#24615;&#12434;&#20445;&#12385;&#12394;&#12364;&#12425;&#24464;&#12293;&#12395;&#12522;&#12501;&#12449;&#12463;&#12479;&#12522;&#12531;&#12464;&#12434;&#20837;&#12428;&#12388;&#12388;&#26032;&#35215;&#12398;&#20966;&#29702;&#12391;&#12399;&#21487;&#35501;&#24615;&#12392;&#12467;&#12513;&#12531;&#12488;&#12434;&#24847;&#35672;&#12375;&#12388;&#12388;&#30452;&#12375;&#12390;&#34892;&#12387;&#12383;&#12392;&#12356;&#12358;&#32076;&#32239;&#12398;&#35441;&#12418;&#12375;&#12383;&#12356;&#12392;&#24605;&#12356;&#12414;&#12377;

### &#9316;&#12486;&#12473;&#12488;&#12395;&#12388;&#12356;&#12390;
&#12467;&#12540;&#12489;&#12398;&#23551;&#21629;&#12434;&#24310;&#12400;&#12377;&#12383;&#12417;&#12398;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12391;&#24847;&#35672;&#12375;&#12383;&#12371;&#12392;&#12289;&#12486;&#12473;&#12488;&#20840;&#20307;&#12398;&#21839;&#38988;&#28857;&#12392;&#25913;&#21892;&#12375;&#12383;&#12371;&#12392;(&#12486;&#12473;&#12488;&#12465;&#12540;&#12473;&#12364;&#22810;&#12377;&#12366;&#12390;ci&#12391;&#24656;&#12429;&#12375;&#12356;&#26178;&#38291;&#12364;&#12363;&#12363;&#12427;&#12289;subtest&#12398;&#23566;&#20837;&#12289;&#26085;&#26412;&#35486;&#12486;&#12473;&#12488;&#12465;&#12540;&#12473;&#12398;&#23566;&#20837;&#12394;&#12393;)

### &#9317;&#12381;&#12398;&#20182;&#32048;&#12363;&#12356;tips
&#19978;&#35352;&#12395;&#12399;&#24403;&#12390;&#12399;&#12414;&#12425;&#12394;&#12356;&#32048;&#12363;&#12356;&#25913;&#21892;(&#12486;&#12473;&#12488;&#12398;&#36895;&#24230;&#25913;&#21892;&#12289;pre-commit&#12420;black&#12289;poetry&#12398;&#23566;&#20837;&#12394;&#12393;)&#12395;&#12388;&#12356;&#12390;&#36848;&#12409;&#12390;&#12356;&#12371;&#12358;&#12392;&#24605;&#12356;&#12414;&#12377;&#12290;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/XAPKCP/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/XAPKCP/feedback/</feedback_url>
            </event>
            <event guid='8e46bc8e-1a28-5920-af82-492234f68afc' id='32846' code='VYAE8G'>
                <room>track 5</room>
                <title>How much data can we cram into 16G RAM with less budget?</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T13:30:00+09:00</date>
                <start>13:30</start>
                <duration>00:15</duration>
                <abstract>The amount of memory typically used can range from a minimum of 4G to a maximum of 64G or more. Some enterprises use even more memory than this, but in most cases, the amount of memory that can handle large volumes is limited by cost.
Let&apos;s explore different ways to approach the problem of processing large amounts of data in a constrained environment at the lowest cost using Python.</abstract>
                <slug>pyconapac2023-32846-how-much-data-can-we-cram-into-16g-ram-with-less-budget</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='37068'>Joeun Park</person>
                </persons>
                <language>en</language>
                <description>To maximize data handling within a 16GB memory constraint using Python while minimizing costs, consider the following strategies:

* Sampling data and removing unused data: Working with representative data samples and discarding unnecessary data.

* Chunks and iterators: Processing data in smaller chunks and utilizing iterators to work incrementally.

* Memory-efficient data structures: Choosing data structures optimized for memory usage, such as numpy arrays or pandas dataframes.

* Using the data compression parquet format: Compressing data using the parquet format to reduce memory footprint.

* Parallelization: Leveraging parallel processing techniques to distribute the computational load across multiple cores or machines.

* Using databases: Employing database systems like SQLite or PostgreSQL to store and query large datasets efficiently.

* Distributed processing frameworks Dask, Spark, etc.: Utilizing frameworks like Dask or Spark for distributed processing and handling large-scale data.

Each approach has its own advantages and disadvantages in terms of performance, complexity, and setup. Learn how to choose a strategy that fits your specific use case, data characteristics, and available resources to make the most efficient use of limited memory while keeping costs low.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/VYAE8G/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/VYAE8G/feedback/</feedback_url>
            </event>
            <event guid='a6211c0d-6f2c-562e-81ac-6204dfe36bf0' id='32783' code='3AFMSE'>
                <room>track 5</room>
                <title>Digital Transformation&#12434;Python&#12434;&#20351;&#12387;&#12390;&#36914;&#12417;&#12424;&#12358;&#65281;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T13:55:00+09:00</date>
                <start>13:55</start>
                <duration>00:15</duration>
                <abstract>&#26085;&#26412;&#20225;&#26989;&#12399;&#12377;&#12391;&#12395;&#12487;&#12472;&#12479;&#12523;&#21270;&#12398;&#36947;&#12434;&#36914;&#12435;&#12391;&#12362;&#12426;&#12289;&#31038;&#20869;&#12395;&#12399;&#26377;&#29992;&#12394;&#12487;&#12540;&#12479;&#12364;&#33988;&#31309;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;&#27425;&#12399;&#12371;&#12428;&#12425;&#12434;&#31038;&#20250;&#12398;&#21205;&#12365;&#12392;&#32080;&#12403;&#12388;&#12369;&#12289;&#21177;&#29575;&#21270;&#12392;&#20385;&#20516;&#12434;&#21109;&#36896;&#12377;&#12427;&#27573;&#38542;&#12391;&#12377;&#12290;&#26412;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;&#12371;&#12371;&#12391;Python&#12364;&#24441;&#31435;&#12388;&#12371;&#12392;&#12434;&#31034;&#12375;&#12414;&#12377;&#12290;
&#31038;&#20250;&#12398;&#21205;&#12365;&#12434;&#31034;&#12377;&#12487;&#12540;&#12479;&#12399;&#12377;&#12391;&#12395;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12392;&#12375;&#12390;&#25972;&#20633;&#12373;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;&#12381;&#12398;&#20013;&#12395;&#12399;&#12499;&#12472;&#12493;&#12473;&#12395;&#20351;&#12356;&#12420;&#12377;&#12356;&#12487;&#12540;&#12479;&#12475;&#12483;&#12488;&#12418;&#12354;&#12426;&#12414;&#12377;&#12290;Python&#12398;&#20805;&#23455;&#12375;&#12383;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12434;&#27963;&#29992;&#12377;&#12428;&#12400;&#12289;&#12371;&#12428;&#12425;&#12398;&#12487;&#12540;&#12479;&#12434;&#31777;&#21336;&#12395;&#20998;&#26512;&#12375;&#12289;&#20225;&#26989;&#20385;&#20516;&#12398;&#21109;&#20986;&#12434;&#22987;&#12417;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;Colab&#12289;Panel&#12289;plotly&#12289;pandas&#12394;&#12393;&#12434;&#39366;&#20351;&#12375;&#12390;&#12289;Python&#12398;&#20998;&#26512;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12398;&#24375;&#12415;&#12434;&#26368;&#22823;&#38480;&#12395;&#29983;&#12363;&#12375;&#12289;&#20225;&#26989;&#20385;&#20516;&#21521;&#19978;&#12395;&#12388;&#12394;&#12370;&#12427;&#12371;&#12392;&#12434;&#25552;&#26696;&#12375;&#12414;&#12377;&#12290;
&#20855;&#20307;&#30340;&#12395;&#12399;&#12289;&#12499;&#12472;&#12493;&#12473;&#12395;&#27963;&#29992;&#12375;&#12420;&#12377;&#12356;&#12487;&#12540;&#12479;&#12475;&#12483;&#12488;&#12398;&#32057;&#20171;&#12392;&#12289;&#23455;&#38555;&#12395;&#27671;&#35937;&#12487;&#12540;&#12479;&#12539;&#22320;&#19979;&#37444;&#12398;&#20055;&#36554;&#25968;&#12539;&#20206;&#24819;&#22770;&#19978;&#12487;&#12540;&#12479;&#12434;Python&#12391;&#20998;&#26512;&#12375;&#12289;&#20225;&#26989;&#20385;&#20516;&#12434;&#21521;&#19978;&#12373;&#12379;&#12427;&#26041;&#27861;&#12398;&#25552;&#26696;&#12434;&#34892;&#12356;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32783-digital-transformationpython</slug>
                <track>Others</track>
                
                <persons>
                    <person id='37014'>hideyuki ogawa</person>
                </persons>
                <language>en</language>
                <description>&#20225;&#26989;&#12364;&#12487;&#12472;&#12479;&#12523;&#21270;&#12434;&#36914;&#12417;&#12427;&#20013;&#12391;&#12289;&#31038;&#20869;&#12487;&#12540;&#12479;&#12398;&#21033;&#29992;&#12399;&#19968;&#33324;&#21270;&#12375;&#12390;&#12365;&#12414;&#12375;&#12383;&#12290;&#27425;&#12398;&#12473;&#12486;&#12483;&#12503;&#12399;&#12289;&#12371;&#12428;&#12425;&#12398;&#12487;&#12540;&#12479;&#12434;&#31038;&#20250;&#12398;&#21205;&#12365;&#12392;&#32068;&#12415;&#21512;&#12431;&#12379;&#12427;&#12371;&#12392;&#12391;&#12377;&#12290;&#12371;&#12371;&#12391;&#37325;&#35201;&#12392;&#12394;&#12427;&#12398;&#12364;&#12289;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12398;&#27963;&#29992;&#12391;&#12377;&#12290;&#12375;&#12363;&#12375;&#12289;&#12499;&#12472;&#12493;&#12473;&#12395;&#20351;&#12356;&#12420;&#12377;&#12356;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12399;&#38480;&#12425;&#12428;&#12390;&#12356;&#12414;&#12377;&#12290;&#12381;&#12371;&#12391;&#24441;&#31435;&#12385;&#12381;&#12358;&#12394;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12398;&#32057;&#20171;&#12392;&#12289;Python&#12398;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12434;&#29992;&#12356;&#12390;&#12393;&#12398;&#12424;&#12358;&#12395;&#12375;&#12390;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12434;&#20225;&#26989;&#20385;&#20516;&#21109;&#36896;&#12395;&#12388;&#12394;&#12370;&#12427;&#12363;&#12289;&#12381;&#12398;&#26041;&#27861;&#12392;&#25216;&#34899;&#12434;&#25552;&#26696;&#12375;&#12414;&#12377;&#12290;

Python&#12398;&#20351;&#12356;&#26041;&#65306;
&#12371;&#12398;&#12503;&#12524;&#12476;&#12531;&#12486;&#12540;&#12471;&#12519;&#12531;&#12391;&#12399;&#12289;Python&#12398;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12398;&#27096;&#12293;&#12394;&#12484;&#12540;&#12523;&#12434;&#20351;&#29992;&#12375;&#12414;&#12377;&#12290;

Google Colab: Python&#12398;&#12467;&#12540;&#12489;&#12434;&#12502;&#12521;&#12454;&#12470;&#19978;&#12391;&#26360;&#12365;&#12289;&#23455;&#34892;&#12391;&#12365;&#12427;&#12463;&#12521;&#12454;&#12489;&#12505;&#12540;&#12473;&#12398;Jupyter&#12494;&#12540;&#12488;&#12502;&#12483;&#12463;&#29872;&#22659;&#12391;&#12377;&#12290;Colab&#12434;&#20351;&#12387;&#12390;&#12487;&#12540;&#12479;&#20998;&#26512;&#12398;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12434;&#20849;&#26377;&#12375;&#12289;&#35222;&#35226;&#21270;&#12375;&#12414;&#12377;&#12290;

Panel: &#12487;&#12540;&#12479;&#12398;&#21487;&#35222;&#21270;&#12392;&#12452;&#12531;&#12479;&#12521;&#12463;&#12486;&#12451;&#12502;&#12394;&#25506;&#32034;&#12434;&#21487;&#33021;&#12395;&#12377;&#12427;&#39640;&#12524;&#12505;&#12523;&#12398;&#12497;&#12483;&#12465;&#12540;&#12472;&#12391;&#12289;&#12480;&#12483;&#12471;&#12517;&#12508;&#12540;&#12489;&#12420;&#12450;&#12503;&#12522;&#12434;&#20316;&#25104;&#12375;&#12414;&#12377;&#12290;Panel&#12434;&#20351;&#12387;&#12390;&#21205;&#30340;&#12394;&#12487;&#12540;&#12479;&#21487;&#35222;&#21270;&#12434;&#20316;&#25104;&#12375;&#12289;&#20998;&#26512;&#32080;&#26524;&#12434;&#35222;&#35226;&#30340;&#12395;&#34920;&#29694;&#12375;&#12414;&#12377;&#12290;

Plotly: &#39640;&#24230;&#12394;&#12452;&#12531;&#12479;&#12521;&#12463;&#12486;&#12451;&#12502;&#12394;&#12487;&#12540;&#12479;&#21487;&#35222;&#21270;&#12434;&#21487;&#33021;&#12395;&#12377;&#12427;&#12521;&#12452;&#12502;&#12521;&#12522;&#12391;&#12377;&#12290;Plotly&#12434;&#29992;&#12356;&#12390;&#12289;&#12487;&#12540;&#12479;&#12398;&#29305;&#24500;&#12420;&#12497;&#12479;&#12540;&#12531;&#12434;&#35222;&#35226;&#30340;&#12395;&#26126;&#30906;&#12395;&#12375;&#12414;&#12377;&#12290;

Pandas: &#12487;&#12540;&#12479;&#12398;&#21069;&#20966;&#29702;&#12392;&#25506;&#32034;&#30340;&#12487;&#12540;&#12479;&#20998;&#26512;&#12398;&#12383;&#12417;&#12398;&#12484;&#12540;&#12523;&#12391;&#12377;&#12290;Pandas&#12434;&#29992;&#12356;&#12390;&#12487;&#12540;&#12479;&#12398;&#12463;&#12522;&#12540;&#12491;&#12531;&#12464;&#12289;&#22793;&#25563;&#12289;&#38598;&#32004;&#12434;&#34892;&#12356;&#12414;&#12377;&#12290;

&#12371;&#12428;&#12425;&#12398;&#12484;&#12540;&#12523;&#12434;&#32068;&#12415;&#21512;&#12431;&#12379;&#12390;&#20351;&#29992;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#12487;&#12540;&#12479;&#12398;&#21069;&#20966;&#29702;&#12363;&#12425;&#21487;&#35222;&#21270;&#12289;&#20998;&#26512;&#12289;&#20104;&#28204;&#12414;&#12391;&#12398;&#19968;&#36899;&#12398;&#12487;&#12540;&#12479;&#12469;&#12452;&#12456;&#12531;&#12473;&#12398;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12434;&#23455;&#29694;&#12375;&#12414;&#12377;&#12290;&#20855;&#20307;&#30340;&#12394;&#20351;&#29992;&#26041;&#27861;&#12392;&#12467;&#12540;&#12489;&#20363;&#12434;&#32057;&#20171;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#12458;&#12540;&#12487;&#12451;&#12456;&#12531;&#12473;&#12364;&#12371;&#12428;&#12425;&#12398;&#12484;&#12540;&#12523;&#12434;&#33258;&#36523;&#12398;&#12487;&#12540;&#12479;&#20998;&#26512;&#12479;&#12473;&#12463;&#12395;&#12393;&#12398;&#12424;&#12358;&#12395;&#36969;&#29992;&#12391;&#12365;&#12427;&#12363;&#12434;&#29702;&#35299;&#12377;&#12427;&#12398;&#12434;&#21161;&#12369;&#12414;&#12377;&#12290;

&#12458;&#12540;&#12487;&#12451;&#12456;&#12531;&#12473;&#12395;&#20253;&#12360;&#12383;&#12356;&#12371;&#12392;&#65306;
Python&#12364;&#20225;&#26989;&#12398;&#12487;&#12472;&#12479;&#12523;&#12488;&#12521;&#12531;&#12473;&#12501;&#12457;&#12540;&#12513;&#12540;&#12471;&#12519;&#12531;&#12434;&#25512;&#36914;&#12377;&#12427;&#24375;&#21147;&#12394;&#12484;&#12540;&#12523;&#12391;&#12354;&#12427;&#12371;&#12392;&#12434;&#29702;&#35299;&#12375;&#12390;&#12418;&#12425;&#12356;&#12383;&#12356;&#12290;&#12414;&#12383;&#12289;Python&#12434;&#29992;&#12356;&#12390;&#31038;&#20869;&#12487;&#12540;&#12479;&#12392;&#31038;&#20250;&#12398;&#21205;&#12365;&#12434;&#31034;&#12377;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12434;&#32068;&#12415;&#21512;&#12431;&#12379;&#12427;&#12371;&#12392;&#12391;&#12289;&#26032;&#12383;&#12394;&#12499;&#12472;&#12493;&#12473;&#12452;&#12531;&#12469;&#12452;&#12488;&#12434;&#29983;&#12415;&#20986;&#12375;&#12289;&#20225;&#26989;&#20385;&#20516;&#12434;&#21109;&#36896;&#12377;&#12427;&#21487;&#33021;&#24615;&#12434;&#31034;&#12375;&#12414;&#12377;&#12290;

&#12479;&#12452;&#12512;&#12486;&#12540;&#12502;&#12523;&#65288;15&#20998;&#65289;&#65306;

&#12452;&#12531;&#12488;&#12525;&#12480;&#12463;&#12471;&#12519;&#12531; (2&#20998;)
&#12487;&#12472;&#12479;&#12523;&#12488;&#12521;&#12531;&#12473;&#12501;&#12457;&#12540;&#12513;&#12540;&#12471;&#12519;&#12531;&#12392;Python&#12398;&#24441;&#21106;&#12395;&#12388;&#12356;&#12390;&#31777;&#21336;&#12395;&#35500;&#26126;

&#12487;&#12540;&#12479;&#12392;Python&#12398;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512; (3&#20998;)
&#26085;&#26412;&#20225;&#26989;&#12398;&#12487;&#12472;&#12479;&#12523;&#21270;&#12392;&#12381;&#12398;&#20013;&#12391;&#12398;&#31038;&#20869;&#12487;&#12540;&#12479;&#12398;&#37325;&#35201;&#24615;
&#20225;&#26989;&#20385;&#20516;&#12398;&#21521;&#19978;&#12395;&#20351;&#12360;&#12427;&#12458;&#12540;&#12503;&#12531;&#12487;&#12540;&#12479;&#12398;&#32057;&#20171;
Python&#12398;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#65288;Colab&#12289;Panel&#12289;plotly&#12289;pandas&#12289;sklearn&#65289;&#12392;&#12381;&#12398;&#27963;&#29992;&#26041;&#27861;&#12395;&#12388;&#12356;&#12390;&#27010;&#35500;

&#23455;&#20363;&#32057;&#20171;&#12392;&#20998;&#26512; (6&#20998;)
&#23455;&#38555;&#12398;&#27671;&#35937;&#12487;&#12540;&#12479;&#12289;&#22320;&#19979;&#37444;&#12398;&#12487;&#12540;&#12479;&#12289;&#20206;&#24819;&#22770;&#19978;&#12487;&#12540;&#12479;&#12434;&#29992;&#12356;&#12383;&#20998;&#26512;&#12398;&#32057;&#20171;
&#12371;&#12428;&#12425;&#12398;&#12487;&#12540;&#12479;&#12434;Python&#12398;&#12456;&#12467;&#12471;&#12473;&#12486;&#12512;&#12434;&#29992;&#12356;&#12390;&#12393;&#12398;&#12424;&#12358;&#12395;&#20998;&#26512;&#12375;&#12289;&#20385;&#20516;&#12434;&#24341;&#12365;&#20986;&#12377;&#12363;&#12434;&#23455;&#28436;

&#12467;&#12525;&#12490;&#31117;&#12398;&#24433;&#38911;&#12398;&#35251;&#23519;&#12392;&#32771;&#23519; (3&#20998;)
&#19978;&#35352;&#12398;&#12487;&#12540;&#12479;&#12395;&#35211;&#12425;&#12428;&#12427;&#12467;&#12525;&#12490;&#31117;&#12398;&#24433;&#38911;&#12395;&#12388;&#12356;&#12390;&#12398;&#32771;&#23519;

&#12414;&#12392;&#12417;&#65288;1&#20998;&#65289;
&#12488;&#12540;&#12463;&#20869;&#23481;&#12434;&#12414;&#12392;&#12417;&#12427;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/3AFMSE/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/3AFMSE/feedback/</feedback_url>
            </event>
            <event guid='24e54eb0-8b18-5a77-8136-c75a0f32783b' id='32836' code='7XYCHB'>
                <room>track 5</room>
                <title>&#24773;&#22577;&#21454;&#38598;&#12434;&#21177;&#29575;&#21270;&#12377;&#12427;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12398;&#27963;&#29992;&#26041;&#27861; - Python&#12391;&#12399;&#12376;&#12417;&#12427;Awesome&#12522;&#12509;&#12472;&#12488;&#12522;&#12398;&#20316;&#12426;&#26041;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T14:20:00+09:00</date>
                <start>14:20</start>
                <duration>00:15</duration>
                <abstract>&#26032;&#12375;&#12356;&#25216;&#34899;&#24773;&#22577;&#12364;&#27598;&#26085;&#12398;&#12424;&#12358;&#12395;&#20986;&#29694;&#12377;&#12427;&#26152;&#20170;&#12289;&#12371;&#12428;&#12425;&#12398;&#24773;&#22577;&#12434;&#36861;&#12356;&#12363;&#12369;&#12427;&#12371;&#12392;&#12399;&#26178;&#38291;&#12420;&#20307;&#21147;&#12434;&#28040;&#32791;&#12375;&#12414;&#12377;&#12290;&#12375;&#12363;&#12375;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12398;&#27963;&#29992;&#12395;&#12424;&#12426;&#12289;&#12371;&#12398;&#21839;&#38988;&#12434;&#35299;&#27770;&#12391;&#12365;&#12414;&#12377;&#12290;&#12452;&#12531;&#12479;&#12540;&#12493;&#12483;&#12488;&#12363;&#12425;&#24773;&#22577;&#12434;&#33258;&#21205;&#21454;&#38598;&#12375;&#12289;&#12381;&#12398;&#24773;&#22577;&#12434;&#20998;&#39006;&#12289;&#24517;&#35201;&#12395;&#24540;&#12376;&#12390;&#32763;&#35379;&#12375;&#12414;&#12377;&#12290;&#12381;&#12375;&#12390;&#12381;&#12398;&#32080;&#26524;&#12434;&#36074;&#21839;&#24540;&#31572;&#12514;&#12487;&#12523;&#12395;&#20837;&#21147;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#33258;&#20998;&#12398;&#38306;&#24515;&#12395;&#21512;&#12387;&#12383;&#24773;&#22577;&#12434;&#25277;&#20986;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#12371;&#12428;&#12425;&#12398;&#27231;&#33021;&#12399;&#20840;&#12390;&#12458;&#12540;&#12503;&#12531;&#12477;&#12540;&#12473;&#12398;Python&#12521;&#12452;&#12502;&#12521;&#12522;&#12434;&#21033;&#29992;&#12377;&#12427;&#12371;&#12392;&#12391;&#23455;&#29694;&#21487;&#33021;&#12391;&#12377;&#12290;

&#31169;&#33258;&#36523;&#12418;ChatGPT&#12420;&#26085;&#26412;&#35486;NLP&#12395;&#38306;&#12377;&#12427;&#24773;&#22577;&#12434;&#33258;&#21205;&#21454;&#38598;&#12375;&#12289;&#12381;&#12398;&#32080;&#26524;&#12434;Awesome&#12522;&#12509;&#12472;&#12488;&#12522;&#12392;&#12375;&#12390;&#20316;&#25104;&#12375;&#12289;GitHub&#19978;&#12391;&#20844;&#38283;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#12381;&#12371;&#12391;&#12518;&#12540;&#12470;&#12540;&#12363;&#12425;&#12398;&#24847;&#35211;&#12434;&#21442;&#32771;&#12395;&#12375;&#12383;&#24773;&#22577;&#12398;&#21177;&#29575;&#30340;&#12394;&#25972;&#29702;&#12420;&#25522;&#36617;&#26041;&#27861;&#12434;Tips&#12392;&#12375;&#12390;&#20849;&#26377;&#12375;&#12414;&#12377;&#12290;&#12371;&#12398;&#12488;&#12540;&#12463;&#12395;&#21442;&#21152;&#12377;&#12427;&#12371;&#12392;&#12391;&#12300;&#33258;&#21205;&#30340;&#12395;&#24773;&#22577;&#12364;&#38598;&#12414;&#12427;Awesome&#12522;&#12509;&#12472;&#12488;&#12522;&#12398;&#20316;&#12426;&#26041;&#12301;&#12434;&#23398;&#12403;&#12289;&#12373;&#12425;&#12395;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12395;&#38306;&#12377;&#12427;&#30693;&#35672;&#12418;&#36523;&#12395;&#12388;&#12369;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32836-pythonawesome</slug>
                <track>Machine learning</track>
                
                <persons>
                    <person id='37059'>&#27744;&#30000; &#22823;&#24535;</person>
                </persons>
                <language>en</language>
                <description>&#30330;&#34920;&#36039;&#26009;&#65288;Speaker Deck&#65289;
https://speakerdeck.com/taishii/pycon-apac-2023

&#12304;&#12479;&#12452;&#12512;&#12521;&#12452;&#12531;&#12305;
&#12539;&#23566;&#20837;&#65288;1&#20998;&#65289;
- &#33258;&#24049;&#32057;&#20171;
- &#26412;&#30330;&#34920;&#12395;&#12388;&#12356;&#12390;
- &#26412;&#30330;&#34920;&#12398;&#30446;&#30340;

&#12539;&#24773;&#22577;&#21454;&#38598;&#12398;&#29694;&#29366;&#65288;3&#20998;&#65289;
- &#12456;&#12531;&#12472;&#12491;&#12450;&#12364;&#24773;&#22577;&#21454;&#38598;&#12434;&#34892;&#12358;&#38971;&#24230;
- &#24773;&#22577;&#36942;&#22810;&#12395;&#12424;&#12427;&#38283;&#30330;&#12497;&#12501;&#12457;&#12540;&#12510;&#12531;&#12473;&#12408;&#12398;&#24433;&#38911;
- &#35506;&#38988;&#12398;&#25972;&#29702;&#12289;&#35299;&#27770;&#26696;&#12398;&#25552;&#26696;
- &#23455;&#20363;&#65306;&#26085;&#26412;&#35486;NLP&#12395;&#38306;&#12377;&#12427;Awesome&#12522;&#12509;&#12472;&#12488;&#12522; https://github.com/taishi-i/awesome-japanese-nlp-resources
- &#23455;&#20363;&#65306;ChatGPT&#12395;&#38306;&#12377;&#12427;Awesome&#12522;&#12509;&#12472;&#12488;&#12522; https://github.com/taishi-i/awesome-ChatGPT-repositories
- Awesome &#12522;&#12509;&#12472;&#12488;&#12522;&#12392;&#12399;&#65311;

&#12539;&#33258;&#28982;&#35328;&#35486;&#20966;&#29702;&#12434;&#27963;&#29992;&#12375;&#12383;&#24773;&#22577;&#21454;&#38598;&#12398;&#21177;&#29575;&#21270;&#65288;8&#20998;&#65289;
- GitHub API &#12434;&#27963;&#29992;&#12375;&#12383;&#12487;&#12540;&#12479;&#21454;&#38598;
- &#24517;&#35201;&#12394;&#24773;&#22577;&#12434;&#35211;&#12388;&#12369;&#20986;&#12377;&#12486;&#12461;&#12473;&#12488;&#20998;&#39006;
	- &#22823;&#35215;&#27169;&#35328;&#35486;&#12514;&#12487;&#12523;&#12434;&#21033;&#29992;&#12375;&#12383; Few-Shot &#20998;&#39006;
	- &#23398;&#32722;&#12487;&#12540;&#12479;&#12434;&#21033;&#29992;&#12375;&#12383;&#20107;&#21069;&#23398;&#32722;&#12514;&#12487;&#12523;&#12398;&#12501;&#12449;&#12452;&#12531;&#12481;&#12517;&#12540;&#12491;&#12531;&#12464;
	- &#22823;&#35215;&#27169;&#35328;&#35486;&#12514;&#12487;&#12523;&#12398;&#20837;&#21147;&#12392;&#12377;&#12427;&#12503;&#12525;&#12531;&#12503;&#12488;
	- OpenAI API &#12434;&#21033;&#29992;&#12375;&#12383;&#12486;&#12461;&#12473;&#12488;&#20998;&#39006;
	- Hugging Face &#12395;&#20844;&#38283;&#12373;&#12428;&#12390;&#12356;&#12427;&#12514;&#12487;&#12523;&#12434;&#21033;&#29992;
	- &#12486;&#12461;&#12473;&#12488;&#20998;&#39006;&#12398;&#31934;&#24230;&#26908;&#35388;
- &#24773;&#22577;&#12434;&#12431;&#12363;&#12426;&#12420;&#12377;&#12367;&#20253;&#12360;&#12427;&#22810;&#35328;&#35486;&#27231;&#26800;&#32763;&#35379;
	- OpenAI API &#12434;&#21033;&#29992;&#12375;&#12383;&#22810;&#35328;&#35486;&#27231;&#26800;&#32763;&#35379;
- &#65288;&#21442;&#32771;&#65289;&#21177;&#29575;&#30340;&#12395;&#24773;&#22577;&#12434;&#25506;&#12375;&#20986;&#12377;&#26908;&#32034;&#12539;&#36074;&#21839;&#24540;&#31572;

&#12539;&#24773;&#22577;&#12364;&#33258;&#21205;&#30340;&#12395;&#38598;&#32004;&#12373;&#12428;&#12427; Awesome &#12522;&#12509;&#12472;&#12488;&#12522;&#65288;2&#20998;&#65289;
- Awesome &#12522;&#12509;&#12472;&#12488;&#12522;&#12398;&#20316;&#12426;&#26041;
- &#12518;&#12540;&#12470;&#12540;&#12395;&#20385;&#20516;&#12398;&#12354;&#12427;&#24773;&#22577;&#12398;&#36861;&#21152; 
- &#24773;&#22577;&#25522;&#36617;&#20316;&#26989;&#12398;&#33258;&#21205;&#21270;
- Awesome &#12522;&#12509;&#12472;&#12488;&#12522;&#12398;&#23436;&#25104;

&#12539;&#12414;&#12392;&#12417;&#65288;1&#20998;&#65289;
- &#22823;&#35215;&#27169;&#35328;&#35486;&#12514;&#12487;&#12523;&#26178;&#20195;&#12398;&#24773;&#22577;&#21454;&#38598;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links>
                    <link href="https://speakerdeck.com/taishii/pycon-apac-2023">&#30330;&#34920;&#12473;&#12521;&#12452;&#12489;&#65288;Speaker Deck&#65289;</link>
                </links>
                <attachments>
                    <attachment href="https://pretalx.com/media/pyconapac2023/submissions/7XYCHB/resources/%E6%83%85%E5%A0%B1%E5%8F%8E%E9%9B%86%E3%82%92%E5%8A%B9%E7%8E%87%E5%8C%96%E3%81%99%E3%82%8B%E8%87%AA%E7%84%B6%E8%A8%80%E8%AA%9E%E5%87%A6%E7%90%86%E3%81%AE%E6%B4%BB%E7%94%A8%E6%96%B9%E6%B3%95_nBIub14.pdf">&#30330;&#34920;&#12473;&#12521;&#12452;&#12489;&#65288;pdf&#65289;</attachment>
                </attachments>

                <url>https://pretalx.com/pyconapac2023/talk/7XYCHB/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/7XYCHB/feedback/</feedback_url>
            </event>
            <event guid='64da832e-32f5-5ef8-85ad-52d3558fa908' id='32230' code='M9Q8EN'>
                <room>track 5</room>
                <title>Internals of Generators</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T15:20:00+09:00</date>
                <start>15:20</start>
                <duration>00:15</duration>
                <abstract>Generators in Python can be found in many kinds of projects and applications. But how do they work exactly and how are they implemented?</abstract>
                <slug>pyconapac2023-32230-internals-of-generators</slug>
                <track>Tips of development with Python</track>
                
                <persons>
                    <person id='36511'>Steph Samson</person>
                </persons>
                <language>en</language>
                <description>In this talk, we will try to better understand generators in Python. We&apos;ll start from the beginning with iterators and make our way up to generators and how they&apos;re being used in applications today. To further cement our understanding, we&apos;ll look at how generators are implemented in Python&apos;s most popular reference implementation, CPython.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/M9Q8EN/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/M9Q8EN/feedback/</feedback_url>
            </event>
            <event guid='48a104df-cd5d-5926-9d9b-a32bba7c8b90' id='31766' code='7AXCMU'>
                <room>track 5</room>
                <title>Dodging Dependency Confusion In A Nutshell</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T15:45:00+09:00</date>
                <start>15:45</start>
                <duration>00:15</duration>
                <abstract>Have you ever experienced that moment, when you try to phonecall a number, and you have a small mistake in one of the digits? That&apos;s exactly what happens when you import the wrong package into your code! Unintended answers will be received from the other side. In this talk, we will discover a unique attack vector that hackers exploit to have direct access to your repository, and how to avoid it.</abstract>
                <slug>pyconapac2023-31766-dodging-dependency-confusion-in-a-nutshell</slug>
                <track>Others</track>
                
                <persons>
                    <person id='36117'>Khalil Lemtaffah</person>
                </persons>
                <language>en</language>
                <description># What is it about?
Dependency confusion is a new attack vector that was discovered in early 2021 by the security researcher Alex Birsan, where he discovered that multiple big organizations such as Microsoft, Apple, and others, are vulnerable to this sort of software supply chain exploit.
The actual vulnerability resides in the fact that the developer makes a mistake in importing one or more of the packages to the source code, in that case, if an attacker has disclosure to the used packages, can search through package indexes (e.g. PyPI) and use that mistake in his favor, upload a malware to the index, which will be later imported to the affected piece of code.

# What&apos;s the impact?
An attacker will have direct read and write permissions in the code, even worse, can perform other malicious activities, such as dumping the database, deleting files, disclosing sensitive information, and more...

# Small example
Suppose in a big project, a developer made a small typo and instead of importing the &quot;requests&quot; library he imported &quot;reqests&quot;. Suppose also that this &quot;reqests&quot; library is just imported but not used, so the developer won&apos;t get any errors after running his code. If the attacker somehow can know about that, he will go to PyPI, and search for [reqests](https://pypi.org/search/?q=reqests), he will find that there&apos;s no previously created package with that name, so he will create one on the index, that contains some malicious code, such as a reverse shell or just a simple fetcher that will help him dump everything from the backend of the infected project.

# Outline of the talk
In my talk, I will try to explain in simple terms what dependency confusion is, followed by some real-world examples of previously found vulnerabilities, in all different package indexes. This is going it be sort of a security awareness presentation so that developers should pay more attention to what they&apos;re including in their code from the internet. I will try to follow these bullet points:
- introductory example
- PyPI overview
- What is a dependency?
- Typosquatting
- Dependency confusion
- Real-world scenarios of the vulnerability
- Best practices and ways to avoid</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/7AXCMU/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/7AXCMU/feedback/</feedback_url>
            </event>
            <event guid='d74f768d-5e5b-516f-8246-ee565260d121' id='32781' code='VT7ZRQ'>
                <room>track 5</room>
                <title>&#12372;&#24403;&#22320;&#12464;&#12523;&#12513;&#12510;&#12483;&#12503;&#12434;&#20316;&#12429;&#12358;&#12290;</title>
                <subtitle></subtitle>
                <type>15 Minute Talk</type>
                <date>2023-10-28T16:10:00+09:00</date>
                <start>16:10</start>
                <duration>00:15</duration>
                <abstract>&#26053;&#34892;&#12364;&#12375;&#12420;&#12377;&#12367;&#12394;&#12387;&#12383;&#12398;&#12391;&#12289;&#22320;&#22495;&#12398;B&#32026;&#12464;&#12523;&#12513;&#12434;&#39135;&#12409;&#27497;&#12367;&#12383;&#12417;&#12398;&#12510;&#12483;&#12503;&#20316;&#12427;&#26041;&#27861;&#12434;&#32771;&#12360;&#12390;&#12356;&#12365;&#12414;&#12377;&#12290;

&#12371;&#12398;&#12488;&#12540;&#12463;&#12391;&#12399;&#12289;&#22320;&#22495;&#12398;B&#32026;&#12464;&#12523;&#12513;&#12398;&#24773;&#22577;&#12434;&#21462;&#24471;&#12375;&#12390;&#12289;&#12510;&#12483;&#12503;&#12434;&#20316;&#12426;&#27963;&#29992;&#12377;&#12427;&#26041;&#27861;&#12434;&#35299;&#35500;&#12375;&#12414;&#12377;&#12290;
&#20363;&#12392;&#12375;&#12390;&#12289;&#31169;&#12364;&#20303;&#12435;&#12391;&#12356;&#12427;&#12372;&#24403;&#22320;&#12464;&#12523;&#12513;&#12434;&#20351;&#12387;&#12390;&#23455;&#38555;&#12395;&#12510;&#12483;&#12503;&#12434;&#20316;&#12426;&#26053;&#34892;&#20013;&#12395;&#21033;&#29992;&#12391;&#12365;&#12427;&#12418;&#12398;&#12434;&#20316;&#12426;&#12414;&#12377;&#12290;

Python boot camp&#12395;&#21442;&#21152;&#12373;&#12428;&#12383;&#26041;&#12398;&#27425;&#12398;&#12486;&#12540;&#12510;&#12392;&#12375;&#12390;&#25201;&#12360;&#12427;&#12424;&#12358;&#12394;&#27969;&#12428;&#12434;&#24819;&#23450;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;</abstract>
                <slug>pyconapac2023-32781</slug>
                <track>Niche technique</track>
                
                <persons>
                    <person id='37013'>Hiroshi Sano</person>
                </persons>
                <language>en</language>
                <description>&#12488;&#12540;&#12463;&#12398;&#27969;&#12428;&#12399;&#20197;&#19979;&#12398;&#36890;&#12426;&#12392;&#12394;&#12426;&#12414;&#12377;&#12290;

&#8251;[&#36861;&#35352;:2023-09-24]&#24403;&#21021;&#20104;&#23450;&#12398;30&#20998;&#12488;&#12540;&#12463;&#12363;&#12425;15&#20998;&#12408;&#22793;&#26356;&#12392;&#12394;&#12387;&#12383;&#12383;&#12417;&#12289;&#26178;&#38291;&#12395;&#20313;&#35029;&#12364;&#12354;&#12387;&#12383;&#12425;&#25201;&#12358;&#37096;&#20998;&#12399;[&#20184;&#37682;]&#12392;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;

### &#12372;&#24403;&#22320;&#12464;&#12523;&#12513;&#12398;&#24773;&#22577;&#12399;&#12393;&#12371;&#12395;&#12354;&#12427;&#12363;

* &#22320;&#22495;&#12398;&#35251;&#20809;&#24773;&#22577;&#12434;&#25506;&#12377;
* &#12381;&#12371;&#12398;&#24773;&#22577;&#12399;&#27231;&#26800;&#21487;&#35501;&#24615;&#12364;&#12354;&#12427;&#12398;&#12363;&#12434;&#32771;&#12360;&#12427;

###  &#24773;&#22577;&#12434;&#21454;&#38598;&#12377;&#12427;
* Web&#12473;&#12463;&#12524;&#12452;&#12500;&#12531;&#12464;&#12391;&#21454;&#38598;&#12377;&#12427;
* [&#20184;&#37682;]&#30011;&#20687;&#35672;&#21029;&#12391;&#21152;&#24037;&#12434;&#35430;&#12415;&#12427;

### &#12510;&#12483;&#12503;&#12398;&#20803;&#12392;&#12394;&#12427;&#12487;&#12540;&#12479;&#12434;&#20316;&#12427;
* &#24773;&#22577;&#12434;&#25972;&#29702;&#12375;&#12390;&#12501;&#12449;&#12452;&#12523;&#12434;&#20316;&#12427;
* [&#20184;&#37682;]&#22320;&#29702;&#24773;&#22577;&#12434;&#38598;&#12417;&#12427;

### &#26053;&#34892;&#20013;&#12395;&#20351;&#12358;&#12383;&#12417;&#12398;&#12484;&#12540;&#12523;

* &#24040;&#20154;&#12395;&#20055;&#12427;: Google&#12510;&#12452;&#12510;&#12483;&#12503;&#12434;&#20351;&#12362;&#12358;
* [&#20184;&#37682;]&#12509;&#12540;&#12479;&#12502;&#12523;&#12395;&#25201;&#12358;: &#21360;&#21047;&#12434;&#12377;&#12427;
* [&#20184;&#37682;]&#23554;&#29992;&#12398;WEB&#12450;&#12503;&#12522;&#12434;&#20316;&#12429;&#12358;

### &#12414;&#12392;&#12417;: &#12415;&#12435;&#12394;&#12391;&#12372;&#24403;&#22320;&#12464;&#12523;&#12513;&#12510;&#12483;&#12503;&#12434;&#20316;&#12429;&#12358;&#65281;

&#21033;&#29992;&#12377;&#12427;&#25216;&#34899;&#12392;&#38306;&#36899;&#12377;&#12427;&#12469;&#12540;&#12489;&#12497;&#12540;&#12486;&#12451;&#12521;&#12452;&#12502;&#12521;&#12522;&#12289;API&#12399;&#20197;&#19979;&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;

* WEB&#12473;&#12463;&#12524;&#12452;&#12500;&#12531;&#12464;: requests+beautifulsoup4 / [&#20184;&#37682;]selenium
* &#12487;&#12540;&#12479;&#22793;&#25563;: csv&#12514;&#12472;&#12517;&#12540;&#12523;
* [&#20184;&#37682;]&#30011;&#20687;&#35672;&#21029;: Google Cloud Vision
* [&#20184;&#37682;]WEB&#12469;&#12540;&#12499;&#12473;: flet</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/pyconapac2023/talk/VT7ZRQ/</url>
                <feedback_url>https://pretalx.com/pyconapac2023/talk/VT7ZRQ/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='4' date='2023-10-29' start='2023-10-29T04:00:00+09:00' end='2023-10-30T03:59:00+09:00'>
        
    </day>
    
</schedule>
