[Tutor] pythonic

David Rock david at graniteweb.com
Mon Apr 2 09:01:37 EDT 2018


> On Mar 30, 2018, at 04:15, George Fischhof <george at fischhof.hu> wrote:
> 
> 2.)
> argparse
> 
> it is good, but you can write more Pythonic code using click
> https://pypi.python.org/pypi/click/
> it is also Pythonic to use / know the Python ecosystem (the packages)

It’s just as (if not more) pythonic to use the standard libraries. It’s very common in a professional environment to not have access to outside (i.e., internet) resources.  I wouldn’t venture into Pypi unless there’s something you can’t do well with what’s already provided by default.


— 
David Rock
david at graniteweb.com






More information about the Tutor mailing list