Git Product home page Git Product logo

orf411's Introduction

orf411

Code base for ORF 411

Get the Newest Code

You may clone this repository.
For your convenience, the ZIP file of the codes can be downloaded here.

Getting Started

These instructions will get you a copy of the Python codes and set up your local machine to run the codes.

Prerequisites

This software was tested with Python 3.6.

Python

We recommend Anaconda as an easy way to get a working python system in your machine. Get it here.

The code is developed and tested on 64-bit python 3.6.

Packages

The packages required by the code are:

  • numpy: used for pseudorandom number generator and many useful functions
  • scipy: used for more exotic functions that are not offered in numpy
  • openpyxl: used for Microsoft Excel xlsx input/output functionalities

You may get these using conda

$ conda install numpy scipy openpyxl

or using pip (if you already have Python in your machine and decided not to use Anaconda)

$ pip install numpy openpyxl

Problem Sets

1

2

orf411's People

Contributors

donghun2018 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.