File tree Expand file tree Collapse file tree 7 files changed +9
-25
lines changed
02-development-environments Expand file tree Collapse file tree 7 files changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ best maintained and fully featured pieces of code for any language.
7070
7171Meanwhile, some of the traditional enterprise software development languages
7272such as Java have languished due to underinvestment by their major corporate
73- backers. When [ Oracle purchased Sun Microsystems in 2009] ( http ://www.oracle.com/us/ corporate/press/018363 )
73+ backers. When [ Oracle purchased Sun Microsystems in 2009] ( https ://www.oracle.com/corporate/pressrelease/oracle-buys-sun-042009.html )
7474there was a long lag time before Java was enhanced with new language features
7575in Java 7. Oracle also
7676[ bundles unwanted adware with the Java installation] ( http://www.engadget.com/2015/03/06/java-adware-mac/ ) ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ resources provide perspective on offline events like
7777 and
7878 [ PyCon US 2016] ( http://www.dreisbach.us/blog/pycon-2016/ ) . There are
7979 many other retrospectives for other
80- [ community-led conferences such as EuroPython] ( http ://www.artima.com/weblogs/viewpost.jsp?thread=261930) .
80+ [ community-led conferences such as EuroPython] ( https ://www.artima.com/weblogs/viewpost.jsp?thread=261930) .
8181 These summaries can be a great way to get a slice of the experience
8282 before purchasing a ticket and booking a trip.
8383
@@ -112,16 +112,11 @@ the community.
112112 provides a starter page with links to community-run newsletters, resources
113113 and conferences.
114114
115- * There are many large active online communities on
116- [ Reddit] ( https://www.reddit.com/r/python ) and
117- [ IRC channels] ( https://freenode.net/ ) such as #python, #python-dev
118- and #distutils.
119-
120115* The Python community has a concept known as "Benevolent Dictator For Life"
121116 that may appear odd to newcomers. Essentially, Guido Van Rossum created
122117 the language and still has the ability to decide community arguments one
123118 way or the other. This post on the
124- [ origin of BDFL] ( http ://www.artima.com/weblogs/viewpost.jsp?thread=235725)
119+ [ origin of BDFL] ( https ://www.artima.com/weblogs/viewpost.jsp?thread=235725)
125120 has more context about Guido's role.
126121
127122* [ Python Community and Python at Dropbox] ( https://talkpython.fm/episodes/show/30/python-community-and-python-at-dropbox )
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ all yourself. A few of the best collections of Python libraries are
3939 shows the open source Python projects trending today, this week, and this
4040 month.
4141
42- * This list of [ 20 Python libraries you can’t live without] ( http://freepythontips.wordpress.com/2013/07/30/20-python-libraries-you-cant-live-without/ )
43- is a wide-ranging collection from data analysis to testing tools.
44-
4542* Wikipedia actually has an extensive
4643 [ page dedicated to Python libraries] ( http://en.wikipedia.org/wiki/List_of_Python_software )
4744 grouped by categories.
@@ -224,10 +221,6 @@ developers.
224221 dependency management tools including newer ones such as pipenv and
225222 Poetry.
226223
227- * Occasionally arguments about using Python's dependency manager versus
228- one of Linux's dependency managers comes up. This provides
229- [ one perspective on that debate] ( http://notes.pault.ag/debian-python/ ) .
230-
231224* [ Open source trust scaling] ( http://lucumr.pocoo.org/2016/3/24/open-source-trust-scaling/ )
232225 is a good piece for the [ Python community] ( /python-community.html )
233226 (and other programming communities) that is based on the
Original file line number Diff line number Diff line change @@ -194,9 +194,9 @@ implementation.
194194 free online version of the O'Reilly
195195 [ Version Control with Subversion] ( https://www.amazon.com/dp/B002SR2QIW/ ) book.
196196
197- * [ How to use Subversion ( SVN) ] ( https://deveo. com/svn-tutorial/ ) lays out
198- the basic concepts and provides the first few steps for getting started
199- tracking files.
197+ * [ How to Host SVN Repositories ] ( https://www.perforce. com/blog/vcs/how-host-subversion-svn )
198+ lays out the basic concepts and provides the first few steps for getting
199+ started tracking files.
200200
201201* [ 10 Most Used SVN Commands with Examples] ( http://www.thegeekstuff.com/2011/04/svn-command-examples/ )
202202 is a good refresher list if you've used SVN in the past but it has been
Original file line number Diff line number Diff line change @@ -174,10 +174,6 @@ workflow. These resources will come in handy for specific Git subjects.
174174 interactive mode or on its own with ` git bisect run ` to find the
175175 problematic code commit that needs to be fixed.
176176
177- * [ How Microsoft uses Git] ( https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/use-git-microsoft )
178- gives a high-level overview of their repository structure and hosting
179- at the extremely large scale organization.
180-
181177* [ GitTips] ( https://git.wiki.kernel.org/index.php/GitTips ) is a list of
182178 pro tips to clean up common issues and how to dive through Git history
183179 to find specific text.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ meta: Celery is a task queue for executing work outside a Python web application
1111implementation for [ Python web applications] ( /web-development.html ) used
1212to asynchronously execute work outside the HTTP request-response cycle.
1313
14- <a href =" http ://www .celeryproject.org/" style =" border :none " ><img src =" /img/logos/celery.png " alt =" Celery task queue project logo. " class =" shot " width =" 100% " ></a >
14+ <a href =" https ://docs .celeryproject.org/" style =" border :none " ><img src =" /img/logos/celery.png " alt =" Celery task queue project logo. " class =" shot " width =" 100% " ></a >
1515
1616<div class =" well see-also " >Celery is an implementation of the <a href =" /task-queues.html " >task queue</a > concept. Learn more in the <a href =" /web-development.html " >web development</a > chapter or view the <a href =" /table-of-contents.html " >table of contents</a > for all topics.</div >
1717
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ slug: python-3-django-gunicorn-linux-mint-17
33meta: A step-by-step walkthrough on configuring Linux Mint 17.3 with Python 3, Django and Green Unicorn (Gunicorn).
44category: post
55date: 2016-06-26
6- modified: 2016-07-22
6+ modified: 2021-06-17
77newsletter: False
88headerimage: /img/160626-mint-django-gunicorn/header.jpg
99headeralt: Django, Green Unicorn and Linux Mint logos. Copyright their respective owners.
@@ -32,7 +32,7 @@ their current versions as of June 2016 are:
3232* [ Python] ( /why-use-python.html ) version
3333 [ 3.5.1] ( https://www.python.org/downloads/release/python-351/ )
3434* [ Django] ( /django.html ) web framework version
35- [ 1.9.7 ] ( https://docs.djangoproject.com/en/1.9/releases/ 1.9/ )
35+ [ 1.9.x ] ( https://pypi.org/project/Django/ 1.9.13 / )
3636* [ Green Unicorn (Gunicorn)] ( /green-unicorn-gunicorn.html ) version
3737 [ 19.6] ( http://docs.gunicorn.org/en/stable/news.html )
3838
You can’t perform that action at this time.
0 commit comments