Skip to content

Zereo0317/oop-python-nycu

 
 

Repository files navigation

oop-python-nycu

This repo is used for OOP and Advanced OOP courses in NYCU.

Docker

We have a Dockerfile with minimum installations of the packages we will use.

  • Nginx + Flask
  • vim-python-ide
  • pybind11

For first time user or any Dockerfile update

docker pull argnctu/oop:latest

Clone the repo

git clone [email protected]:ARG-NCTU/oop-python-nycu.git

or if you do not have ssh key yet (you should set it up soon)

git clone https://github.com/ARG-NCTU/oop-python-nycu.git

For your first docker terminal:

source docker_run.sh

More terminal:

source docker_join.sh

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • C++ 2.1%
  • Dockerfile 1.4%
  • Shell 1.1%
  • Jupyter Notebook 1.0%
  • Makefile 0.3%
  • CMake 0.2%