Penjee.com 's Blog

Numbers in Python

Computer programs work with many different kinds of data, such as text, numbers, dates, pictures, movies, and music. Numbers are perhaps the most important, because your computer understands everything in terms of numbers. You see pictures and movies, but underneath the hood, they’re just numbers to your computer. Learning Goals In this post, we will learn how to … Continue reading Numbers in Python →

Jeroo While Loop Assignments #3 [Python]

In the previous assignments, we worked on writing some basic loops. Now, let’s work on writing loops and then executing commands. Loop Assignment 3 A Add two flowers to the prior assignment’s map. After the loop is over, add some commands to move to the 2 flowers and pick() both of them. Loop Assignment 3 B In … Continue reading Jeroo While Loop Assignments #3 [Python] →

Best First Programming Language to learn

Was your new year’s resolution for 2015 to learn to code? If so, this article is for you , as we look at the best first programming language to learn   There are thousands of programming languages in the world. Hundreds of them are used professionally, and dozens of them have popular followings and huge, active … Continue reading Best First Programming Language to learn →