Shiva Bhusal
Shiva is a Software Engineer at Microsoft, and currently lives in Redmond, Washington. Besides Software Engineering, he loves reading, writing, watching cricket, and hiking. He is a first-time speaker. He has previously presented his posters at PyCon-US and PyCon-AU.
Cancelled Talks:
The Art of Code Refactoring in Python
Code refactoring is the process of restructuring existing code without changing its external behavior, thus improving the quality, readability, and maintainability of code. In this talk, we will explore the art of code refactoring in Python, including best practices, common techniques, and tools that can help make the process easier and more efficient.
We will begin by discussing the importance of code refactoring and the principles outlined in the Zen of Python. We will then delve into specific techniques for refactoring Python code, such as extracting methods, renaming variables, and simplifying conditional expressions. We will also explore tools such as pylint and black that can help automate some aspects of the refactoring process.
Throughout the talk, we will use real-world examples to illustrate the concepts and techniques discussed. I hope, after the talk, the attendees will have a deeper understanding of the art of code refactoring in Python, and knowledge that they can apply to their own projects.