Skip to content

Instantly share code, notes, and snippets.

@hibellm
Forked from kenjyco/01-Learning-Python3.md
Created February 26, 2020 08:26
Show Gist options
  • Save hibellm/0cce3e5e664b7c24c563a646023dc971 to your computer and use it in GitHub Desktop.
Save hibellm/0cce3e5e664b7c24c563a646023dc971 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.

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