/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gouthamanbalaraman.com
| | dbanuggets.com
0.8 parsecs away

Travel
| | With the invitation of Steve Jones for April month of T-SQL Tuesday, I am going to share some of my thoughts on using Jupyter notebooks. Jupyter Notebook is an open-source web application that can serve us to create, share code and documents with others. It provides that beautiful way to document your code, text, images...
| | www.ethanrosenthal.com
1.1 parsecs away

Travel
| | I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.
| | vickiboykis.com
1.1 parsecs away

Travel
| | 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.
| | www.sqlserver-dba.com
13.5 parsecs away

Travel
| SQL Server column level encryption example - although easy to setup requires some planning & management of master keys to allow movement and recoverability