Skip to content

Commit d28548d

Browse files
committed
add new pythonanywhere stub page. add new data visualization resource
1 parent ee2eb2a commit d28548d

File tree

5 files changed

+49
-2
lines changed

5 files changed

+49
-2
lines changed

content/pages/03-data/18-data-visualization.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ visualization and gave me ideas for what to build.
7474
[Antarctic Dispatches](https://www.nytimes.com/interactive/2017/05/18/climate/antarctica-ice-melt-climate-change.html)
7575
articles that show how glaciers and ice are moving.
7676

77+
* Who knew good old histograms could be so fascinating? Check out this
78+
post titled
79+
[What's so hard about histograms?](http://tinlizzie.org/histograms/)
80+
and scroll through to learn a ton about the details you can think about
81+
when creating these types of data visuals.
82+
7783

7884
### Data visualization resources
7985
* [Data visualization, from 1987 to today](https://medium.economist.com/data-visualisation-from-1987-to-today-65d0609c6017)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: PythonAnywhere
2+
category: page
3+
slug: pythonanywhere
4+
sortorder: 0511
5+
toc: False
6+
sidebartitle: PythonAnywhere
7+
meta: PythonAnywhere is a platform-as-a-service implementation which can be used to more easily deploy Python applications.
8+
9+
10+
# PythonAnywhere
11+
<a href="https://www.pythonanywhere.com/">PythonAnywhere</a> is an
12+
implementation of the
13+
[platform-as-a-service (PaaS)](/platform-as-a-service.html) concept
14+
and can be used to [deploy](/deployment.html) and operate Python
15+
applications.
16+
17+
<a href="https://www.pythonanywhere.com/" style="border:none"><img src="/img/logos/pythonanywhere.jpg" width="100%" alt="PythonAnywhere logo." class="shot outl rnd"></a>
18+
19+
20+
### PythonAnywhere resources
21+
* [Turning a Python script into a website](https://blog.pythonanywhere.com/169/)
22+
shows how to take a simple script and deploy it to PythonAnywhere so you
23+
can have it running somewhere other than your local machine.
52.5 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What do you need to know for your deployment?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/best-python-resources.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/databases.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/introduction.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/table-of-contents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ <h4>5.2 <a href="/virtual-private-servers-vps.html">Virtual Private Servers (VPS
157157
<div class="tc"><a href="/lightsail.html">Lightsail</a></div>
158158
<h4>5.3 <a href="/platform-as-a-service.html">Platform-as-a-Service</a></h4>
159159
<div class="tc"><a href="/heroku.html">Heroku</a></div>
160-
<div class="tc sn">PythonAnywhere</div>
161-
<div class="tc sn">Codestar</div>
160+
<div class="tc"><a href="/pythonanywhere.html">PythonAnywhere</a></div>
161+
<div class="tc sn">AWS Codestar</div>
162162
<h4>5.4 <a href="/operating-systems.html">Operating systems</a></h4>
163163
<div class="tc"><a href="/ubuntu.html">Ubuntu Linux</a></div>
164164
<div class="tc sn">macOS</div>

0 commit comments

Comments
 (0)