Skip to content

Commit

Permalink
Update 02-editors.md
Browse files Browse the repository at this point in the history
Updated
  • Loading branch information
igabr authored Dec 11, 2017
1 parent acc17ff commit 1cacb58
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions 02-editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,3 @@ Sublime is probably the most popular editor for new coders. You can set it up to
Spyder and PyCharm are IDEs for Python. They try to give you a fully configured setup out of the box.

We will also use Jupyter notebooks, but this does not remove the need for proficiency in an editor or IDE.

---

### Q1: Create Files with Terminal Editors

1. Create a file called `nutmeg.py`, using **nano**, add a couple of lines of text, save and exit.
Some sample lines:
```
print("This file was created using the nano editor")
print("This file was created by Reshama")
```
2. Create a file called `vinegar.py` using **vim**, add a couple of lines of code, save and exit.
3. Create a file called `egg.py` using **emacs**, add a couple of lines of code, save and exit.

Upload these 3 files to the [`editors`](editors/) folder.

### Q2. Terminal Editor

What terminal editor will be your preferred choice of use? How did you make your decision?

>> REPLACE THIS TEXT WITH YOUR RESPONSE
--

### Q3. Graphical Editor

What graphical editor will you use? How did you make your decision? What are some interesting features of your editor? What are some useful keyboard shortcuts for your editor? How do you customize your editor?

>> REPLACE THIS TEXT WITH YOUR RESPONSE

0 comments on commit 1cacb58

Please sign in to comment.