Skip to content

Commit de0db7e

Browse files
committed
removing whats next questions to templates
1 parent 4435dac commit de0db7e

27 files changed

+24
-35
lines changed

all.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ <h1>Introduction</h1>
4646
run a production Python web application.</p>
4747
<p>This guide branches out on topic because your learning needs depend on what
4848
you're currently trying to do. </p>
49-
<h3>Let's get started. What do you need to do right now?</h3>
5049
<h1>Why Use Python?</h1>
5150
<p>Python's expansive library of open source data analysis tools,
5251
<a href="/web-frameworks.html">web frameworks</a>,
@@ -144,7 +143,6 @@ <h3>More perspectives on why to use Python</h3>
144143
<a href="http://blogs.perl.org/users/ovid/2010/08/what-to-know-before-debating-type-systems.html">read this thorough explanation of the topic</a>.</p>
145144
</li>
146145
</ul>
147-
<h2>What else would you like to know about Python?</h2>
148146
<h1>Best Python Resources</h1>
149147
<p>The Python community is amazing at sharing detailed resources and helping
150148
beginners learn to program with the language. There are so many resources
@@ -335,7 +333,6 @@ <h2>Newsletters</h2>
335333
to all three so you don't miss anything.</p>
336334
</li>
337335
</ul>
338-
<h3>Those resources should help get you started. What's next?</h3>
339336
<h1>Best Python Videos</h1>
340337
<p>If you prefer to learn Python programming by watching videos then this is the
341338
resource for you. I've watched hundreds of live technical talks and combed
@@ -468,7 +465,6 @@ <h2>Video compilations</h2>
468465
engage an audience of peers with an exciting talk.</p>
469466
</li>
470467
</ul>
471-
<h3>What's next after watching Python videos?</h3>
472468
<h1>Enterprise Python</h1>
473469
<p>One of the misconceptions around Python and other dynamically-typed languages
474470
is that they cannot be reliably used to build enterprise-grade software.
@@ -578,7 +574,6 @@ <h2>Enterprise Python software development resources</h2>
578574
from traditional software.</p>
579575
</li>
580576
</ul>
581-
<h3>What do you want to learn next about Python software development?</h3>
582577
<h1>Development Environments</h1>
583578
<p>A development environment is a combination of a text editor and the Python
584579
interpreter. The text editor allows you to write the code. The interpreter
@@ -915,7 +910,6 @@ <h2>Vim Plugin resources</h2>
915910
plugin for Vim that works with both Python 2 and 3.</p>
916911
</li>
917912
</ul>
918-
<h3>What do you want to learn about Python development?</h3>
919913
<h1>Emacs</h1>
920914
<p>Emacs is an extensible text editor that can be customized by writing Lisp
921915
code.</p>
@@ -1001,7 +995,6 @@ <h2>Popular user configurations</h2>
1001995
extensibility and Vim's ergonomic text editing features.</p>
1002996
</li>
1003997
</ul>
1004-
<h3>What's next once your development environment is set up?</h3>
1005998
<h1>Generators</h1>
1006999
<p>Generators are a Python core language construct that allow a function's return
10071000
value to to behave as an iterator. A generator can allow more efficient

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h2>Newsletters</h2>
224224
to all three so you don't miss anything.</p>
225225
</li>
226226
</ul>
227-
<h3>Those resources should help get you started. What's next?</h3>
227+
<h3>Those resources should help you get started. What's next?</h3>
228228
<div class="row">
229229
<div class="col-md-4">
230230
<div class="well select-next">

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2>Video compilations</h2>
166166
engage an audience of peers with an exciting talk.</p>
167167
</li>
168168
</ul>
169-
<h3>What's next after watching Python videos?</h3>
169+
<h3>What's the next topic you want to learn?</h3>
170170
<div class="row">
171171
<div class="col-md-4">
172172
<div class="well select-next">

development-environments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h2>Development environment resources</h2>
168168
has a comparison of several features between the two editors.</p>
169169
</li>
170170
</ul>
171+
<h3>Learn about Vim & Emacs next, or move on to web frameworks?</h3>
171172
<div class="row">
172173
<div class="col-md-4">
173174
<div class="well select-next">

emacs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ <h3>What's next once your development environment is set up?</h3>
133133
</div>
134134
<div class="col-md-4">
135135
<div class="well select-next">
136-
<a href="/development-environments.html" class="btn btn-success btn-full"><svg width="34" height="30" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1728 992v-832q0-13-9.5-22.5t-22.5-9.5h-1600q-13 0-22.5 9.5t-9.5 22.5v832q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5zm128-832v1088q0 66-47 113t-113 47h-544q0 37 16 77.5t32 71 16 43.5q0 26-19 45t-45 19h-512q-26 0-45-19t-19-45q0-14 16-44t32-70 16-78h-544q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1600q66 0 113 47t47 113z" fill="#fff"/></svg></a>
137-
<p class="under-btn">What editor should I use to code my Python app?</p> </div>
136+
<a href="/data.html" class="btn btn-success btn-full"><svg width="28" height="30" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M63 1536h-63v-1408h63v1408zm63-1h-32v-1407h32v1407zm94 0h-31v-1407h31v1407zm157 0h-31v-1407h31v1407zm157 0h-62v-1407h62v1407zm126 0h-31v-1407h31v1407zm63 0h-31v-1407h31v1407zm63 0h-31v-1407h31v1407zm157 0h-63v-1407h63v1407zm157 0h-63v-1407h63v1407zm126 0h-63v-1407h63v1407zm126 0h-63v-1407h63v1407zm94 0h-63v-1407h63v1407zm189 0h-94v-1407h94v1407zm63 0h-32v-1407h32v1407zm94 1h-63v-1408h63v1408z" fill="#fff"/></svg></a>
137+
<p class="under-btn">I want to know about using Python to work with data.</p> </div>
138138
</div>
139139
</div><div id="mc_embed_signup">
140140
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

enterprise-python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2>Enterprise Python software development resources</h2>
143143
from traditional software.</p>
144144
</li>
145145
</ul>
146-
<h3>What do you want to learn next about Python software development?</h3>
146+
<h3>What do you want to learn next about developing with Python?</h3>
147147
<div class="row">
148148
<div class="col-md-4">
149149
<div class="well select-next">

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-05-26T11:34:18Z</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-05-26T11:59:35Z</updated></feed>

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ <h1>Introduction</h1>
4747
run a production Python web application.</p>
4848
<p>This guide branches out on topic because your learning needs depend on what
4949
you're currently trying to do. </p>
50-
<h3>Let's get started. What do you need to do right now?</h3>
5150
<div class="row">
5251
<div class="col-md-4">
5352
<div class="well select-next">

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Introduction</h1>
4747
run a production Python web application.</p>
4848
<p>This guide branches out on topic because your learning needs depend on what
4949
you're currently trying to do. </p>
50-
<h3>Let's get started. What do you need to do right now?</h3>
50+
<h3>Let's get started. What do you want to learn right now?</h3>
5151
<div class="row">
5252
<div class="col-md-4">
5353
<div class="well select-next">

source/content/pages/01-introduction/01-introduction.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ run a production Python web application.
2121
This guide branches out on topic because your learning needs depend on what
2222
you're currently trying to do.
2323

24-
25-
### Let's get started. What do you need to do right now?

0 commit comments

Comments
 (0)