/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

www.dataquest.io
| | accessibleai.dev
2.5 parsecs away

Travel
| | In this article I'll introduce you to Anaconda and show you how get a standardized Python data science environment up and running on your machine in minutes.
| | martibosch.github.io
2.7 parsecs away

Travel
| | Urban sprawl, Python, and a bit of landscape ecology and complexity
| | michaelneuper.com
2.7 parsecs away

Travel
| | Introduction The popularity of Jupyter Notebook has surged in recent years as a powerful tool for interactive data analysis and visualization. However, there is an alternative that has been around for a longer time and is proving to be a valuable resource for many programmers: Emacs Org Mode. In this blog post, we will explore how you can replace Jupyter Notebook with Emacs Org Mode for a seamless and efficient literate programming experience.
| | blog.zespre.com
4.6 parsecs away

Travel
| Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...