Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kushnertodd/cftm-intro-to-python

Introductory Python Jupyter notebook
https://github.com/kushnertodd/cftm-intro-to-python

education jupyter jupyter-notebook programming-language python python-3 python-basics python-basics-for-beginners python-beginners python-course python-course-materials python-courses python-crash-course python3 tutorial-course

Last synced: about 1 month ago
JSON representation

Introductory Python Jupyter notebook

Awesome Lists containing this project

README

        

# CFTM-intro-to-python
Jupyter site for Introduction to Python course

## Running the Python Jupyter notebook from the Internet

- This runs the notebook from the web.

http://www.toddkushnerllc.com/intro_to_python.html

- This is a Discord server for questions, comments, bug reports, or suggestions.

https://discord.gg/TRvHe7Q2

## Installing the Python Jupyter notebook locally
It's better to run it locally if the website times out or otherwise does not work.

- Install Anaconda to run Jupyter locally. Download Anaconda and do a standard install.

https://www.anaconda.com/download

- Download the Python Jupyter notebook. Go to this page, select Code and Download Zip. Expand the zip into a directory.

https://github.com/kushnertodd/CFTM-intro-to-python

- Select Anaconda Navigator from Anaconda3 folder on the Start menu. Select Launch under Jupyter Notebook. Find the directory where you installed the notebook in the file browser and open the file `python_intro.ipynb` to start.