/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

healeycodes.com
| | xnacly.me
2.7 parsecs away

Travel
| | Reducing the execution time of a benchmark by 85% or 7.03x
| | gouthamanbalaraman.com
1.3 parsecs away

Travel
| | Some notes on profiling python code in the Jupyter notebook environment
| | ehmatthes.com
1.6 parsecs away

Travel
| | I was working on a longer post recently about optimizing a messy exploratory Python project, where the file I was focusing on took about 16 seconds to run.
| | abstractexpr.com
17.0 parsecs away

Travel
| Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug...