File tree Expand file tree Collapse file tree 4 files changed +38
-9
lines changed
source/content/pages/11-misc Expand file tree Collapse file tree 4 files changed +38
-9
lines changed Original file line number Diff line number Diff line change @@ -3960,10 +3960,18 @@ <h2>Hosted development environment services</h2>
39603960of these have free tiers for getting started and paid tiers as you scale
39613961up 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
Original file line number Diff line number Diff line change @@ -111,10 +111,18 @@ <h2>Hosted development environment services</h2>
111111of these have free tiers for getting started and paid tiers as you scale
112112up 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 ">
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -87,8 +87,11 @@ of these have free tiers for getting started and paid tiers as you scale
8787up 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.
You can’t perform that action at this time.
0 commit comments