I figured out the pupillary distance, but some basic things about this escape me. Like which eye is which?
This is the data needed by the supplier:
Zenni input:
Right Eye - OD
SPH
CYL
Axis
Left Eye - OS
SPH
CYL
Axis
Prism Values
Right Eye - OD
Horizontal
Base Direction
InOut
Vertical
Base Direction
Up or Down?
Left Eye - OS
Horizontal
Base Direction
InOut
Vertical
Base Direction
Up or Down?
It’s a slightly expired prescription, but I’m doing the Zenni Optical thing for some short-term computer glasses until I can get a new prescription. It’s unlikely that my new prescription will be less complicated, so this is good practice.
Not if I can avoid it, and I’ve forgotten. Some things require python 2, others python 3, Homebrew broke some of my scripts when it stopped supporting python 2…
I only use python to deal with the occasional AWS thing so I don’t really have anything special other than vim, pylint and pytest (so other people can verify my POS scripts did what they were supposed to do and if they don’t any more, that’s their problem).
I avoid Python as much as possible, but vscode is a pretty damn good dev environment for it. It’s free, well supported, powerful, and (relatively) lightweight. It does code completion, linting, debugging, etc.
It’s been 5 years since I did. I just used Sublime Text and a local install of whatever python version was on the server at that time. It was a small project with a goal of no additional configuration or dependencies needed on the server.
If I were doing anything more significant, or anything more recently, I’d almost certainly do it differently. I don’t know exactly how though, other than having python and dependencies live in a docker container.