Skip to content

Commit e045cab

Browse files
add github deployment to the readme
1 parent 0dbae56 commit e045cab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ProbablyComputingSquid/learn-python-through-notebooks/HEAD?urlpath=%2Fdoc%2Ftree%2FREADME.md)
44
[![Athena Award Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Faward.athena.hackclub.com%2Fapi%2Fbadge)](https://award.athena.hackclub.com?utm_source=readme)
5+
[github pages live demo](https://probablycomputingsquid.github.io/learn-python-through-notebooks/lab/index.html)
56

67
This is a series of interactive .ipynb notebooks (with exercises!) designed to help you speedrun a basic knowledge of Python. Written for my high school programming club
78
These notebooks are designed as lessons, and are split into ~1 hour chunks. You can go into these lessons with as little knowledge about programming as you want.
8-
You can find a live demo on [mybinder](https://mybinder.org/v2/gh/ProbablyComputingSquid/learn-python-through-notebooks/HEAD?urlpath=%2Fdoc%2Ftree%2FREADME.md)
9-
If you're reading this on mybinder, click on the folder icon to the left to peruse the notebooks. Please follow them in order, because then it makes more sense.
9+
You can find a live demo on [mybinder](https://mybinder.org/v2/gh/ProbablyComputingSquid/learn-python-through-notebooks/HEAD?urlpath=%2Fdoc%2Ftree%2FREADME.md) or the [github pages](https://probablycomputingsquid.github.io/learn-python-through-notebooks/lab/index.html)
1010

11+
12+
If you're reading this on mybinder or the github pages, click on the folder icon to the left to peruse the notebooks. Please follow them in order, because then it makes more sense.
13+
If you're reading this on the github pages site, try using pyodide as the default kernel because the js ones are kind of funky (at least they dont work all the time for me on firefox.)
1114
# Table of Contents
1215
- [Intro To Python](content/Intro_To_Python.ipynb)
1316
- [Loops And Logic](content/Loops_And_Logic.ipynb)

0 commit comments

Comments
 (0)