Skip to content

Instantly share code, notes, and snippets.

@gwincr11
Forked from kenjyco/01-Learning-Python3.md
Created July 15, 2021 13:48
Show Gist options
  • Save gwincr11/241deeece30554f102942a8349a3e52e to your computer and use it in GitHub Desktop.
Save gwincr11/241deeece30554f102942a8349a3e52e to your computer and use it in GitHub Desktop.
Learn Python 3 with Jupyter Notebook

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.

Loading this notebook in a browser

Click https://mybinder.org/v2/gist/kenjyco/69eeb503125035f21a9d/HEAD?filepath=learning-python3.ipynb to start an interactive notebook from this gist in the browser. No need to install anything locally! You just need wait for the Docker image to be built on their server, then the JupyterHub server will load the notebook in a live environment.

  • Once the notebook loads, select "Cell" from the top area of menu items, then select "Run All"
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
The MIT License (MIT)
Copyright (c) 2019 Ken
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment