Skip to content

Commit f8c61b7

Browse files
committed
new static site and jupyter notebook resources
1 parent e256444 commit f8c61b7

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

content/pages/02-development-environments/06-jupyter-notebook.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ like advanced interactive visualizations.
180180
not as much as some people would like to see. Overall there is a lot to
181181
enjoy reading here and reflect on so that the community can continue making
182182
Jupyter a fantastic environment for development.
183+
184+
* [Creating Presentations with Jupyter Notebook](http://www.blog.pythonlibrary.org/2018/09/25/creating-presentations-with-jupyter-notebook/)
185+
shows how to make slides out of your cells so you can present your
186+
work like a traditional presentation.

content/pages/03-data/21-matplotlib.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ toolkits.
4545
* [Pandas & Seaborn - A guide to handle & visualize data in Python](https://tryolabs.com/blog/2017/03/16/pandas-seaborn-a-guide-to-handle-visualize-data-elegantly/)
4646
builds a visualization by starting with [pandas](/pandas.html) for data
4747
wrangling then outputs charts with Matplotlib and Seaborn.
48+
49+
* [Matplotlib Tips and Demos](https://nbviewer.jupyter.org/urls/gist.githubusercontent.com/Jwink3101/e6b57eba3beca4b05ec146d9e38fc839/raw/f486ca3dcad44c33fc4e7ddedc1f83b82c02b492/Matplotlib_Cheatsheet)
50+
is a long [Jupyter Notebook](/jupyter-notebook.html) with a ton of example
51+
code that shows how to use Matplotlib in many ways.

content/pages/04-web-development/31-static-site-generator.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,8 @@ deployment.
243243
do not use HTTPS as part of your static site deployment. There are few
244244
excuses for having an insecure site without required HTTPS in today's
245245
world of free Let's Encrypt certificates.
246+
247+
* [How to Build a Low-tech Website?](https://solar.lowtechmagazine.com/2018/09/how-to-build-a-lowtech-website/)
248+
takes static site deployments to the extreme. The site served with
249+
solar power and customized hardware setup. This is a great read even
250+
though it will not be remotely practical for most organizations.

content/pages/04-web-development/39-code-metrics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ system are occurring.
5555
[bite-sized command line tools: pylintdb](https://nedbatchelder.com//blog/201712/bitesized_command_line_tools_pylintdb.html)
5656
post.
5757

58+
* [Flask8-eradicate](https://pypi.org/project/flake8-eradicate/)
59+
([source code](https://github.com/sobolevn/flake8-eradicate)) is a Flask8
60+
plugin for identifying dead code.
61+
5862

5963
## Hosted code metrics services
6064
The following tools are ready to use by going to the service, punching in

0 commit comments

Comments
 (0)