Git Product home page Git Product logo

strategy-onboarding's Introduction

strategy-onboarding

Hey, welcome to strategy onboarding! We're experimenting with a new onboarding setup, and always welcoming feedback.

This is intended as more of an introduction to Python, which is the primary language we use for strategy projects, and some libraries around it. If you're more familiar with Python, this might only take you a couple minutes.

Feel free to message Emma Wai on Slack with any questions.

Usage

There's a couple exercises:

  • Fibonacci: Implement fibonacci_term() in onboarding/fibonacci.py. Check your work by running unit tests. The unit test framework we are using is pytest -> to run these, install the necessary packages (see below) and run pytest in terminal/command line
  • Array: Implement find_min_index() and reverse_str_arr() in onboarding/array.py. This time, you'll have to write the test cases in test_array.py
  • Matplot: We put together some very simple data in test_data.csv. Read it and graph it using Matplotlib

Once you're done, open a pull request (PR) with all these changes and tag @e-wai for a review. If you're waiting on a review, please take a look through the MSXIV work (https://github.com/uw-midsun/strategy) and come up with questions about what we've designed, or how we implemented certain things

Setup Help

  • Install python and git. Check that both exist on your computer with:

    python --version
    git --version
  • Use command line/terminal to navigate your computer's file system. cd <directory-name> to go down a level to the directory, or cd .. to go up a level.

  • Clone the repo into the location you want using

    git clone https://github.com/uw-midsun/strategy-onboarding.git
  • Using Python's virtualenv is a nice, easy way to manage installation packages: https://docs.python.org/3/library/venv.html. You'll need to install pytest. We have all the required packages stored in a requirements.txt file, which becomes especially useful once there are more required packages:

    pip install -r requirements.txt
  • Check that the test suite works with:

    pytest

    If you want more information on pytest, see the docs

strategy-onboarding's People

Contributors

e-wai avatar probro27 avatar rodrigotiscareno 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.