braincells2pixels

HomeBadges
Blog Author Picture

idispose

1 follower

Self-taught professional bit assembler.

Fundamentals of Programming 4 of n

Mar 2, 20217 min read

Here is where we left off We created a program to compute the profit (or loss) we incur selling various fruits. We separated the data our program uses from the operations it performs. The data is captured in an array of arrays (lines 1 - 6). The ope...

Fundamentals of Programming 3 of n

Feb 20, 202110 min read

Here is where we left off. To compute the profit for each new fruit sold, we copy pasted lines 1 to 6, changes all apples to new fruit sold. Notice a pattern here? Check of the print_message variable. We are not creating a new variable for each new...

Fundamentals of Programming 2 of n

Feb 13, 20219 min read

Let's sell some oranges too! Now that you made tons of money selling apples, you decide to expand your business and want to sell oranges too. Here is where we left off. The easiest way to add Orange profit computation is to copy lines 1 to 9 and p...

Fundamentals of Programming 1 of n

Feb 4, 20219 min read

This series is for absolute beginners. No assumption is made that you have any programming knowledge. I only ask you to be open to using Repl.it a simple online IDE (integrated Development Environment). I ask you to not be intimidated. Hopefully you...

Introducing the Hackshops Programmable Robot

Oct 17, 20202 min read

Recently, I was trying to help a High School student with their AP computer science course. It is unfortunate that the curriculum uses Java as the programming language and the textbook chosen is as dry as it can be. No wonder a large number of High S...

Machine Learning With A Bird Feeder 1 of n

Sep 21, 20202 min read

TLDR; I am no Brandon Rohrer and this is not an End-To-End-ML Course . Around the time the Covid-19 lock downs started, I went down to the basement with an order from the boss to clean things up. Like Aladdin discovering the magic lamp, I found th...

© 2021 braincells2pixels

PrivacyTerms
Proudly part of