Created
June 11, 2012 07:18
-
-
Save dagss/2908876 to your computer and use it in GitHub Desktop.
Notes for NOTUR Python tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An IPython notebook running on Amazon EC2: | |
http://ec2-54-247-153-111.eu-west-1.compute.amazonaws.com:8888/ | |
Where to find help: | |
- numpy-discussion: http://www.scipy.org/Mailing_Lists | |
- cython-users: https://groups.google.com/forum/?fromgroups#!forum/cython-users | |
- http://scicomp.stackexchange.com | |
- http://stackoverflow.com/ | |
- EuroScipy conference August 23-27 Brussels: http://www.euroscipy.org/ | |
Useful libraries (Google them): | |
- SciPy | |
- Mayavi (3D visualization) | |
- Pandas (R-like tables/statistical processing) | |
- Many Partial Differential Equation libraries (high-level example: FeNICS, low-level example: petsc4py) | |
- PyTables (storing data in a standard HDF format) | |
- Sphinx (write documentation) | |
- mpi4py (MPI parallelism) | |
- pyzmq (ZeroMQ parallelism) | |
Cython slides and examples: | |
https://github.com/dagss/cython-tutorial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment