Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Talk details are specified in YAML files
# YAML was selected because we can use multi-line strings and add
# comments in the file.
speaker_name: "Wei Lee"
talk_title: "Python table manners: a clean style"
# At least 1 tag is necessary!!
talk_tags:
- "Community, Social, Ethics, and Education"
- "Tools, Testing, and Practices"
talk_abstract: "Programming is not just about writing runnable codes but writing maintainable and extensible applications. Besides the general design issue, many code quality aspects need to take care, such as PEP 8, test coverage, security, etc. Manually checking them can be time-consuming and error-prone for both writers and reviewers. Thus, I'd like to introduce tools that can help us with each of these checkings. In this talk, you will hear a brief introduction of over a dozen tools. By leveraging tools, we get rid of the repetitive and tedious tasks and focus on higher-level software design. In the end, I'll propose a workflow combining all these tools which can be quickly followed and adjusted to any software project."
about_author: "Wei Lee is a software engineer at Rakuten Slice, and now also a volunteer of PyCon TW. Being a lazy engineer, he is passionate at automating everything. Mainly use Python for automating trivial stuff and backend development. Personal Website: [https://lee-w.github.io/](https://lee-w.github.io/)"
talk_metadata:
- "**Date:** Sunday Nov. 17"
- "**Location:** Sky Room"
- "**Begin time:** 15:25"
- "**Duration:** 25 minutes"