You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/03-vim.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ the editor she may feel like it is impossible to understand all the key
27
27
commands. However, the commands stack together in a logical way so that over
28
28
time the editor becomes predictable.
29
29
30
-
<divclass="well see-also">If you're interested in Vim you'll also want to read about <ahref="/development-environments.html">development environments for coding</a> and learn <ahref="/why-use-python.html">what makes Python a great programming language</a>.</div>
30
+
<divclass="well see-also">Vim is an implementation of the <ahref="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <ahref="/development-environments.html">development environments</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/04-emacs.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ provide an extension mechanism for Emacs. For example,
28
28
``kill-emacs-hook`` runs before exiting Emacs so functions can be loaded
29
29
into that hook to perform necessary actions before the exiting completes.
30
30
31
-
<divclass="well see-also">While you're reading about coding Python in Emacs be sure to also learn about which <ahref="/web-frameworks.html">web frameworks</a> to use as well as <ahref="/deployment.html">how to deploy an application</a>.</div>
31
+
<divclass="well see-also">Emacs is an implementation of the <ahref="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <ahref="/development-environments.html">development environments</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/05-sublime-text.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,16 @@ programmers than some other applications like [Vim](/vim.html) and
17
17
18
18
<ahref="https://www.sublimetext.com/"style="border:none"><imgsrc="/img/logos/sublime-text.jpg"width="100%"alt="Sublime Text logo."class="technical-diagram"style="border:1pxsolid#999; border-radius:6px"></a>
19
19
20
+
<divclass="well see-also">Sublime Text is an implementation of the <ahref="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <ahref="/development-environments.html">development environments</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
21
+
20
22
21
23
### Python-specific Sublime Text resources
24
+
There are many Python-specific Sublime Text tutorials and resources because
25
+
the editor is so frequently used to create Python applications. The following
26
+
links should get your editor customized with linters,
27
+
[code metrics](/code-metrics.html), syntax checking and many other
28
+
[integrated development environment](/text-editors-ides.html) features.
29
+
22
30
*[Sublime Text 3 Heaven](https://www.kennethreitz.org/essays/sublime-text-3-heaven)
23
31
is a quick overview of the extensions, packages and bonus toys that
24
32
one developer uses for his own Sublime Text development setup.
<divclass="well see-also">Jupyter Notebook is an implementation of the <ahref="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <ahref="/development-environments.html">development environments</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
21
+
20
22
21
23
### Jupyter Notebook resources
22
24
*[Peter Norvig's collection of Jupyter Notebooks](http://norvig.com/ipython/README.html)
@@ -30,10 +32,19 @@ sharing documents that contain embedded code and execution results.
30
32
explains many of the lesser-known keyboard shortcuts and mechanisms
0 commit comments