Skip to content

Instantly share code, notes, and snippets.

@CalebMuhia
Forked from kenjyco/01-Learning-Python3.md
Created February 10, 2018 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CalebMuhia/e8127b98e6059bec902f386ac30cc531 to your computer and use it in GitHub Desktop.
Save CalebMuhia/e8127b98e6059bec902f386ac30cc531 to your computer and use it in GitHub Desktop.
Learn Python 3 with Jupyter Notebook
*.swp
.ipynb_checkpoints/
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Learning Python 3

This gist provides the learning-python3.ipynb notebook file, which can be viewed and edited in a Jupyter Notebook server to learn Python 3.

Once you load the notebook file to your local jupyter server, you can edit any of the cells, add new cells, or delete cells. The code cells will let you type and execute Python code (since we are using the Python 3 kernel). The markdown cells will let you type notes with a simple syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment