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

Duplicate lectures

Open shlff opened this issue 2 years ago • 4 comments
trafficstars

As discussed with @jstac , we have some duplicate lectures coexisting in the intro and intermediate lecture series. (cc @mmcky , @HengchengZhang )

Duplicates:

We might consider keeping each of them in only one series.

shlff avatar Aug 01 '23 23:08 shlff

Also we collect lectures with overlapping contexts here:

  1. Markov chain

intro

  • https://intro.quantecon.org/markov_chains_I.html
  • https://intro.quantecon.org/markov_chains_II.html

intermediate

  • https://python.quantecon.org/finite_markov.html
  1. Linear algebra

intro

  • https://intro.quantecon.org/linear_equations.html
  • https://intro.quantecon.org/eigen_I.html

intermediate

  • https://python.quantecon.org/linear_algebra.html
  1. LLN and CLT

intro

  • https://intro.quantecon.org/lln_clt.html

intermediate

  • https://python.quantecon.org/lln_clt.html
  1. Linear regression

intro

  • https://intro.quantecon.org/simple_linear_regression.html

intermediate

  • https://python.quantecon.org/ols.html
  1. Maximum likelihood estimation intro
  • https://intro.quantecon.org/mle.html

intermediate

  • https://python.quantecon.org/mle.html
  1. Schelling's segregation model

intro

  • https://intro.quantecon.org/schelling.html

intermediate

  • https://python.quantecon.org/schelling.html
  1. Lake model

intro

  • https://intro.quantecon.org/lake_model.html

intermediate

  • https://python.quantecon.org/lake_model.html

shlff avatar Aug 22 '23 01:08 shlff

Many thanks @mmcky,

I am removing lectures in the top comment now, and I have requested @jstac's review on the second category.

HumphreyYang avatar Jan 29 '24 05:01 HumphreyYang

Thanks @shlff for collecting these and documenting them carefully.

In most cases, the intermediate ones are more advanced and they can co-exist with the intro ones.

However, https://python.quantecon.org/schelling.html is really just a duplicate and can be removed.

Eventually we should connect the related lectures with links between them --- for example, the advanced MLE lecture should refer to the more elementary one at the start and vice versa. But let's put that aside for now.

After removing https://python.quantecon.org/schelling.html and merging @HumphreyYang's PR, I think this issue can be closed.

jstac avatar Jan 29 '24 08:01 jstac

Many thanks @jstac for your reivew and @shlff for the issue,

I will add schelling into the same PR, remove it from migrated lectures and ping @mmcky for review.

HumphreyYang avatar Jan 29 '24 08:01 HumphreyYang