Skip to content

Commit 85fa18c

Browse files
authored
Merge pull request #554 from btovar/issue_527
Issue 527: do not use word processors
2 parents 0470b77 + dfcbe0f commit 85fa18c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

episodes/01-short-introduction-to-Python.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ Notice that "Data Carpentry" is printed only once.
176176
lesson, we will introduce methods and user-defined functions. The Python
177177
documentation is excellent for reference on the differences between them.
178178

179+
**Tip**: When editing scripts like *example.py*, be careful not to use word
180+
processors such as MS Word, as they may introduce extra information that
181+
confuses Python. In this lesson we will be using either Jupyter notebooks or
182+
the Spyder IDE, and for your everday work you may also choose any text editor
183+
such as Notepad++, VSCode, Vim, or Emacs.
184+
179185
### Operators
180186

181187
We can perform mathematical calculations in Python using the basic operators

0 commit comments

Comments
 (0)