Skip to content

Commit cc044f2

Browse files
committed
new resources
1 parent a62794d commit cc044f2

File tree

6 files changed

+30
-1
lines changed

6 files changed

+30
-1
lines changed

all.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,11 @@ <h2>Falcon</h2>
828828
<h2>web.py</h2>
829829
<p><a href="http://webpy.org/">web.py</a> is a Python web framework designed for simplicity
830830
in building web applications.</p>
831+
<ul>
832+
<li>See this Reddit discussion on
833+
<a href="http://www.reddit.com/r/Python/comments/2sjghv/is_there_any_reason_to_not_use_webpy/">reasons why to not use web.py</a>
834+
for some insight into the state of the project.</li>
835+
</ul>
831836
<h2>web2py</h2>
832837
<p><a href="http://www.web2py.com/">Web2py</a> is a batteries-included philosophy framework
833838
with project structure based on model-view-controller patterns.</p>
@@ -4358,6 +4363,11 @@ <h2>Development environment resources</h2>
43584363
is a review of six IDEs. PyCharm, Wing IDE and PyDev stand out above the
43594364
other three in this review.</p>
43604365
</li>
4366+
<li>
4367+
<p><a href="http://nafiulis.me/pycharm-the-good-parts-i.html">PyCharm: The Good Parts</a>
4368+
shows you how to be more efficient and productive with that IDE if it's
4369+
your choice for writing Python code.</p>
4370+
</li>
43614371
</ul>
43624372
<h1>About the Author</h1>
43634373
<p>This website was coded and written by

development-environments.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ <h2>Development environment resources</h2>
148148
is a review of six IDEs. PyCharm, Wing IDE and PyDev stand out above the
149149
other three in this review.</p>
150150
</li>
151+
<li>
152+
<p><a href="http://nafiulis.me/pycharm-the-good-parts-i.html">PyCharm: The Good Parts</a>
153+
shows you how to be more efficient and productive with that IDE if it's
154+
your choice for writing Python code.</p>
155+
</li>
151156
</ul>
152157
<div class="row">
153158
<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>2015-01-17T10:18:00Z</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>2015-01-18T05:51:47Z</updated></feed>

other-web-frameworks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ <h2>Falcon</h2>
5555
<h2>web.py</h2>
5656
<p><a href="http://webpy.org/">web.py</a> is a Python web framework designed for simplicity
5757
in building web applications.</p>
58+
<ul>
59+
<li>See this Reddit discussion on
60+
<a href="http://www.reddit.com/r/Python/comments/2sjghv/is_there_any_reason_to_not_use_webpy/">reasons why to not use web.py</a>
61+
for some insight into the state of the project.</li>
62+
</ul>
5863
<h2>web2py</h2>
5964
<p><a href="http://www.web2py.com/">Web2py</a> is a batteries-included philosophy framework
6065
with project structure based on model-view-controller patterns.</p>

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ with web application speed as a top priority.
4242
[web.py](http://webpy.org/) is a Python web framework designed for simplicity
4343
in building web applications.
4444

45+
* See this Reddit discussion on
46+
[reasons why to not use web.py](http://www.reddit.com/r/Python/comments/2sjghv/is_there_any_reason_to_not_use_webpy/)
47+
for some insight into the state of the project.
48+
4549

4650
## web2py
4751
[Web2py](http://www.web2py.com/) is a batteries-included philosophy framework

source/content/pages/11-misc/1102-development-environments.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ up your application.
113113
* [Choosing the best Python IDE](http://pedrokroger.net/choosing-best-python-ide/)
114114
is a review of six IDEs. PyCharm, Wing IDE and PyDev stand out above the
115115
other three in this review.
116+
117+
* [PyCharm: The Good Parts](http://nafiulis.me/pycharm-the-good-parts-i.html)
118+
shows you how to be more efficient and productive with that IDE if it's
119+
your choice for writing Python code.
120+

0 commit comments

Comments
 (0)