Skip to content

Commit aad43a4

Browse files
committed
Added README.md
1 parent f35edee commit aad43a4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
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+
This repository contains the source material, code, and data for the book, [*Computational Methods for Economists using Python*](), by Richard W. Evans (2023). This book is freely available online as an executable Jupyter Book at [url to book]().
3+
4+
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.
5+
6+
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 or the [CONTRIBUTING.md](CONTRIBUTING.md) markdown file in this repository for how to best collaborate with the project.
7+
8+
[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.
9+
10+
## Citing this book
11+
Please use the following citation for this book.
12+
13+
General citation to the book:
14+
* Evans, Richard W., *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, [url to book].
15+
16+
Citation to a chapter in the book:
17+
* Evans, Richard W., "[insert chapter name]", in *Computational Methods for Economists using Python*, Open access Jupyter Book, v#.#.#, 2023, [url to chapter].

0 commit comments

Comments
 (0)