Skip to content

Commit 734b16a

Browse files
committed
add new dev env resource
1 parent ed19428 commit 734b16a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

content/pages/02-development-environments/00-development-environments.markdown

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ you want can either be done manually or by unit and functional tests.
3030
Here's what I (the author of Full Stack Python,
3131
[Matt Makai](/about-author.html)) use to develop most of my Python
3232
applications. I have a Macbook Pro with Mac OS X as its base operating
33-
system. [Ubuntu 14.04 LTS](/operating-systems.html) is virtualized on top
33+
system. [Ubuntu 18.04 LTS](/operating-systems.html) is virtualized on top
3434
with [Parallels](https://www.parallels.com/). My code is written in
3535
[vim](http://www.vim.org/) and executed with the
36-
[Python 2.7.x](https://www.python.org/download/releases/2.7.8/) interpreter
37-
via the command line. I use [virtualenv](https://virtualenv.pypa.io/en/latest/) to create separate Python interpreters
38-
with their own isolated
36+
[Python 3.6](https://www.python.org/downloads/release/python-365/) release
37+
via the command line. I use [virtualenv](https://virtualenv.pypa.io/en/latest/)
38+
to create separate Python interpreters with their own isolated
3939
[application dependencies](/application-dependencies.html) and
4040
[virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/)
4141
to quickly switch between the interpreters created by virtualenv.
@@ -117,6 +117,10 @@ configuration as a starting point and customize it from there.
117117
installation as well as how to split out many virtual environments for
118118
Python 2 & 3.
119119

120+
* The Python subreddit had a nice thread with developers giving the
121+
specifications to their Python development environments in this post on
122+
[What is in your Python Development Environment?](https://www.reddit.com/r/Python/comments/8n6cep/what_is_in_your_python_development_environment/).
123+
120124
* Real Python has an awesome, detailed post on
121125
[setting up your Sublime Text 3 environment](https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/)
122126
as a full-fledged IDE.
@@ -156,3 +160,4 @@ configuration as a starting point and customize it from there.
156160
[great article comparing Cloud9, Koding and Nitrous.io](http://readwrite.com/2014/08/14/cloud9-koding-nitrousio-integrated-development-environment-ide-coding)
157161
by Lauren Orsini. She also explains more about what a cloud IDE is and is
158162
not.
163+

0 commit comments

Comments
 (0)