/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

bambinos.github.io
| | austinrochford.com
3.0 parsecs away

Travel
| | Splines are a powerful tool when modeling nonlinear relationships. This post shows how to include splines in a Bayesian model in Python using pymc3. In addition, we will show how to use a second splin
| | isaacslavitt.com
3.8 parsecs away

Travel
| | [AI summary] A Python developer solves the German Tank Problem using Markov Chain Monte Carlo methods, comparing implementations in Sampyl, PyMC3, and PyStan.
| | humberto.io
3.0 parsecs away

Travel
| | Publish your first package to the Python Package Index (PyPI)
| | wittchen.io
5.2 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 ...