We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f1667 commit ae96cb3Copy full SHA for ae96cb3
content/pages/meta/00-change-log.markdown
@@ -15,6 +15,8 @@ on GitHub.
15
16
## 2020
17
### March
18
+* Added new blog post tutorial on
19
+ [Learning pandas by Exploring COVID-19 Data](/blog/learn-pandas-basic-commands-explore-covid-19-data.html).
20
* New [web design](/web-design.html) and
21
[web development](/web-development.html) resources.
22
* Added new blog post on
theme/templates/article-sidebar.html
@@ -1,6 +1,7 @@
1
{% if article.author == "Kevin Whinnery" %}
2
{% include "sponsor/twilioquest.html" %}
3
{% endif %}
4
+{% include "sponsor/carbon.html" %}
5
<div class="pn">
6
<div class="pnh">
7
<h3><a href="/table-of-contents.html">More Resources</a></h3>
0 commit comments