Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
 
 

Repository files navigation

UTPython Lab

The Colaboratory notebook files for UTPython, the Introduction to Python Programming course at the University of Tokyo. https://sites.google.com/view/ut-python/

Text Book

https://utokyo-ipp.github.io/toc.html

How to set up development environment

Install the Python 3 virtualenv:

virtualenv -p python3 venv
. venv/bin/activate
pip install jupyter prog_edu_assistant_tools

Install Bazel (http://bazel.build) and build the notebooks:

bazel build ...

Build the deployment image

docker/build-docker-image.sh

Run the service locally for testing

docker/start-local-server.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages