You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-e...@googlegroups.com
My rate of programming has accelerated greatly recently. In part, this is because I realize just how big a privilege it is to be able to continue my life's work. But Leonine tools are also a big part of the picture.
I use the following tools constantly. I won't rank them, but each contributes significantly:
- pyflakes: Automatically called whenever I save a file. - pylint: I use this more often now that it runs in the background. - cff: I use this all the time. It is a killer feature. - git: An essential security blanket. - unit tests: I run the importer tests constantly to ensure that new work hasn't broken anything.
Summary
The workflows involving pyflakes, pylint and cff are all new this year. My confidence and energy levels are much higher as a result.
EKR
Edward K. Ream
unread,
Nov 4, 2016, 10:59:54 AM11/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
On Fri, Nov 4, 2016 at 9:46 AM, Edward K. Ream <edre...@gmail.com> wrote:
I use the following tools constantly. I won't rank them, but each contributes significantly:
And behind everything is python. It never gets in my way. It's always a joy.