Published in The Machine Learner·Jan 5How to Create a Machine Learning Lab (Local Machine)If you are in the Machine Learning field, or just getting into it, you know that at some point you will have to code things. And more often then not, I would come across Jupyter Notebooks, and Google Colaboratory (colab). Both are fantastic options, but they are browser based. They…Machine Learning4 min readMachine Learning4 min read
Dec 1, 2022Member-onlyCreating an “ELF” from “.PY”Hello World. I know its December, so let me be clear, I’m not talking about a mythical creature Elf, I’m talking about the Linux executable file ELF, though it is just as magical in my opinion. ELF stands for (Executable & Linkable File). …Python4 min readPython4 min read
Published in ThePyNoob·Nov 3, 2022Member-onlyOne File To Call Them All : The Menu TheoryHello World, Today I’m going to attempt a new idea. As I learn to develop these tools, I’m always thinking of ways to make things easier for future projects. The last challenge I tackled was my Error Handling situation, It was such an incredible and long project that I had to…Python5 min readPython5 min read
Published in ThePyNoob·Oct 6, 2022My New Coding WorkflowHello World. Today’s post does not have a source code, because its not tied to a specific project, it is tied to ALL my projects (kind of). Today I will be writing about my NEW coding Workflow. // In the Past To keep my self organized, I would create a folder…Python4 min readPython4 min read
Published in ThePyNoob·Sep 1, 2022Member-onlyCoding Challenges vs Coding ProjectsHello World. When learning to code you always hear the advice to actually “code”, which makes sense, because things don’t always work out exactly as you read them, or on the tutorial videos, at least that has been my case. Some even go as far as to say “You should…Codewars4 min readCodewars4 min read
Aug 4, 2022Member-onlyCTF Write-Up : Pickle RickHello Friends, One of my favorite sites is TryHackMe, it is a FANTASTIC site, that is just full of great classes and CTFs for you to practice and improve your skills. Creating an account is free, and they have many free CTF rooms for you to try, but if you…Rynofish3 min readRynofish3 min read
Published in exeCODEable·Jul 7, 2022Member-onlyHLPRHello internet, Today’s post is about the tool HLPR, to some of you it may look familiar, that is because this is an updated version of a tool I made last year called “Hacker Helper”. // Summary The short version is, HLPR will ask you for your IP and your…Tool Development2 min readTool Development2 min read
Published in ThePyNoob·Jun 3, 2022Member-onlyError Handling: Part 2 of 2Hello World, This is the conclusion post of my Error Handling function that I’ve been working on. // A Quick Summary If you haven’t read Part 1, here is a quick summary for you. I was able to successfully create a function to handle errors for one of my tools, since…Python9 min readPython9 min read
Published in ThePyNoob·Jun 2, 2022Member-onlyError Handling : Part 1 of 2Hello World. Today I wanted to share my solution to a problem that I encounter often. It is going to be in two parts, part 2 is linked in the conclusion. …Python5 min readPython5 min read
Published in exeCODEable·May 5, 2022KERnano : The No-Install Pen Testing Tool (for Windows & Linux)Hello Internet, I’m SUPER excited to announce that KERnano is alive, and ready for the public. It is an Open Source, No Install, Python 3-Based, Pen Testing kit. That means it is a light-weight box of tools that you can keep in a flash drive. The “No-Install” comes from having…Python4 min readPython4 min read