|
You are here |
tomaugspurger.net | ||
| | | | |
xcorr.net
|
|
| | | | | By far the most popular post on this blog is areview of severalPython integrated development environments (IDEs)gearedtowardscience. Coming from a Matlab background, it's natural tosearch for something Matlab-like to replace it - an IDE with integrated editor, code execution, plotting, benchmarking, file management, etc. An increasingly attractive alternative is the IPython Notebook. The ipython Notebook... | |
| | | | |
blog.reviewnb.com
|
|
| | | | | Let's look at all the tools you can leverage to make notebooks play nicely with modern version control systems like git... | |
| | | | |
vickiboykis.com
|
|
| | | | | When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here. | |
| | | | |
yoongkang.com
|
|
| | | JSON Web Tokens (JWTs) are commonly used today in a number of applications, especially as bearer tokens. | ||