Penjee.com 's Blog

Setting Up Python 3 on Windows 7

Getting a development environment up and running can often be a tedious task and even the best developers loathe setting up a new machine. But don’t worry, we will take things easy at first and have you ready to start coding in no time! Learning Goals From this Post This guide will walk you through … Continue reading Setting Up Python 3 on Windows 7 →

Learn Python Visually with Penjee

Learn Python Visually with Penjee Two of the biggest ways that Penjee makes learning to code in Python are Visual Python coding the ease of setting up your coding environment (you don’t need to set up an IDE like Sublime Text for instance) Let’s look at  point #1 in more depth. There are two main ways that … Continue reading Learn Python Visually with Penjee →

What Do Programming Languages Do?

 What Do Programming Languages Do? Programs are recipes that make your computer do things. Under the hood, computers are controlled by machine instructions. These are direct commands which tell the computer how to arrange switches and gates in the processor, memory and other parts.     In the beginning, all computers were programmed in machine instructions. It was … Continue reading What Do Programming Languages Do? →