lecture-python-programming icon indicating copy to clipboard operation
lecture-python-programming copied to clipboard

Source files for https://python-programming.quantecon.org

Results 17 lecture-python-programming issues
Sort by recently updated
recently updated
newest added
trafficstars

from one of our readers: In the introduction of quantecon lecture it discussed np.rank. I could not run it so I check and according to this website https://numpy.org/devdocs/release/1.18.0-notes.html it looks...

bug

This line seems to be failing on the latest coverage tests from last night. ```python govt_debt = wb.download(indicator='GC.DOD.TOTL.GD.ZS', country=['US', 'AU'], start=2005, end=2016).stack().unstack(0) ```

bug

Should dask be treated in this lecture: https://lectures.quantecon.org/py/sci_libs.html ? Any other libraries we're not treating but should at least mention? Jax? I'm rehashing this question from Slack, where @AakashGfude says:...

Hi @jstac this adds the link from #17. Fixes #17

We are getting reports of issues for `numba=0.49` coming through on the `QuantEcon` package as well as lecture failures. There are some big changes in `numba=0.49` due to restructuring the...

bug

A new parallelization lecture was added in QuantEcon/lecture-source-py#719 At the bottom are commented out headings for Dask and GPUs. These can be added sequentially while the lecture is live, probabily...

https://github.com/gjtorikian/html-proofer

Apart from the first one, all the figures on this page are too big: https://python-programming.quantecon.org/about_py.html. @shlff @Harveyt47 @najuzilu we talked about how to fix this for a long time --...