You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Python Data Visualization 2018: Why So Many Libraries?](https://www.anaconda.com/blog/developer-blog/python-data-visualization-2018-why-so-many-libraries/)
28
+
is an in-depth article on the Python data visualization tools landscape.
29
+
A must-read whether you are new to the space or have been using one or
30
+
more of these libraries for awhile.
31
+
16
32
* The [Python Graph Gallery](https://python-graph-gallery.com/) has a slew
17
33
of visualizations created with Python and includes the code used to
18
34
produced each one.
@@ -26,6 +42,9 @@ easier for humans to see patterns, trends and other useful information.
26
42
[Altair](https://altair-viz.github.io/) visualization tool written in
27
43
Python.
28
44
45
+
*[An introduction to Altair](http://vallandingham.me/altair_intro.html)
46
+
provides another wonderful tutorial on this data visualization tool.
47
+
29
48
*[A Dramatic Tour through Python’s Data Visualization Landscape](https://dsaber.com/2016/10/02/a-dramatic-tour-through-pythons-data-visualization-landscape-including-ggplot-and-altair/)
30
49
provides examples with the ggplot and Altair libraries. The
31
50
question-and-answer format for what you can do with the data is a really
@@ -41,6 +60,10 @@ easier for humans to see patterns, trends and other useful information.
41
60
[pandas](/pandas.html)-structured data using
42
61
[pdvega](https://github.com/altair-viz/pdvega).
43
62
63
+
*[Sorting Algorithms Visualized in Python](https://www.makeartwithpython.com/blog/visualizing-sort-algorithms-in-python/)
64
+
uses Python, numpy and scikit-image to animate how sorting algorithms
65
+
work.
66
+
44
67
45
68
### Beautiful example visualizations
46
69
Sometimes you need inspiration from other sources to figure out what
@@ -61,6 +84,10 @@ visualization and gave me ideas for what to build.
61
84
creative ways to view data for sports such as basketball, baseball and
62
85
hockey.
63
86
87
+
*[What do numbers look like?](https://johnhw.github.io/umap_primes/index.md.html)
88
+
is a Python 3 dimensional visualization of millions of integers, colored
89
+
by special factors such as prime and Fibonacci numbers.
90
+
64
91
*[Bay Area Housing Marketing Analysis: Part 1](https://blog.checkyo.tech/2018/08/06/bay-area-housing-market-analysis/)
<ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python" style="color: #fff">Learn to deploy and configure servers with Ansible in my latest video course</a>!
<ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python" style="color: #fff">Learn to deploy and configure servers with Ansible in my latest video course</a>!
5
+
</p>
6
+
</div>
7
+
</div>
8
+
9
+
{% if false %}
1
10
{% if page and (page.slug == 'development-environments' or page.slug == 'best-python-videos' or page.slug == 'learning-programming' or page.slug == 'web-development' or page.slug == 'why-use-python' or page.slug == 'javascript' or page.slug == 'cascading-style-sheets' or page.slug == 'python-2-or-3' or page.slug == 'introduction' or page.slug == 'best-python-podcasts') %}
<ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python"><imgsrc="/img/logos/intro-to-ansible.jpg" alt="Introduction to Ansible video course logo." class="shot rnd outl" width="100%"></a>
5
+
<pstyle="font-size: .8em; margin-top: 10px;">Learn the <ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Ansible configuration management tool</a> in my latest video course.</p>
Copy file name to clipboardExpand all lines: theme/templates/index-sidebar.html
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
<divclass="pnh"><h3>{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
4
4
<divclass="pnb">
5
5
<ahref="/">Full Stack Python</a> is an <ahref="https://github.com/mattmakai/fullstackpython.com">open book</a> that explains
6
-
concepts in plain language and provides great resources
7
-
<ahref="/table-of-contents.html">on all topics</a>.
6
+
concepts in plain language.
7
+
<hr>
8
+
<ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python"><imgsrc="/img/logos/intro-to-ansible.jpg" alt="Introduction to Ansible video course logo." class="shot rnd outl" width="100%"></a>
9
+
<pstyle="font-size: .8em; margin-top: 10px;">Learn <ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Ansible</a> in my new course.</p>
0 commit comments