This repository contains workbooks to help you become fluent in Python.
/docs: Contains the configs for the github pages website
/notebooks: Contains the ipython notebooks (.ipynb)
You can either reference the workbook content online or run workbooks interactively (locally or online).
There are several options for running the workbooks interactively. Chose the one that best supports your purposes.
-
Local Option: Clone or fork the repo and execute the workbooks locally using Jupyter Notebook or Jupyter Lab (find instructions here: https://jupyter.org/install)
-
Online Option: Launch a live nb server using binder: https://mybinder.org/v2/gh/fuzzy-tribble/python3_fluency/master
Want to create an site from your ipython notebooks like this?
This is just a GitHub pages site that uses the minima-ipynb theme and is built using nbconvertjkl python package to build the content from the notebooks folder!
