Boston Python workshop 2/Friday setup/Windows text editor: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
(Created page with ' * On Windows, you might use NotePad. To start NotePad: click Start, point to Programs, point to Accessories, and then click Notepad.')
 
imported>Paulproteus
No edit summary
Line 1: Line 1:
== Our recommendation ==


* On Windows, you might use NotePad. To start NotePad: click Start, point to Programs, point to Accessories, and then click Notepad.
On Windows, we suggest the Notepad++ text editor. It is actually unrelated to the Windows default program called Notepad.

To install it:

* Go to http://notepad-plus-plus.org/release/5.9
* Click on '''Notepad++ v5.9 Installer'''
* Follow the process to the end.

To run it:

* Open it like you would any other Windows program: From the programs list in the start menu.

== Success! ==

Now you have an editor that you can use to open any text file, including Python programs.

If you have different editor for text, check with an instructor before moving on to make sure it will work for the weekend.

Revision as of 14:32, 9 May 2011

Our recommendation

On Windows, we suggest the Notepad++ text editor. It is actually unrelated to the Windows default program called Notepad.

To install it:

To run it:

  • Open it like you would any other Windows program: From the programs list in the start menu.

Success!

Now you have an editor that you can use to open any text file, including Python programs.

If you have different editor for text, check with an instructor before moving on to make sure it will work for the weekend.