2 papers
cs.SE2022
pycefr: Python Competency Level through Code Analysis
Gregorio Robles, Raula Gaikovina Kula, Chaiyong Ragkhitwetsagul +3
Python is known to be a versatile language, well suited both for beginners and advanced users. Some elements of the language are easier to understand than others: some are found in…
cs.SE2020
Teddy: Automatic Recommendation of Pythonic Idiom Usage For Pull-Based Software Projects
Purit Phan-udom, Naruedon Wattanakul, Tattiya Sakulniwat +4
Pythonic code is idiomatic code that follows guiding principles and practices within the Python community. Offering performance and readability benefits, Pythonic code is claimed t…