Category Archives: Programming

Python-3.11: Where is pip?

Just spent the last five minutes trying to locate pip3 as if it was installed by default — after installing python3.11. Sure, pip3 was there for versions < 3.11, but not pip for 3.11. I continued with no avail trying … Continue reading

Posted in Programming, Python | Leave a comment

[Swift] Extra argument ‘completion’ in call

In iOS 8 SDK Development, the use of a closure to act on a response from the user when we ask them to use their twitter account produces the following compilation error: The error is misleading because there is no … Continue reading

Posted in Programming, Swift | Leave a comment

[Perl] It is never too late to learn!

All these years and I have never had the need to seriously learn perl until now. While searching for a good beginners guide I was particularly interested in a decent Computer Based Training (CBT), but that was hard to come … Continue reading

Posted in Programming | Leave a comment