Skip to content

MAINT: Standardized README #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading