April 2017
Beginner to intermediate
312 pages
7h 23m
English
Apart from IDLE's graphical text editor, there are many other text editors out there. On Windows, we recommend using Notepad++ (https://notepad-plus-plus.org/). It comes with a lot of plugins and features that distinguish Python keywords from other parts of the code. It also provides visual aid to indent your code properly.

While Notepad++ is free, there is a cross-platform (there is a version for Windows, Ubuntu, and Mac) text editor named Sublime (https://www.sublimetext.com/) that comes with an evaluation license, but the license costs USD 70. We believe that it is worth the cost because it comes ...
Read now
Unlock full access