Skip to content

Instantly share code, notes, and snippets.

@kenjyco
Last active April 12, 2024 18:47
Show Gist options
  • Star 73 You must be signed in to star a gist
  • Fork 48 You must be signed in to fork a gist
  • Save kenjyco/69eeb503125035f21a9d to your computer and use it in GitHub Desktop.
Save kenjyco/69eeb503125035f21a9d 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
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.
@adrianastan
Copy link

Hi,

What license does this notebook have? Is it ok to modify it and use it in an academic textbook?

Thanks,
Adriana

@kenjyco
Copy link
Author

kenjyco commented Aug 6, 2019

Hi @adrianastan

I just pushed an MIT license. Feel free to fork it and do what you like.

Also, the notebook had a bit too much text for the middle school students the first year I compiled this, so I ended up making a new gist and markdown file with Python/Bash concepts at https://gist.github.com/kenjyco/71a7168506631f9e99f3590ac3139fc0#file-concepts-md

@adrianastan
Copy link

Great! Thanks a lot!

Adriana

@dudung
Copy link

dudung commented Dec 28, 2022

Hi @kenjyco, thanks for the nice gist. I plan to use it.

@valera-rozuvan
Copy link

st.github.com/kenjyco/71a7168506631f9e99f3590ac3139fc0#file-concepts-md

The link is broken. For me https://gist.github.com/kenjyco/71a7168506631f9e99f3590ac3139fc0#file-concepts-md does not open something useful ... :-(

@valera-rozuvan
Copy link

@kenjyco HELP ^^ see above

@kenjyco
Copy link
Author

kenjyco commented Nov 1, 2023

That file is in a deleted gist.

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