Penjee.com 's Blog

How to Run Python Programs on a Mac

Hello, World! This tutorial will teach you to write and run your first Python program on a Mac. To start, we need to get some things straight. Programs are recipes you write to make your computer do things. These recipes are written in a programming language, which is a language close enough to human for you to write, … Continue reading How to Run Python Programs on a Mac →

Setting Up Python on Mac

How to Set up Python on a Mac Beginning a new programming language can be a challenge. This tutorial will go through how to set up python on a Mac ( Windows users can go here). There are many schools of thought on the ‘best’ development environments, IDE’s, etc to work with. The goal of … Continue reading Setting Up Python on Mac →

VIM editor Cheat Sheet for Beginners

VIM Cheat Sheet for Beginners Verbose vs Shortcuts Vim provides a short cut and a verbose version of every command.  For instance, you can type the short cut version of the edit command [crayon-65f921021f40e614751538/] or you can type the verbose version of the exact same command by typing [crayon-65f921021f416181005058/] Now, the way that we will … Continue reading VIM editor Cheat Sheet for Beginners →