
Many languages have special keywords that will tell the program what to do. The reason an IDE is important, instead of using a regular word processor, is because of syntax highlighting. Once you master Python you can continue using it to write code in HTML, JavaScript, etc. Sublime Text is a code editor that is capable of understanding many languages.


There are many options for IDEs and the debate can be heated over which is the best, but a good free option that we will use is called Sublime Text. Programmers call these IDEs (interactive development environments). The second thing you need is a tool to write your programs. For this tutorial, we will focus on Python 3.4, but you can install any version you want in the future, and can even have multiple versions of Python installed side by side. This is the program that runs behind the scenes and makes YOUR programs work. To program in Python you need to install and configure a few items, which we will explain now.įirst, you need a runtime environment. We previously covered how to set Python up on Mac, and if you are looking for that article you can find it here.

This guide will walk you through how to configure Python for your Windows 7 PC. 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 Getting a development environment up and running can often be a tedious task and even the best developers loathe setting up a new machine.
