Skip to content

Instantly share code, notes, and snippets.

View bourque's full-sized avatar
🏒
Serenity Now

Matthew Bourque bourque

🏒
Serenity Now
  • Laboratory for Atmospheric and Space Physics
  • Boulder, CO
View GitHub Profile
@bourque
bourque / PyCon 2021 Notes.ipynb
Created June 15, 2021 19:26
PyCon 2021 Notes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bourque
bourque / database.html
Last active March 19, 2020 13:40
A simple demo of a Flask web app that queries a sqlite database
<p> This is the database page </p>
{% for state, capital in results_dict.items() %}
<p> {{state}}: {{capital}} </p>
{% endfor %}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bourque
bourque / pixel_history_demo.ipynb
Created August 16, 2018 19:35
A short demo of how to open and use a pixel history image via h5py
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bourque
bourque / Interacting with SQL databases.ipynb
Created January 6, 2018 01:00
An astronomy-themed SQL tutorial for the AAS231 Software Carpentry workshop
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bourque
bourque / pep8_pep257_examples.ipynb
Created January 6, 2018 00:57
A condensed version of PEP8 and PEP257 in notebook form
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bourque
bourque / what_are_database.ipynb
Last active July 13, 2018 20:06
A short demo on SQL databases, including using Python and SQLAlchemy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.