|
1 | | -# CompMethods |
2 | | -"Computational Methods for Economists using Python", by Richard W. Evans. Tutorials and executable code in Python for the most commonly used computational methods in economics. |
| 1 | +# *Computational Methods for Economists using Python*, by Richard W. Evans |
| 2 | + |
| 3 | +| | | |
| 4 | +| --- | --- | |
| 5 | +| Org | [](https://github.com/OpenSourceEcon) [](https://github.com/OpenSourceEcon/CompMethods/blob/main/LICENSE) | |
| 6 | +| Package | [](https://www.python.org/downloads/release/python-31013/) [](https://pypi.org/project/compmethods/) [](https://pypi.org/project/compmethods/) | |
| 7 | +| Testing |    [](https://codecov.io/gh/OpenSourceEcon/compmethods) | |
| 8 | + |
| 9 | +This repository contains the source material, code, and data for the book, [*Computational Methods for Economists using Python*](https://opensourceecon.github.io/CompMethods/), by Richard W. Evans (2023). This book is freely available online as an executable Jupyter Book at [url to book](https://opensourceecon.github.io/CompMethods/). |
| 10 | + |
| 11 | +The materials for the book are constantly being updated. The version number listed in the [Releases](https://github.com/OpenSourceEcon/CompMethods/releases) section of the repository tracks the updates, as well as the [`CHANGELOG.md`](CHANGELOG.md) file. |
| 12 | + |
| 13 | +As an open executable book project, this book is happy to receive, address, and incorporate collaborative additions, corrections, suggestions, and questions. Please see the [Contributor Guide]() in the book for how to best collaborate with the project. |
| 14 | + |
| 15 | +[Richard W. Evans, Phd](https://sites.google.com/site/rickecon) ([@rickecon](https://github.com/rickecon)) is the author of the book and the core maintainer of this repository. |
| 16 | + |
| 17 | +## Citing this book |
| 18 | +Please use the following citation form for this book. |
| 19 | + |
| 20 | +General citation to the book: |
| 21 | +* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/. |
| 22 | + |
| 23 | +Citation to a chapter in the book: |
| 24 | +* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, https://opensourceecon.github.io/CompMethods/[chapter path]. |
0 commit comments