software bits and pieces using python3, django 4, and powershell core on windows 10 pro

Django

I’ve been in the process of running the Django tutorial ( https://docs.djangoproject.com/en/4.0/intro/tutorial01/ ) and have been quite impressed not only with Django overall, but with the fact that the tutorial is up-to-date (nothing was incorrect). I’m using Django 4.0 ( https://www.djangoproject.com/download/ ) running with Python 3.10.1 ( https://www.python.org/downloads/ ). I have bigger plans than the tutorial, but it was nice to run through it and not have issues.

I turned to Django second after trying Ruby and Rails, and having no luck installing Rails. Rails kept failing to install because it couldn’t build certain Ruby Rail gems around SQLite. After two Rails installation attempts, one of them through Chocolatey, I gave up and went the Python route. When I installed Django and started the tutorial and came to the database section using SQLite, it all worked flawlessly. I’m sure glad I went with Python and Django. I should have turned to Python to begin with, since I’m into all things Python everywhere else.

In the process of building this tutorial wesite, I (re)learned a simple Python one-liner to find where the site-specific files for a pakage are located. For Django it’s:

python -c "import django; print(django.__path__)
['C:\\Python\\Python310\\lib\\site-packages\\django']

Which helps to find the subfolder where code examples are located. Before anybody asks, I have Python installed in the C drive root under C:\Python. Short paths without spaces are always preferable, even under Windows.

Another lesson learned concerns a feature of Chocolatey ( https://chocolatey.org/ ). It’s labeled the package manager for windows. It installs and tracks all the common utilities you need for Windows development such as git, notepad++, and 7-zip, just to name but three. It’s better to use one centralized tool than to hunt them all down individually and install them that way. You can run Chocolatey from the command line or you can install the Chocolatey GUI and manage it all from there.

Written in Powershell, one of the Powershell features you get is refreshenv. I use that command quite a bit when I’m editing environmental variables via System Properties | Environment Variables and I need to update the current Powershell instance without restarting it. I can’t speak highly enough of either Chocolatey or it’s many little helpers. If you’re not using it, you should.

my apple attitude today

It’s been a while since I purchased anything from Apple. With the exception of my 16″ 2019 MacBook Pro, which was purchased in 2020 to support my consulting work, I’ve not purchased anything from Apple since I purchased my iPhone 11 Pro Max in September 2019. That was the last new item. I’ve got an Apple Watch Series 3 I picked up heavily (really heavily) discounted in 2017. Apple is currently selling Series 6. I’ve got a couple of iPad Pros (9 and 12 inchers) that were purchased well past their release dates because they were on sale and because they still had the buttons at the bottom and 3.5mm headphone jacks.

Nothing spectacular, but even so, and even with heavy discounts, still expensive relative to other vendors. All except the Apple Watch; the Android Watch equivalents are all pretty much garbage, with Google essentially abandoning Wear OS.

My biggest complaint continues to be the sloppy software that runs on everything. Take iOS for example. I still have to reboot my iPhone because it’s the only way to get Shortcuts to work when Shortcuts decides to not work. It’s the only way from time to time to get Siri to make hands-free calls when attached to my car and using Apple Car Play. I have issues with it recognizing my aging AirPods from time to time, which is fixed either by repeating a pairing with my iPhone, or else, in one case, you guessed it, rebooting my iPhone.

But damn, when I try to consider using Windows 10 or Linux desktop or Android, they’re as bad (Windows) if not worse (Linux and Android) than Apple equivalents. I’ll probably stay with Apple and its various operating systems not because they’re better, but because the alternatives are so much more worse.

And while you’re here, listen to Linus tell you why Linux desktop sucks. It’s enlightening.