Sign inSign up

mikematera/python-for-everyone

By mikematera

•Updated about 6 years ago

Docker images for my Python for Everyone class.

Image
0

247

mikematera/python-for-everyone repository overview

⁠Python for Everyone

Binder

Learn Python with help and practice. These Jupyter⁠ notebooks support my CIS-15⁠ class at Cabrillo College⁠. The notebooks teach the principles of programming with activities that give you practice and projects to challeng you.

⁠Using the Notebooks

It has never been easier to use this course content. Just click the "Binder" badge at the top of this page. The notebooks load with all of the lessons and labs ready to go. Binder sessions aren't saved but you can download individual notebooks to your computer and re-upload them to Binder next time. If you would like to take a deeper dive into the notebooks on your own computer the best way is to use the Docker Hub⁠ images that are built from this repository. New to Docker? It's quite easy to get started! Follow the instructions to install Docker⁠. From the command line you can launch the Jupyter Lab server with this command:

$ docker run -it -p 8888:8888 mikematera/python-for-everyone

The result is just like starting a local Jupyter server and you will be able to connect to Jupyter using the 127.0.0.1 URL provided.

⁠Contributing

This project is under active development. Please contact me if you want to collaborate.

⁠License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License⁠.

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

about 6 years ago

docker pull mikematera/python-for-everyone