1- {% block content %}
2- < div class ="content ">
1+ {% extends "books/pfe.html" %}
2+
3+ {% block chaptercontent %}
4+ < div class ="row ">
5+ < div class ="columns small-12 ">
36< div id ="header ">
4- < h1 class ="title "> Python 3.0 For Informatics : Exploring Information</ h1 >
5- < h2 class ="author "> Charles Severance</ h2 >
6- < h3 class ="date "> This book is being converted from Python 2.0 to Python 3.0. If you want to help see http://www.pythonlearn.com/book/</ h3 >
7+ < h2 class ="title "> Python 3.0 For Informatics : Exploring Information</ h2 >
8+ < h4 class ="author "> Charles Severance</ h4 >
79</ div >
810
911< h1 id ="why-should-you-learn-to-write-programs "> Why should you learn to write programs?</ h1 >
@@ -409,4 +411,26 @@ <h2 id="exercises">Exercises</h2>
409411</ ol >
410412</ div >
411413</ div >
414+
415+ </ div >
416+ {% endblock %}
417+
418+ {% block toc %}
419+
420+ < li class ="has-dropdown "> < a href ="#why-should-you-learn-to-write-programs "> Why should you learn to write programs?</ a > < ul class ="dropdown ">
421+ < li > < a href ="#creativity-and-motivation "> Creativity and motivation</ a > </ li >
422+ < li > < a href ="#computer-hardware-architecture "> Computer hardware architecture</ a > </ li >
423+ < li > < a href ="#understanding-programming "> Understanding programming</ a > </ li >
424+ < li > < a href ="#words-and-sentences "> Words and sentences</ a > </ li >
425+ < li > < a href ="#conversing-with-python "> Conversing with Python</ a > </ li >
426+ < li > < a href ="#terminology-interpreter-and-compiler "> Terminology: interpreter and compiler</ a > </ li >
427+ < li > < a href ="#writing-a-program "> Writing a program</ a > </ li >
428+ < li > < a href ="#what-is-a-program "> What is a program?</ a > </ li >
429+ < li > < a href ="#the-building-blocks-of-programs "> The building blocks of programs</ a > </ li >
430+ < li > < a href ="#what-could-possibly-go-wrong "> What could possibly go wrong?</ a > </ li >
431+ < li > < a href ="#the-learning-journey "> The learning journey</ a > </ li >
432+ < li > < a href ="#glossary "> Glossary</ a > </ li >
433+ < li > < a href ="#exercises "> Exercises</ a > </ li >
434+ </ ul > </ li >
435+
412436{% endblock %}
0 commit comments