Skip to content

Commit

Permalink
Thu Aug 29 07:39:29 PDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Aug 29, 2024
1 parent b0f2944 commit 07cf7d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
13 changes: 9 additions & 4 deletions articles/setup-mac/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h4 id="text-editor">Text Editor</h4>
code. You will also need a <strong>text editor</strong>, where you will <em>write</em> Python code.</p>

<p><a href="https://code.visualstudio.com/">Visual Studio Code (VS Code)</a> is the most popular choice among the staff for
this course for writing Python. After installing it, you may find our <a href="/articles/vscode">Visual Studio Code</a> helpful.</p>
this course for writing Python. After installing it, you may find our <a href="vscode">Visual Studio Code</a> helpful.</p>

<p><strong>We highly recommend using VS Code for this class.</strong> This will help us support
you best since most of staff uses VS Code. Please do not use word processors such as Microsoft Word to edit programs. Word processors can add extra content to documents that will confuse the interpreter.</p>
Expand All @@ -186,8 +186,13 @@ <h4 id="text-editor">Text Editor</h4>
popular text editors (but don't use these ... just use VS Code):</p>

<ul>
<li><a href="/articles/vim">Vim</a>: A command-line editor.</li>
<li><a href="/articles/emacs">Emacs</a>: A command-line editor.</li>
<li><a href="vim">Vim</a>: A command-line editor.</li>
<li><a href="emacs">Emacs</a>: A command-line editor.</li>
</ul>

<p>Some students also use:</p>

<ul>
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a>: A desktop editor designed for Python.</li>
</ul>

Expand All @@ -198,7 +203,7 @@ <h4 id="text-editor">Text Editor</h4>
<p>For sharing code in VS Code, you can follow the instructions here:</p>

<ul>
<li><a href="/articles/vscode#pair-programming">VS Code</a></li>
<li><a href="vscode#pair-programming">VS Code</a></li>
</ul>


Expand Down
10 changes: 5 additions & 5 deletions articles/setup-windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h4 id="text-editor">Text Editor</h4>
code. You will also need a <strong>text editor</strong>, where you will <em>write</em> Python code.</p>

<p><a href="https://code.visualstudio.com/">Visual Studio Code (VS Code)</a> is the most popular choice among the staff for
this course for writing Python. After installing it, you may find our <a href="/articles/vscode">Visual Studio Code</a> helpful.</p>
this course for writing Python. After installing it, you may find our <a href="vscode">Visual Studio Code</a> helpful.</p>

<p><strong>We highly recommend using VS Code for this class.</strong> This will help us support
you best since most of staff uses VS Code. Please do not use word processors such as Microsoft Word to edit programs. Word processors can add extra content to documents that will confuse the interpreter.</p>
Expand All @@ -196,11 +196,11 @@ <h4 id="text-editor">Text Editor</h4>
editors:</p>

<ul>
<li><a href="/articles/vim">Vim</a>: A command-line editor.</li>
<li><a href="/articles/emacs">Emacs</a>: A command-line editor.</li>
<li><a href="vim">Vim</a>: A command-line editor.</li>
<li><a href="emacs">Emacs</a>: A command-line editor.</li>
</ul>

<p>A few other editors:</p>
<p>Some students also use:</p>

<ul>
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a>: A desktop editor designed for Python.</li>
Expand All @@ -213,7 +213,7 @@ <h4 id="text-editor">Text Editor</h4>
<p>For sharing code, you can follow the instructions for your editor:</p>

<ul>
<li><a href="/articles/vscode#pair-programming">VS Code</a></li>
<li><a href="vscode#pair-programming">VS Code</a></li>
</ul>


Expand Down

0 comments on commit 07cf7d0

Please sign in to comment.