Charles Butler Jr·Sep 10, 2021Python Data types and typeIn my continuing trek down the python rabbit hole, this week i’ve been studying data types and manipulating them within python. Python like…
Charles Butler Jr·Sep 3, 2021Java Stdin and StdoutContinuing our journey down the Java rabbit hole we land on a new principle in the code base. That of reading input. In Java most…
Charles Butler Jr·Aug 27, 2021Hello, World / Hello, Java pt.1Java was one of the first languages I was introduced to when I was growing up. In middle school I utilized Java to make games along side…
Charles Butler Jr·Aug 20, 2021Adding some style *CSS Tribute*Taking a break from Javascript we’re going to delve into a bit more styling to show how with simple CSS you can quickly change the look of…
Charles Butler Jr·Aug 13, 2021KaBoom! — A new world (2/2)Last week we created a new directory and added our sprite files. And since our first dive into Kaboom was going to be a mario game clone…
Charles Butler Jr·Aug 5, 2021KaBoom! — A new world (1/2)Kaboom Js is a very user friendly JS library that allows you to utilize sprites and quickly create fast and fun games. Utilizing…
Charles Butler Jr·Jul 30, 2021Python leap year..Continuing my python HackerRank challenges we’re met with a new prompt. Given a year (test input & custom input), our function is to return…
Charles Butler Jr·Jul 23, 2021Learning Python — starting with conditionalsPython first appeared in 1991 and is a general-purpose programing language. It is object oriented & functionally structured, with a basis…
Charles Butler Jr·Jul 16, 2021Grid Iron CssAs a continuation of last weeks blog post on CSS fundamentals I studied at freecodecamp.org, CSS is quite impressive when you take the time…
Charles Butler Jr·Jul 9, 2021MediaQuery & CSSCSS is a programming language that describes the way a html document is presented. Cascading Style sheets or CSS adapts web pages to…