KSKody Simpsoninsimpson.hashnode.dev·Jan 3, 2023 · 4 min readModules for Bundling Functions in PythonOne of the benefits of creating functions in a Python program is to introduce modularity, which is the idea of separating the functionality of a program into independent, interchangeable blocks of code. This can make it easier to understand and maint...00
KSKody Simpsoninsimpson.hashnode.dev·Dec 22, 2021 · 5 min readJava 15 Text BlocksVideo Reference: https://www.youtube.com/watch?v=bDtVUndO2j8&ab_channel=KodySimpson The code: https://github.com/Java-Complete-Tutorial/text-blocks-jdk15/blob/master/src/me/kodysimpson/Main.java Text blocks have officially been out in Java for a whi...01K
KSKody Simpsoninsimpson.hashnode.dev·Dec 11, 2021 · 5 min readJava - If Statements and Branching your CodeVideo Reference: https://youtu.be/BZbPSpgPsVs Book Reference: pg. 87-90 An if statement is a statement in code that evaluates a condition and if that condition is true, it will run the block of code in the branch. If statements are one of a cou...00
KSKody Simpsoninsimpson.hashnode.dev·Dec 3, 2021 · 4 min readBecoming a Java DeveloperIn this article, I want to recommend to you how I would go about learning Java and learning to be able to write Java programs of any sort if I had to start over. After programming in Java for about 4 years, a lot of insight has been gained. Why Java?...00
KSKody Simpsoninsimpson.hashnode.dev·Nov 29, 2021 · 4 min readHello WorldHow I Became a Programmer I've never written an article before and want to use this opportunity to introduce myself to anyone who wants to know more about me. My name is Kody, I have been coding in some form or another for about 5 or 6 years, since t...00