back

by fredley·3y ago·view on hn ↗
I am going this way too. I recently tried to onboard a few contractors with limited python experience. It took several deep sessions to work out why they couldn't get an environment set up. After 10+ years I've never come across the install certificates command. There's still no way to get a dev environment with a specific version of Python working with one command that works reliably everywhere. pyenv isn't even packaged for Linux, you have to install from source.

This, plus Typescript's superior type system makes it very tempting for application development.

However I'll probably wait until there's a really good Jupyter Notebook equivalent...

3 comments
No need to wait, there is a Javascript kernel for Jupyter Notebook:

https://github.com/n-riesco/ijavascript

I used this for interactive debugging AWS API calls using the AWS Javascript SDK. It worked great!

> There's still no way to get a dev environment with a specific version of Python working with one command that works reliably everywhere.

Closest thing to this is Docker nowadays. It's so annoying. npm just works.

> However I'll probably wait until there's a really good Jupyter Notebook equivalent... Ha, take that Observable! >:)