/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

fuzzyblog.io
| | akaptur.github.com
4.1 parsecs away

Travel
| | Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...
| | www.jeremycherfas.net
4.7 parsecs away

Travel
| | [AI summary] The author troubleshoots 'ModuleNotFoundError' issues while attempting to run a 2017 Python tutorial on Jupyter notebooks, ultimately resolving the environment configuration problem with help from the community.
| | kqueue.org
5.6 parsecs away

Travel
| | It has been a while since I blogged last time. One change is that I started to have nightmares about me forgetting to prepare for lecture, rather than forgetting to turn in homework as in the past 20(?) years-life does get better.
| | mathspp.com
26.8 parsecs away

Travel
| There are many situations in which it is better to use a try statement to handle an error than using an if statement to prevent the error.