My first Twitch Stream: S01-E01 JupyterHub Intro and Tools
I'm trying live streaming code. I did my first stream this week on Twitch. I'm going to try and stream on Tuesday night at 8:30pm-9:30pm PST for the next 8 weeks.
I'm trying live streaming code. I did my first stream this week on Twitch. I'm going to try and stream on Tuesday night at 8:30pm-9:30pm PST for the next 8 weeks.
I was a guest on the Running in Production podcast with Nick Janetakis! We talked about how a Community College professor deployed JupyterHub online using a Digital Ocean cloud server. Check out the podcast episode here.
Jupyter notebooks are a great way to write and run Python code. Jupyter notebooks can produce text output, plots, and animations. Static Jupyter notebooks can be shared on GitHub.com and nbviewer. Another way to share Jupyter notebooks is a great Python package called Voila. Voila turns Jupyter notebooks into …
more ...This post is a list of my recommended Python teaching resources for instructors in 2020. I received an email from a college instructor who was thinking about moving from MATLAB to Python in one of their courses. I wanted to share my email more broadly in case anyone else is …
more ...Zappa is a way to deploy serverless web apps on AWS Lambda. In this post, we will build a simple Flask web app with Python and run the web app on AWS Lambda using Zappa in only a few steps.