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
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.