A site that displays up to date COVID-19 stats, powered by fastpages.

Overview

https://covid19dashboards.com

This project was built with fastpages

Background

This project showcases how you can use fastpages to create a static dashboard that update regularly using Jupyter Notebooks. Using fastpages, data professionals can share dashboards (that are updated with new data automatically) without requiring any expertise in front end development.

The content of this site shows statistics and reports regarding Covid-19.

Contributing

See the contributing guide.

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):


Hamel Husain

🚧

Dan Becker

πŸ‘€ πŸ€” 🚧

Pratap Vardhan

πŸ–‹

Joao B. Duarte

πŸ–‹

Thomas Wiecki

πŸ–‹ πŸ’»

Joseph Richards

πŸ–‹

Asif Imran

πŸ–‹

Avy Faingezicht

πŸ–‹

Pierre Grimaud

πŸ“–

Andrew Clancy

πŸ“–

Kishore Vasan

πŸ“–

Bastien

πŸ“–

Anthony Nguyen

πŸ“–

Mark Dacek

πŸ“–

Jennie Chow

πŸ–‹ πŸ‘€

Jeremy Howard

πŸ”§ πŸ€”

Omoju Miller

πŸ“†

Vlad Stan

🚧 πŸ’» πŸ–‹

adrianturcato

πŸ–‹

Zach Mayer

🚧

Jared Valdron

πŸ–‹

skullface

πŸ“–

Steve Van Tuyl

πŸ–‹

zaxtax

πŸ–‹ 🚧

Paras Jain

πŸ–‹

Arthur Deygin

πŸ–‹

DarΓ­o HereΓ±ΓΊ

πŸ–‹

Daniel Cox

πŸ–‹

TeepaBlue

πŸ–‹

Martin Boehler

πŸ–‹

Kannan Kumar

🚧

Otman404

πŸ–‹

Alonso Silva Allende

πŸ–‹

Sophiah (Zing-Ming)

πŸ–‹

Arun Gupta

πŸ–‹

ujs

πŸ–‹

This project follows the all-contributors specification. Contributions of any kind welcome!

Owner
GitHub
How people build software.
GitHub
Generating interfaces(CLI, Qt GUI, Dash web app) from a Python function.

oneFace is a Python library for automatically generating multiple interfaces(CLI, GUI, WebGUI) from a callable Python object. oneFace is an easy way t

NaNg 31 Oct 21, 2022
This is a place where I'm playing around with pandas to analyze data in a csv/excel file.

pandas-csv-excel-analysis This is a place where I'm playing around with pandas to analyze data in a csv/excel file. 0-start A very simple cheat sheet

Chuqin 3 Oct 05, 2022
Simple Inkscape Scripting

Simple Inkscape Scripting Description In the Inkscape vector-drawing program, how would you go about drawing 100 diamonds, each with a random color an

Scott Pakin 140 Dec 27, 2022
A Python Binder that merge 2 files with any extension by creating a new python file and compiling it to exe which runs both payloads.

Update ! ANONFILE MIGHT NOT WORK ! About A Python Binder that merge 2 files with any extension by creating a new python file and compiling it to exe w

Vesper 15 Oct 12, 2022
A collection of 100 Deep Learning images and visualizations

A collection of Deep Learning images and visualizations. The project has been developed by the AI Summer team and currently contains almost 100 images.

AI Summer 65 Sep 12, 2022
This is a Boids Simulation, written in Python with Pygame.

PyNBoids A Python Boids Simulation This is a Boids simulation, written in Python3, with Pygame2 and NumPy. To use: Save the pynboids_sp.py file (and n

Nik 17 Dec 18, 2022
VoilΓ , install macOS on ANY Computer! This is really and magic easiest way!

OSX-PROXMOX - Run macOS on ANY Computer - AMD & Intel Install Proxmox VE v7.02 - Next, Next & Finish (NNF). Open Proxmox Web Console - Datacenter N

Gabriel Luchina 654 Jan 09, 2023
Log visualizer for whirl-framework

Lumberjack Log visualizer for whirl-framework Установка pip install -r requirements.txt Как ΠΏΠΎΠ»ΡŒΠ·ΠΎΠ²Π°Ρ‚ΡŒΡΡ python3 lumberjack.py -l ΠΏΡƒΡ‚ΡŒ Π΄ΠΎ Π»ΠΎΠ³Π° -o

Vladimir Malinovskii 2 Dec 19, 2022
A Python library created to assist programmers with complex mathematical functions

libmaths was created not only as a learning experience for me, but as a way to make mathematical models in seconds for Python users using mat

Simple 73 Oct 02, 2022
Python package to visualize and cluster partial dependence.

partial_dependence A python library for plotting partial dependence patterns of machine learning classifiers. The technique is a black box approach to

NYU Visualization Lab 25 Nov 14, 2022
Simple, realtime visualization of neural network training performance.

pastalog Simple, realtime visualization server for training neural networks. Use with Lasagne, Keras, Tensorflow, Torch, Theano, and basically everyth

Rewon Child 416 Dec 29, 2022
China and India Population and GDP Visualization

China and India Population and GDP Visualization Historical Population Comparison between India and China This graph shows the population data of Indi

Nicolas De Mello 10 Oct 27, 2021
JupyterHub extension for ContainDS Dashboards

ContainDS Dashboards for JupyterHub A Dashboard publishing solution for Data Science teams to share results with decision makers. Run a private on-pre

Ideonate 179 Nov 29, 2022
Python scripts to manage Chia plots and drive space, providing full reports. Also monitors the number of chia coins you have.

Chia Plot, Drive Manager & Coin Monitor (V0.5 - April 20th, 2021) Multi Server Chia Plot and Drive Management Solution Be sure to ⭐ my repo so you can

338 Nov 25, 2022
JSNAPY example: Validate NAT policies

JSNAPY example: Validate NAT policies Overview This example will show how to use JSNAPy to make sure the expected NAT policy matches are taking place.

Calvin Remsburg 1 Jan 07, 2022
This is my favourite function - the Rastrigin function.

This is my favourite function - the Rastrigin function. What sparked my curiosity and interest in the function was its complexity in terms of many local optimum points, which makes it particularly in

1 Dec 27, 2021
`charts.css.py` brings `charts.css` to Python. Online documentation and samples is available at the link below.

charts.css.py charts.css.py provides a python API to convert your 2-dimension data lists into html snippet, which will be rendered into charts by CSS,

Ray Luo 3 Sep 23, 2021
An XLSX spreadsheet renderer for Django REST Framework.

drf-renderer-xlsx provides an XLSX renderer for Django REST Framework. It uses OpenPyXL to create the spreadsheet and returns the data.

The Wharton School 166 Dec 01, 2022
Implementation of SOMs (Self-Organizing Maps) with neighborhood-based map topologies.

py-self-organizing-maps Simple implementation of self-organizing maps (SOMs) A SOM is an unsupervised method for learning a mapping from a discrete ne

Jonas Grebe 6 Nov 22, 2022