/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

vickiboykis.com
| | gouthamanbalaraman.com
0.8 parsecs away

Travel
| | Some notes on profiling python code in the Jupyter notebook environment
| | www.ethanrosenthal.com
0.5 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.
| | stribny.name
0.7 parsecs away

Travel
| | [AI summary] This article explains interactive computing with Jupyter Notebooks, covering its definition, use cases for data science and education, installation methods, and how to manage kernels.
| | dataonwheels.wordpress.com
11.1 parsecs away

Travel
| Thanks to Matt Gordon (@atsqlspeed) for hosting this T-SQL Tuesday. Splitting Strings in SQL A problem that has plagued SQL developers through the years is splitting strings. Many techniques have been used as more capabilities were added to SQL Server including XML datatypes, recursive CTEs and even CLR. I have used XML datatype methods to...