Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scipy-lectures/scipy-lecture-notes
Tutorial material on the scientific Python ecosystem
https://github.com/scipy-lectures/scipy-lecture-notes
Last synced: 3 months ago
JSON representation
Tutorial material on the scientific Python ecosystem
- Host: GitHub
- URL: https://github.com/scipy-lectures/scipy-lecture-notes
- Owner: scipy-lectures
- License: other
- Created: 2010-05-19T20:42:33.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T04:26:07.000Z (7 months ago)
- Last Synced: 2024-04-12T15:19:55.307Z (7 months ago)
- Language: Python
- Homepage: https://lectures.scientific-python.org
- Size: 23.9 MB
- Stars: 3,043
- Watchers: 166
- Forks: 1,172
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.594102.svg
:target: https://dx.doi.org/10.5281/zenodo.594102.. image:: https://github.com/scipy-lectures/scientific-python-lectures/workflows/test/badge.svg?branch=main
:target: https://github.com/scipy-lectures/scientific-python-lectures/actions?query=workflow%3A%22test%22==========================
Scientific Python Lectures
==========================This repository gathers some lectures on the scientific Python
ecosystem that can be used for a full course of scientific computing with
Python.These documents are written with the rest markup language (``.rst``
extension) and built using `Sphinx `_.You can view the online version at: https://lectures.scientific-python.org/
Reusing and distributing
-------------------------As stated in the ``LICENSE.rst`` file, this material comes with no strings
attached. Feel free to reuse and modify for your own teaching purposes.However, we would like this reference material to be improved over time,
thus we encourage people to contribute back changes. These will be
reviewed and edited by the original authors and the editors.Building and contributing
--------------------------The file ``CONTRIBUTING.rst`` contains instructions to build from source
and to contribute.