diff --git a/advanced-classes.html b/advanced-classes.html index 05b7f6c..a931634 100644 --- a/advanced-classes.html +++ b/advanced-classes.html @@ -13,7 +13,7 @@ body{counter-reset:h1 11}
You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♢ +
Difficulty level: ♦♦♦♦♢
❝ FIXME ❞
— FIXME diff --git a/advanced-iterators.html b/advanced-iterators.html index c626212..aa13534 100644 --- a/advanced-iterators.html +++ b/advanced-iterators.html @@ -13,7 +13,7 @@ body{counter-reset:h1 7}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♢ +
Difficulty level: ♦♦♦♦♢
Advanced Iterators
❝ Great fleas have little fleas upon their backs to bite ’em,
And little fleas have lesser fleas, and so ad infinitum. ❞
— Augustus De Morgan diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index 7f6c5bc..8b68547 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -16,7 +16,7 @@ del{background:#f87}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♦ +
Difficulty level: ♦♦♦♦♦
Case Study: Porting
chardetto Python 3❝ Words, words. They’re all we have to go on. ❞
— Rosencrantz and Guildenstern are Dead diff --git a/files.html b/files.html index 0041b23..6696971 100644 --- a/files.html +++ b/files.html @@ -13,7 +13,7 @@ body{counter-reset:h1 12}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♢♢ +
Difficulty level: ♦♦♦♢♢
Files
❝ FIXME ❞
— FIXME diff --git a/generators.html b/generators.html index 9bafb4a..7fd1521 100644 --- a/generators.html +++ b/generators.html @@ -13,7 +13,7 @@ body{counter-reset:h1 5}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♢♢ +
Difficulty level: ♦♦♦♢♢
Generators
❝ My spelling is Wobbly. It’s good spelling but it Wobbles, and the letters get in the wrong places. ❞
— Winnie-the-Pooh diff --git a/http-web-services.html b/http-web-services.html index 68a15aa..ad17fd5 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -14,7 +14,7 @@ mark{display:inline}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♢ +
Difficulty level: ♦♦♦♦♢
HTTP Web Services
❝ A ruffled mind makes a restless pillow. ❞
— Charlotte Brontë diff --git a/iterators.html b/iterators.html index 9d5ed19..1faccaf 100644 --- a/iterators.html +++ b/iterators.html @@ -13,7 +13,7 @@ body{counter-reset:h1 6}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♢♢ +
Difficulty level: ♦♦♦♢♢
Iterators
❝ East is East, and West is West, and never the twain shall meet. ❞
— Rudyard Kipling diff --git a/native-datatypes.html b/native-datatypes.html index b9760f5..317d7e2 100644 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -13,7 +13,7 @@ body{counter-reset:h1 2}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♢♢♢ +
Difficulty level: ♦♦♢♢♢
Native Datatypes
❝ Wonder is the foundation of all philosophy, inquiry its progress, ignorance its end. ❞
— Michel de Montaigne diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index 1913a48..cba5f0f 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -23,7 +23,7 @@ td pre{padding:0;border:0}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♦ +
Difficulty level: ♦♦♦♦♦
Porting Code to Python 3 with
2to3❝ Life is pleasant. Death is peaceful. It’s the transition that’s troublesome. ❞
— Isaac Asimov (attributed) diff --git a/refactoring.html b/refactoring.html index 0b4b54d..1d40a56 100644 --- a/refactoring.html +++ b/refactoring.html @@ -13,7 +13,7 @@ body{counter-reset:h1 10}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♢ +
Difficulty level: ♦♦♦♦♢
Refactoring
❝ After one has played a vast quantity of notes and more notes, it is simplicity that emerges as the crowning reward of art. ❞
— Frédéric Chopin diff --git a/regular-expressions.html b/regular-expressions.html index 91801c8..b6e72ad 100644 --- a/regular-expressions.html +++ b/regular-expressions.html @@ -13,7 +13,7 @@ body{counter-reset:h1 4}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♢♢ +
Difficulty level: ♦♦♦♢♢
Regular Expressions
❝ Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems. ❞
— Jamie Zawinski diff --git a/special-method-names.html b/special-method-names.html index 3a6e033..fcbf27f 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -24,7 +24,7 @@ td a:link, td a:visited{border:0}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♦ +
Difficulty level: ♦♦♦♦♦
Special Method Names
❝ My specialty is being right when other people are wrong. ❞
— George Bernard Shaw diff --git a/strings.html b/strings.html index 87e5405..b04b450 100644 --- a/strings.html +++ b/strings.html @@ -13,7 +13,7 @@ body{counter-reset:h1 3}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♢♢ +
Difficulty level: ♦♦♦♢♢
Strings
❝ I’m telling you this ’cause you’re one of my friends.
diff --git a/unit-testing.html b/unit-testing.html index e952f79..ba6e822 100644 --- a/unit-testing.html +++ b/unit-testing.html @@ -13,7 +13,7 @@ body{counter-reset:h1 8}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♢♢♢ +
Difficulty level: ♦♦♢♢♢
Unit Testing
❝ Certitude is not the test of certainty. We have been cocksure of many things that were not so. ❞
— Oliver Wendell Holmes, Jr. diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index 2efb6b0..649fdbc 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -13,7 +13,7 @@ body{counter-reset:h1 20}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♦ +
Difficulty level: ♦♦♦♦♦
Where To Go From Here
❝ FIXME ❞
— FIXME diff --git a/xml.html b/xml.html index d9add16..7ea9e3a 100644 --- a/xml.html +++ b/xml.html @@ -14,7 +14,7 @@ mark{display:inline}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♦♦♦♢ +
Difficulty level: ♦♦♦♦♢
XML
❝ In the archonship of Aristaechmus, Draco enacted his ordinances. ❞
— Aristotle diff --git a/your-first-python-program.html b/your-first-python-program.html index d9c3163..79a3e17 100644 --- a/your-first-python-program.html +++ b/your-first-python-program.html @@ -17,7 +17,7 @@ th{text-align:left}You are here: Home ‣ Dive Into Python 3 ‣ -
Difficulty level: ♦♢♢♢♢ +
Difficulty level: ♦♢♢♢♢
Your First Python Program
❝ Don’t bury your burden in saintly silence. You have a problem? Great. Rejoice, dive in, and investigate. ❞
— Ven. Henepola Gunaratana