Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> It's also common / Pythonic to use uppercase L for lists.

Variables always start with a lowercase letter in idiomatic Python unless they're constants or types.

Using single-letter uppercase for variables is not unusual in ML Python code, but that also happens to be one of the worst ecosystems when it comes to idiomatic Python and general code quality.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: