C pointers structures and functions

I’m keeping this post on the down-low since my site is 99% about Python.  Along the way, in order to better understand the underpinnings of Python (which was written in C as were other languages), I decided I need to learn enough C to be able to function the in the language.  I’m taking a […]

Help!? SSL

There are some things I have a knack for and somethings I don’t.  SSL is one of the things I don’t. If you do, and could find it in your heart to give me some very specific advice, I would appreciate it. You can email me at oakey.john@yahoo.com Here is my issue: SSL activated! Take […]

(1) Opps on Microsoft VS and (2) Coming Attractions

“The more I learn about C, the more I understand the fundamental underpinnings of Python” First, mea culpa.  In an earlier post I had decided that in learning C in a Windows 10 environment, Microsoft VS was the way to go. Ultimately, with days of experience, I had to conclude VS does not work – […]

Where is my Switch?

If you are familiar with any number of other programming languages – take C for example – you may wonder what happened to “switch”. The answer is, its SO much easier in Python to implement the same function. To keep it very very simple for a demo, consider testing for an “A” or a “B” […]

Learning C/C++ for Arduino

You can’t go a long way as a maker with Raspberry Pi before you run into Arduino and realize how it can supplement, replace, modify or integrate with a maker experience. It would really be nice to program the Arduino in Python and this is supposed to be possible using an Arduino sketch called Firmata.  […]

Photos, IPTC, byte objects, The Spirit of Python

This little blog is to celebrate the discovery of two really nice guys in the same day. First a little context: I am pretty much a solo act. Python is one of my many interests. I use it for fun and forced intellectual stimulation. The site asks for feedback in a couple of spots but […]

Easy Merge of Lists to a New Dictionary

I had two sequential lists that needed to be paired index for index. It took a minute to figure this out and I keep thinking there must be an easier way. If you know it please let me know. At any rate, here is an example of how it works:

Amazon Can’t Handle the Truth – Darn It

Like everybody else my intense concern that Amazon is trying to take over the world has not stopped me at all from buying increasingly more stuff from them.  I admire the company and really appreciate the product reviews – which I depend upon.  And again like most folks who think about it for 10 seconds, […]

Why Wikipython is Not Mobile Friendly

I’ve had it suggested that wikipython could be much higher rated by Chrome and Edge if it was mobile friendly.  We elect instead, to be computer (not phone) user and programmer friendly and due to the concise, dense nature of the content found here, we can’t have it both ways. A lot of folks access […]

Yikes! New, Well Written, Bad Advice

One of the best blog-type Python resources on the web has just boggled my mind by presenting a new, beautifully presented article on how to use a to-be-deprecated function that has bugs. Formally known as “Interpolation”, this string formatting system uses the “%” operator to define substitution and format options. Note that this use of […]