Giter Club home page Giter Club logo

bootcamp-py-101's Introduction

CHCAA's Introduction to ๐Ÿ

Technicalities

Cloud Service

UCloud

CHCAA Server

Worker-2-Jupyter

Local installation

If and only if you prefer to have your tools running locally (on your own machine), you should make sure to have Python 3.6+, git, a Unix terminal emulator, and Jupyter Notebook (or JupyterLab) installed. On Windows 10 machines, we suggest 'Ubuntu on Windows' (from the app store), which allows you to use Ubuntu Terminal and run Ubuntu command line utilities including bash and git. For Mac, you need to install Python 3.6+ and git. If Linux, well you're probably good.

Swiss army knife solution irrespective of OS: install Anaconda

!!!Disclaimer: We take no responsibility for your local installation.!!!

Prerequisites

For running in virtual environment (recommended) and assuming python3.6+ is installed.

$ sudo pip3 install virtualenv
$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate

Installation

Clone repository and install requirements

$ git clone [email protected]:knielbo/cds-visual.git
$ pip3 install -r requirements.txt

GPU acceleration

[TBA] for your desired CUDA version.

Repo structure

This repository has the following directory structure:

.
โ”œโ”€โ”€ dat/
โ”‚ย ย  โ”œโ”€โ”€ README.md
โ”‚ย ย  โ””โ”€โ”€ series2d/
โ”œโ”€โ”€ examples/
โ”œโ”€โ”€ LICENSE.md
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ requirements.txt
โ””โ”€โ”€ src/

Course overview and readings

Contact details

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ๐Ÿ˜ˆ

Versioning

Authors

Kristoffer L. Nielbo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Software Carpentries

bootcamp-py-101's People

Contributors

knielbo 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.