Skip to content

Prophetwei/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • Jupyter Notebook 17.5%
  • C++ 3.9%
  • Dockerfile 2.5%
  • Shell 1.9%
  • Makefile 0.6%
  • CMake 0.3%