/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

bitsofco.de
| | davidalfonso.es
1.8 parsecs away

Travel
| | [AI summary] The author details the process of removing all their tweets from Twitter by creating a script to delete them in batches due to API limitations and the lack of a free endpoint to list tweets.
| | nabeelvalley.co.za
2.9 parsecs away

Travel
| | Build a GitHub action that updates your Twitter Profile
| | amanhimself.dev
1.9 parsecs away

Travel
| |
| | vickiboykis.com
22.3 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.