Explore >> Select a destination


You are here

mattgemmell.scot
| | jborza.com
5.5 parsecs away

Travel
| | I thought it would be fun to calculate length of each audiobook, as I really like audiobooks. One can listen to them while travelling, falling asleep, walking outside, and many other activities. To get all of the audiobooks in a folder, I used os.listdir() and os.path.isdir(). Then I crawled through the subfolders, and if there was a length of the audio files, I kept the pair folder name / length in a list.
| | kchodorow.com
5.7 parsecs away

Travel
| | Disclaimer: GV is an investor in Warp. Whenever I start a new Python project, I have to go look up the syntax for creating a virtual environment. Somehow it can never stick in my brain, but it seems too trivial to add a script for. I've been using Warp as my main shell for a...
| | 3.70.187.24
5.4 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.
| | 128bit.io
21.1 parsecs away

Travel
| So, it was time for a bit of change for the blog. I have been using an older version of Jekyll for some time and upgrading for me has always been a pain. I picked to move away from Jekyll to something new, this is where Hugo comes into play. Hugo Hugo is another static site generator like Jekyll but written in Go, it boasts itself as the fastest tool of its kind but it wasn't the speed that drew me to it.