PyCon JP 2024

ロケール設定が保存されました。pretalxでは英語のサポートが充実していると思っていますが、問題やエラーが発生した場合は、ぜひご連絡ください。

The Sense of Style: A Talk On Coding Aesthetics
2024/09/27 , 4F Track4

Coding aesthetics, in this context, refers to how code is written. It is essential that programmers also pay attention to the aesthetics and not just the functionality the code aims to achieve. There are several ways to make Python code aesthetically pleasing, such as code refactoring, using static code analysis tools like PyLint to check compliance with PEP8 guidelines, and applying syntactic sugar. The talk mainly covers the importance of style in coding and the available tools and techniques for Python programmers that help maintain coding aesthetics.


この題材を選んだ理由やきっかけ

I wanted to share the importance of coding aesthetics to a broader audience. So, I chose this topic.

オーディエンスが持って帰れる具体的な知識やノウハウ

The audience will get to learn about the techniques they can use to write clean and maintainable Python code.

オーディエンスに求める前提知識

Basic programming experience with Python ( or any other programming language) should be enough.

オーディエンスの経験レベル

Intermediate

発表の言語

English

発表資料の言語

English

See also: Presentation Slides

Shiva is a Software Engineer based in Bellevue, WA, USA. He has previously presented posters at PyCon-AU and PyCon-US. In addition to software engineering, he loves reading, writing, and playing cricket.