/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

hjr265.me
| | mary.codes
2.4 parsecs away

Travel
| | The personal website of Mary Knize. Web development, art, and tinkering with fun projects.
| | 3.70.187.24
3.0 parsecs away

Travel
| | [AI summary] The author, a beginner programmer with experience in C, decides to switch to Python for its extensive libraries and resources, particularly for use with Raspberry Pi projects, and is currently learning through a free book.
| | blog.hao.dev
3.3 parsecs away

Travel
| | I was working with replacing strings using Regular Expression today and I found this amazing tools which saved me a lot of trouble. It allow custom text string to perform the regular expression on, and you can toggle between 3 different regular expression syntaxes: PHP, JavaScript and Python. There are also useful tips on the right hand side as well as a regex syntax look up table. Overall, a very handy free tool.
| | wittchen.io
12.6 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 ...