jankounchained / introduction-to-scientific-computing

This repository is for educational purposes only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Scientific Computing

This repository contains all of the code and data related to the Fall 2022 (E22) course Introductino to Scientific Computing. The course is taught by Center for Humanities Computing Aarhus, any inquiries can be addressed to CHCAA

This repository is in active development, with new material being pushed on a weekly basis.

Technicalities

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 https://github.com/CHCAA-EDUX/introduction-to-scientific-computing.git
$ pip3 install -r requirements.txt

GPU acceleration

[TBA] for your desired CUDA version.

Repo structure

This repository has the following directory structure:

Course overview and readings

See Curriculum

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

Al Sweigart

About

This repository is for educational purposes only.