Code Monkey home page Code Monkey logo

eds217_2023's Introduction

Python for Environmental Data Science

Course Website

The course description, learning goals, format, and outline with links to all activities can be found at the course website.

How to use this repository

  1. Fork this repository to create a local copy in your github account. Do this by clicking the "Fork" button in the upper right corner of the repository home page.

  2. Clone the forked repository to your local computer

    • Open your Terminal.

    • Type git clone and the the url for your forked copy of this repository, which is https://github.com/<your username>/eds217_2023, where is your github user id.

      The entire command will look like this:

      $ git clone https://github.com/<your username>/eds217_2023

      Note: In the line above, the $ is your terminal prompt. On other systems, the command prompt is something like >, or [username]$. To keep these directions more general, I will just use $ to represent the command prompt throughout our docs. The key point is that you don't need to type this as part of the command.

    • Press Enter. A local clone of the class repository will be created on your local computer.

       $ git clone https://github.com/<your username>/eds217_2023
       > Cloning into eds217_2023...
       > remote: Counting objects: 10, done.
       > remote: Compressing objects: 100% (8/8), done.
       > remove: Total 10 (delta 1), reused 10 (delta 1)
       > Unpacking objects: 100% (10/10), done.
      

      You will now have a new local directory in your instance called eds217_2023/, which contains all of the course materials. We will download and practice using all of the required software to use these course materials on Day 0 of the course.

eds217_2023's People

Contributors

kcaylor avatar brynemorgan avatar anna-boser avatar annaramji 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.