Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<div id="root"></div>

<main class="content-section">
<section class="recommended-reading">
<h2>Recommended Reading</h2>
<p class="affiliate-note">The links below are Amazon affiliate links. If you purchase through them, we may earn a small commission at no extra cost to you.</p>
<ul>
<li><strong><a href="https://www.amazon.com/dp/1492056359?tag=dict2json-20" target="_blank" rel="sponsored nofollow noopener">Fluent Python (2nd Edition)</a></strong> by Luciano Ramalho &mdash; The definitive guide to Python's data model. Essential reading if you work with dictionaries, classes, and idiomatic Python day-to-day.</li>
<li><strong><a href="https://www.amazon.com/dp/1718502702?tag=dict2json-20" target="_blank" rel="sponsored nofollow noopener">Python Crash Course (3rd Edition)</a></strong> by Eric Matthes &mdash; The most popular hands-on introduction to Python. Great for anyone newer to the language.</li>
<li><strong><a href="https://www.amazon.com/dp/1593279922?tag=dict2json-20" target="_blank" rel="sponsored nofollow noopener">Automate the Boring Stuff with Python (2nd Edition)</a></strong> by Al Sweigart &mdash; Practical Python for working with files, JSON, web data, and everyday automation.</li>
</ul>
</section>

<h2>About Python Dictionaries and JSON</h2>

<section>
Expand Down
Loading