python computations in science and engineering
Project description
pycse - Python computations in science and engineering
If you want to cite this project, use this doi:10.5281/zenodo.19111.
@misc{john_kitchin_2015_19111,
author = {John R. Kitchin},
title = {pycse: First release},
month = jun,
year = 2015,
doi = {10.5281/zenodo.19111},
url = {http://dx.doi.org/10.5281/zenodo.19111}
}
This git repository hosts my notes on using python in scientific and engineering calculations. The aim is to collect examples that span the types of computation/calculations scientists and engineers typically do to demonstrate the utility of python as a computational platform in engineering education.
Installation
You may want to install the python library with pycse:
pip install pycse
Feeling brave? You can install the cutting edge from GitHub:
pip install git+git://github.com/jkitchin/pycse
Docker
You can use a Docker image to run everything here. You have to have Docker installed and working on your system.
See docker/ for the setup used.
Option 1
I provide a pycse command-line utility that is installed with the package. Simply run pycse in a shell in the directory you want to start Jupyter lab in. When done, type C-c in the shell to quit, and it should be good.
Option 2
You can manually pull the image:
docker pull jkitchin/pycse:latest
Then, run the docker/pycse.sh script. This script mounts the current working directory, and takes care of choosing a random port.
Documentation
See https://kitchingroup.cheme.cmu.edu/pycse/docs/pycse.html for the Python documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycse-2.8.0-py3-none-any.whl.
File metadata
- Download URL: pycse-2.8.0-py3-none-any.whl
- Upload date:
- Size: 15.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c799b9e99303a486818fb68b72fb51ba461b612b5d392d022df4780bf7868273
|
|
| MD5 |
a54aa64a393307e223b3f9ac3ddf435e
|
|
| BLAKE2b-256 |
c5efe13ea295c5a14618f4855e962a934c3e12a5c33bb33e0a9f083352110de9
|