Skip to content

Commit 5b08efc

Browse files
committed
new resource for experienced developers
1 parent 26315b7 commit 5b08efc

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,6 +3799,11 @@ <h2>Experienced developers new to Python</h2>
37993799
contains a wealth of information both on the Python programming language and the community.</p>
38003800
</li>
38013801
<li>
3802+
<p><a href="https://districtdatalabs.silvrback.com/how-to-develop-quality-python-code">How to Develop Quality Python Code</a>
3803+
is a good read to begin learning about development environments,
3804+
application dependencies and project structure.</p>
3805+
</li>
3806+
<li>
38023807
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains
38033808
lecture videos and exercises for learning Python.</p>
38043809
</li>
@@ -4018,6 +4023,7 @@ <h1>Change Log</h1>
40184023
<h2>2014</h2>
40194024
<h3>November</h3>
40204025
<ul>
4026+
<li>More resources under Best Python Resources.</li>
40214027
<li>Removing broken links from Best Python Resources and Django pages.</li>
40224028
<li>New monitoring and development environments resources.</li>
40234029
</ul>

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ <h2>Experienced developers new to Python</h2>
124124
contains a wealth of information both on the Python programming language and the community.</p>
125125
</li>
126126
<li>
127+
<p><a href="https://districtdatalabs.silvrback.com/how-to-develop-quality-python-code">How to Develop Quality Python Code</a>
128+
is a good read to begin learning about development environments,
129+
application dependencies and project structure.</p>
130+
</li>
131+
<li>
127132
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains
128133
lecture videos and exercises for learning Python.</p>
129134
</li>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>November</h3>
4848
<ul>
49+
<li>More resources under Best Python Resources.</li>
4950
<li>Removing broken links from Best Python Resources and Django pages.</li>
5051
<li>New monitoring and development environments resources.</li>
5152
</ul>

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-04T20:37:42Z</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-05T05:52:35Z</updated></feed>

source/content/pages/11-misc/1101-best-python-resources.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ should skip down to the next section for "experienced developers".
9090
[The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/)
9191
contains a wealth of information both on the Python programming language and the community.
9292

93+
* [How to Develop Quality Python Code](https://districtdatalabs.silvrback.com/how-to-develop-quality-python-code)
94+
is a good read to begin learning about development environments,
95+
application dependencies and project structure.
96+
9397
* [Google's Python Class](https://developers.google.com/edu/python/) contains
9498
lecture videos and exercises for learning Python.
9599

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2014
2626
### November
27+
* More resources under Best Python Resources.
2728
* Removing broken links from Best Python Resources and Django pages.
2829
* New monitoring and development environments resources.
2930

0 commit comments

Comments
 (0)