Skip to content

Commit dcbd5ad

Browse files
committed
new dev env resource
1 parent 7cb67be commit dcbd5ad

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

all.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3940,11 +3940,18 @@ <h2>Hosted development environment services</h2>
39403940
</ul>
39413941
<h2>Development environment resources</h2>
39423942
<ul>
3943-
<li>If you're considering the cloud-based development environment route, check
3943+
<li>
3944+
<p>If you're considering the cloud-based development environment route, check
39443945
out this
39453946
<a href="http://readwrite.com/2014/08/14/cloud9-koding-nitrousio-integrated-development-environment-ide-coding">great article comparing Cloud9, Koding and Nitrous.io</a>
39463947
that the author Lauren Orsini tried out. She also explains what a cloud
3947-
IDE is and is not.</li>
3948+
IDE is and is not.</p>
3949+
</li>
3950+
<li>
3951+
<p>Real Python has an awesome, detailed post on
3952+
<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>
3953+
as a full-fledged IDE.</p>
3954+
</li>
39483955
</ul>
39493956
<h1>About the Author</h1>
39503957
<p>This website was written and built by

development-environments.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,18 @@ <h2>Hosted development environment services</h2>
8989
</ul>
9090
<h2>Development environment resources</h2>
9191
<ul>
92-
<li>If you're considering the cloud-based development environment route, check
92+
<li>
93+
<p>If you're considering the cloud-based development environment route, check
9394
out this
9495
<a href="http://readwrite.com/2014/08/14/cloud9-koding-nitrousio-integrated-development-environment-ide-coding">great article comparing Cloud9, Koding and Nitrous.io</a>
9596
that the author Lauren Orsini tried out. She also explains what a cloud
96-
IDE is and is not.</li>
97+
IDE is and is not.</p>
98+
</li>
99+
<li>
100+
<p>Real Python has an awesome, detailed post on
101+
<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>
102+
as a full-fledged IDE.</p>
103+
</li>
97104
</ul>
98105
<div class="row">
99106
<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-10-31T09:39:21Z</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-10-31T13:53:43Z</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
@@ -59,6 +59,7 @@ less expensive set up or a cloud-based development environment.
5959
* [PyDev](http://pydev.org/) is a Python IDE plug in for
6060
[Eclipse](https://www.eclipse.org/).
6161

62+
6263
## Hosted development environment services
6364
In the past couple of years several cloud-based development environments
6465
have popped up. These can work great for when you're learning or stuck on
@@ -79,3 +80,7 @@ up your application.
7980
that the author Lauren Orsini tried out. She also explains what a cloud
8081
IDE is and is not.
8182

83+
* Real Python has an awesome, detailed post on
84+
[setting up your Sublime Text 3 environment](https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/)
85+
as a full-fledged IDE.
86+

0 commit comments

Comments
 (0)