Skip to content

Commit 1bab393

Browse files
committed
more resources on development environments
1 parent 44c49a7 commit 1bab393

File tree

4 files changed

+38
-9
lines changed

4 files changed

+38
-9
lines changed

all.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3960,10 +3960,18 @@ <h2>Hosted development environment services</h2>
39603960
of these have free tiers for getting started and paid tiers as you scale
39613961
up your application.</p>
39623962
<ul>
3963-
<li><a href="https://www.nitrous.io/">Nitrous.io</a></li>
3964-
<li><a href="https://c9.io/">Cloud9</a></li>
3965-
<li><a href="https://www.terminal.com/">Terminal</a></li>
3966-
<li><a href="https://koding.com/">Koding</a></li>
3963+
<li>
3964+
<p><a href="https://www.nitrous.io/">Nitrous.io</a></p>
3965+
</li>
3966+
<li>
3967+
<p><a href="https://c9.io/">Cloud9</a></p>
3968+
</li>
3969+
<li>
3970+
<p><a href="https://www.terminal.com/">Terminal</a></p>
3971+
</li>
3972+
<li>
3973+
<p><a href="https://koding.com/">Koding</a></p>
3974+
</li>
39673975
</ul>
39683976
<h2>Development environment resources</h2>
39693977
<ul>
@@ -3979,6 +3987,10 @@ <h2>Development environment resources</h2>
39793987
<a href="https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/">setting up your Sublime Text 3 environment</a>
39803988
as a full-fledged IDE.</p>
39813989
</li>
3990+
<li>
3991+
<p>The <a href="http://docs.python-guide.org/en/latest/dev/env/">Hitchhiker's Guide to Python</a>
3992+
has a page dedicated to development environments.</p>
3993+
</li>
39823994
</ul>
39833995
<h1>About the Author</h1>
39843996
<p>This website was written and built by

development-environments.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,18 @@ <h2>Hosted development environment services</h2>
111111
of these have free tiers for getting started and paid tiers as you scale
112112
up your application.</p>
113113
<ul>
114-
<li><a href="https://www.nitrous.io/">Nitrous.io</a></li>
115-
<li><a href="https://c9.io/">Cloud9</a></li>
116-
<li><a href="https://www.terminal.com/">Terminal</a></li>
117-
<li><a href="https://koding.com/">Koding</a></li>
114+
<li>
115+
<p><a href="https://www.nitrous.io/">Nitrous.io</a></p>
116+
</li>
117+
<li>
118+
<p><a href="https://c9.io/">Cloud9</a></p>
119+
</li>
120+
<li>
121+
<p><a href="https://www.terminal.com/">Terminal</a></p>
122+
</li>
123+
<li>
124+
<p><a href="https://koding.com/">Koding</a></p>
125+
</li>
118126
</ul>
119127
<h2>Development environment resources</h2>
120128
<ul>
@@ -130,6 +138,10 @@ <h2>Development environment resources</h2>
130138
<a href="https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/">setting up your Sublime Text 3 environment</a>
131139
as a full-fledged IDE.</p>
132140
</li>
141+
<li>
142+
<p>The <a href="http://docs.python-guide.org/en/latest/dev/env/">Hitchhiker's Guide to Python</a>
143+
has a page dedicated to development environments.</p>
144+
</li>
133145
</ul>
134146
<div class="row">
135147
<div class="col-md-4">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-02T16:29:45Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-04T07:43:30Z</updated></feed>

source/content/pages/11-misc/1102-development-environments.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ of these have free tiers for getting started and paid tiers as you scale
8787
up your application.
8888

8989
* [Nitrous.io](https://www.nitrous.io/)
90+
9091
* [Cloud9](https://c9.io/)
92+
9193
* [Terminal](https://www.terminal.com/)
94+
9295
* [Koding](https://koding.com/)
9396

9497

@@ -103,3 +106,5 @@ up your application.
103106
[setting up your Sublime Text 3 environment](https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/)
104107
as a full-fledged IDE.
105108

109+
* The [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/dev/env/)
110+
has a page dedicated to development environments.

0 commit comments

Comments
 (0)