How much do you really use?

I’ve been doing a little introspection lately about what software I use, not at an application level but at a feature level.

LaTeX It started with looking at what parts of LaTeX I use.

I wrote about this in April, and I revisited it this week in response to some client work [1].

LaTeX is second nature for me, so I figure that by now I’ve used a lot of its features.

Except I haven’t.

When I searched my hard disk I found I’ve used a few hundred commands and a couple dozen packages.

I’m fluent in LaTeX after using it for most of my life, but I don’t know it exhaustively.

Far from it.

Also, Pareto stuck his head in yet again: the 20% of commands I use most often account for about 80% of commands in my files.

Python So next I started looking at what parts of Python I use by searching for import statements.

I make heavy use of the usual suspects for applied math — numpy, scipy, sympy, matplotlib, etc.

— but other than those I don’t use a lot of packages.

I was a little surprised to see that collections and functools are the non-mathematical packages I’ve used the most.

A lot of the packages I’ve used have been hapax legomena, specialized packages I use one time.

Other tools I imagine I’d get similar results if I looked at what parts of other programming languages and applications I use often.

And for things I use less often, the percentage of features I use must be tiny.

When I needed to learn SQL, I took at look at the language standard.

There were a bazillion statements defined in the standard, of which I may have used 10 by now.

I imagine there are database gurus who haven’t used more than a few dozen statements.

Encouragement I find all this encouraging because it means the next big, intimidating thing I need to learn probably won’t be that big in practice.

If you need to learn a new programming language and see that the “nutshell” book on the language is 1,500 pages, don’t be discouraged.

The part you need to know may be fragments that amount to 30 pages, though it’s impossible to know in advance which 30 pages they will be.

Related posts Shell one-linear to search directories The Lindy effect Moving from Mathematica to Python [1] I have a client that does a lot with org-mode.

Rather than writing LaTeX files directly, they write org-mode files and export them to LaTeX.

Although you can use LaTeX generously inside org-mode, you do have to do a few things a little differently.

But it has its advantages.

Org has lighter markup and is easier to read.

You can run code inside an org file and have the source and/or the results inserted into the document.

Org cleans up after itself, deleting .

aux files etc.

Org will automatically rerun the LaTeX compiler if necessary to get cross references right.

The outline features in org give you code folding.

You can export the same source to HTML or plain text if you’d like.

.

Leave a Reply