IOIk Okaforinlethalsainth.hashnode.dev·Oct 21, 2022 · 2 min readTesting Multiple values against a single variable in Python.I came upon a problem where I was getting a True value when trying to determine if it was a weekday or a weekend regardless of any of my input. The problem looked like this day = input("What day is it?:" ) if day == "Saturday" or "Sunday": print...00
IOIk Okaforinlethalsainth.hashnode.dev·Sep 27, 2022 · 4 min readPython's Regular ExIf python were to have a literal 'regular ex' it will be me, I keep running and coming back lol. But that would not be the aim of this article. In this article, I would love to discuss my experience with Regular Expressions (REGEX). Regular Expressi...00
IOIk Okaforinlethalsainth.hashnode.dev·Aug 13, 2022 · 2 min readPractice makes improvement...Hello guys, welcome to let's say kind of my personal programming journal. In my previous post I mentioned that I will be getting into my programming flow. I need to familiarize myself with all the concepts of python again so that I would not be makin...00
IOIk Okaforinlethalsainth.hashnode.dev·Aug 6, 2022 · 2 min readSwitching from ML to Backend DevHello stranger, this is my first attempt at writing any article at all, lol... There might be some writing blunders as you read, I be your pardon in advance. For the last two years, I have been inconsistently learning 'Machine Learning' and as usual ...00