Learning python

Part of learning a new programming language when you already know a couple is getting deep into the nitty gritty of it. With Python being the new BASIC I decided to start with something, well, basic.

I remember “back in the good old days” when there was a goofy standard of “web-safe colors”. Specifically there were 216 defined colors, so I decided to start by writing a program to take an image and covert it as if it was presentable in the late 1990s.

Read More

It came down to a Capital T…

I had an opportunity to take a coding challenge from Dorsia with very strict rules:

  • No AI
  • No googling for info
  • Use your own code editor
  • Share your screen and video

Everything started perfectly. I was able to get the initial tests functional and things sailed very well. Then I had to write an exclusion routine and test cases for that. This is where the wall started to fall in…

I spent over 40 minutes on a problem I couldn’t diagnose, which left the remainder of the challenge with minor doubts. After getting up and walking around things magically fell into place and it came down to the letter “T” that was sabotaging me, as well as my code editor.

Read More