/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.jhanley.com
| | github.com
2.4 parsecs away

Travel
| | Transit for ClojureScript. Contribute to cognitect/transit-cljs development by creating an account on GitHub.
| | earthly.dev
2.4 parsecs away

Travel
| | This tutorial explains how to create a Python virtual environment using PyInstaller, a packaging tool for Python applications, and distribute them ...
| | blog.networktocode.com
2.5 parsecs away

Travel
| | [AI summary] This technical blog post introduces Nautobot and details the first step in a series on how to develop plugins for the open-source network automation platform using Python and Django.
| | wittchen.io
12.1 parsecs away

Travel
| Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...