Skip to content
Azavea
Share
Explore
It’s been fun to connect with you guys, and look at your open code on GitHub.
This doc contains documentation for an app for a Philadelphia social services app, which uses React, Flask, and some Pythonic machine learning libraries. Additionally, there is documentation for a toy Vue Pokedex app. The writing samples and code walkthroughs in the dropdown at the top of this page. The content of each page is listed below.
1
page
content
code
2
/vue app
description of the task, some screenshots of working app, and some notes (i.e. what i would do if i had more time)
/
3
/vue app/ frontend
description of frontend, and the router.js
vuejs routing, Apollo
4
/vue app/ frontend / views
code samples for frontend views Home.vue and PokemonByName.vue
vuejs views
5
/vue app/ frontend / components
code samples for frontend views Poke.vue, PokeList.vue, and Heart.vue
vuejs components
6
/py samples
description of the selected Python samples, and an explanation of why I chose them to share.
/
7
/py samples / PCA app
description of the full-stack PCA application, at a high level.
/
8
/py samples / PCA app / app skeleton
a simplified code sample of the react and flask skeleton for the PCA application.
flask, pandas, reactjs
9
/py samples / PCA app / neural network
a code sample of a neural network that runs on a Pandas dataframe by with an updates db table
tensorflow, keras
10
/py samples / selected samples / refactorable Qiskit
a page where i’m exploring Diego’s question regarding how to make Qiskit more pythonic
qiskit
11
/py samples / selected samples / React app template
a reusable Flask-react skeleton. It was used to start the PCA app, but the skeleton was prepared to be reuseable, and for teaching.
flask, reactjs
12
/py samples / selected samples / tensorflow ml models
a set of mL algs and neural networks
tensorflow
There are no rows in this table


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.