Thank you!
I think it's primarily meant as a learning tool. Here's the TL;DR from their GitHub.[1] PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" programming frameworks, making the web a friendly,…
I'd like to recommend Aegis Authenticator, which is FOSS. It also encrypts tokens at rest, has password protection and the ability to export tokens. Lastpass Authenticator does not do that, so I spent an hour yesterday…
I had a similar problem in a prediction pipeline a few years back. If I remember correctly, someone updated a R package to the next minor version. The package was to read an obscure file format. The fix installed a new…
This really feels like the end of an era. I got my start going through the MITx computer science and probability courses. I wouldn't be a data scientist today if I didn't have those resources available. I now understand…
This meta-analysis suggests that masks are effective for both healthcare workers and not healthcare workers on a population level. https://www.sciencedirect.com/science/article/pii/S147789392...
I spent about an hour trying to set up a TiddlyWiki for a Zettelkasten, but couldn't get it working. I was overwhelmed by the number of editors available. I now use Zettlr. Is there a tutorial you used to help your set…
Numpy enforces type consistency within arrays. Type errors are still possible but generally rarer and are noticed sooner than base Python.
Thank you!
I think it's primarily meant as a learning tool. Here's the TL;DR from their GitHub.[1] PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" programming frameworks, making the web a friendly,…
I'd like to recommend Aegis Authenticator, which is FOSS. It also encrypts tokens at rest, has password protection and the ability to export tokens. Lastpass Authenticator does not do that, so I spent an hour yesterday…
I had a similar problem in a prediction pipeline a few years back. If I remember correctly, someone updated a R package to the next minor version. The package was to read an obscure file format. The fix installed a new…
This really feels like the end of an era. I got my start going through the MITx computer science and probability courses. I wouldn't be a data scientist today if I didn't have those resources available. I now understand…
This meta-analysis suggests that masks are effective for both healthcare workers and not healthcare workers on a population level. https://www.sciencedirect.com/science/article/pii/S147789392...
I spent about an hour trying to set up a TiddlyWiki for a Zettelkasten, but couldn't get it working. I was overwhelmed by the number of editors available. I now use Zettlr. Is there a tutorial you used to help your set…
Numpy enforces type consistency within arrays. Type errors are still possible but generally rarer and are noticed sooner than base Python.