@@ -46,7 +46,6 @@ <h1>Introduction</h1>
4646run a production Python web application.</ p >
4747< p > This guide branches out on topic because your learning needs depend on what
4848you'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
150148beginners 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
341338resource 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
474470is 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
584579interpreter. 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
921915code.</ 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
10071000value to to behave as an iterator. A generator can allow more efficient
0 commit comments