Skip to content

Commit

Permalink
MAINT: Standardized README (#311)
Browse files Browse the repository at this point in the history
* MAINT: std README

* reference is no longer available

* reference to new location of lecture

* resource no longer available
  • Loading branch information
mmcky authored May 1, 2024
1 parent 8518c8b commit d690352
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# lecture-python-programming.myst
# Python Programming for Economics and Finance

Source files for https://python-programming.quantecon.org
This website presents a set of lectures on Python programming for economics and finance.

## GH-PAGES
## Jupyter notebooks

This repository is hosted on Github Pages:
Jupyter notebook versions of each lecture are available for download
via the website.

https://quantecon.github.io/lecture-python-programming.myst/
## Contributions

with a custom domain
To comment on the lectures please add to or open an issue in the issue tracker (see above).

https://python-programming.quantecon.org
We welcome pull requests!

Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style.
3 changes: 0 additions & 3 deletions lectures/matplotlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,6 @@ plt.rcParams['figure.figsize'] = (10, 6)
```

Here are [more examples](https://www.datafantic.com/the-magic-of-matplotlib-stylesheets/) on how to change these parameters.


## Further Reading

* The [Matplotlib gallery](http://matplotlib.org/gallery.html) provides many examples.
Expand Down
2 changes: 1 addition & 1 deletion lectures/sympy.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Simplifying the expression above gives
simplify(Dt.doit())
```

This is consistent with the solution in the lecture on [geometric series](https://python.quantecon.org/geom_series.html#example-the-money-multiplier-in-fractional-reserve-banking).
This is consistent with the solution in the lecture on [geometric series](https://intro.quantecon.org/geom_series.html#example-the-money-multiplier-in-fractional-reserve-banking).


#### Example: discrete random variable
Expand Down
2 changes: 0 additions & 2 deletions lectures/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ You can also run the script line by line by opening an ipykernel console either
- by right clicking within the Notebook and selecting Create Console for Editor
Use Shift + Enter to run a line of code.
More on ipykernel consoles [here](https://ipython.readthedocs.io/en/stable/interactive/reference.html#ipykernel).
```

## A walk through Visual Studio Code
Expand Down

0 comments on commit d690352

Please sign in to comment.