From 3ea2fe4f77f3f875ec09f919a664bddea1f861d6 Mon Sep 17 00:00:00 2001 From: miyaliu666 Date: Fri, 1 Oct 2021 12:24:12 +0800 Subject: [PATCH] feat(i18n,curriculum): add Bilibili ids for Chinese (#43564) Co-authored-by: Kristofer Koishigawa Co-authored-by: Oliver Eyton-Williams --- .../python-for-everybody/build-your-own-functions.md | 4 ++++ .../python-for-everybody/comparing-and-sorting-tuples.md | 4 ++++ .../python-for-everybody/conditional-execution.md | 4 ++++ .../python-for-everybody/data-visualization-mailing-lists.md | 4 ++++ .../python-for-everybody/data-visualization-page-rank.md | 4 ++++ .../python-for-everybody/dictionaries-and-loops.md | 4 ++++ .../python-for-everybody/dictionaries-common-applications.md | 4 ++++ .../python-for-everybody/files-as-a-sequence.md | 4 ++++ .../python-for-everybody/intermediate-expressions.md | 4 ++++ .../python-for-everybody/intermediate-strings.md | 4 ++++ .../python-for-everybody/introduction-elements-of-python.md | 4 ++++ .../python-for-everybody/introduction-hardware-achitecture.md | 4 ++++ .../python-for-everybody/introduction-python-as-a-language.md | 4 ++++ .../python-for-everybody/iterations-definite-loops.md | 4 ++++ .../python-for-everybody/iterations-loop-idioms.md | 4 ++++ .../python-for-everybody/iterations-more-patterns.md | 4 ++++ .../python-for-everybody/loops-and-iterations.md | 4 ++++ .../python-for-everybody/make-a-relational-database.md | 4 ++++ .../python-for-everybody/more-conditional-structures.md | 4 ++++ .../python-for-everybody/networking-protocol.md | 4 ++++ .../python-for-everybody/networking-text-processing.md | 4 ++++ .../python-for-everybody/networking-using-urllib-in-python.md | 4 ++++ .../networking-web-scraping-with-python.md | 4 ++++ .../python-for-everybody/networking-with-python.md | 4 ++++ .../python-for-everybody/networking-write-a-web-browser.md | 4 ++++ .../python-for-everybody/object-lifecycle.md | 4 ++++ .../python-for-everybody/objects-a-sample-class.md | 4 ++++ .../python-for-everybody/objects-inheritance.md | 4 ++++ .../python-for-everybody/python-dictionaries.md | 4 ++++ .../python-for-everybody/python-functions.md | 4 ++++ .../python-for-everybody/python-lists.md | 4 ++++ .../python-for-everybody/python-objects.md | 4 ++++ .../python-for-everybody/reading-files.md | 4 ++++ .../regular-expressions-matching-and-extracting-data.md | 4 ++++ .../regular-expressions-practical-applications.md | 4 ++++ .../python-for-everybody/regular-expressions.md | 4 ++++ .../python-for-everybody/relational-database-design.md | 4 ++++ .../python-for-everybody/relational-databases-and-sqlite.md | 4 ++++ .../relational-databases-join-operation.md | 4 ++++ .../relational-databases-many-to-many-relationships.md | 4 ++++ .../relational-databases-relationship-building.md | 4 ++++ .../representing-relationships-in-a-relational-database.md | 4 ++++ .../python-for-everybody/strings-and-lists.md | 4 ++++ .../python-for-everybody/strings-in-python.md | 4 ++++ .../python-for-everybody/the-tuples-collection.md | 4 ++++ .../python-for-everybody/using-web-services.md | 4 ++++ .../variables-expressions-and-statements.md | 4 ++++ .../python-for-everybody/visualizing-data-with-python.md | 4 ++++ .../web-services-api-rate-limiting-and-security.md | 4 ++++ .../python-for-everybody/web-services-apis.md | 4 ++++ .../python-for-everybody/web-services-json.md | 4 ++++ .../web-services-service-oriented-approach.md | 4 ++++ .../python-for-everybody/web-services-xml-schema.md | 4 ++++ .../python-for-everybody/web-services-xml.md | 4 ++++ .../python-for-everybody/working-with-lists.md | 4 ++++ .../data-analysis-example-a.md | 4 ++++ .../data-analysis-example-b.md | 4 ++++ .../data-cleaning-and-visualizations.md | 4 ++++ .../data-cleaning-duplicates.md | 4 ++++ .../data-cleaning-introduction.md | 4 ++++ .../data-cleaning-with-dataframes.md | 4 ++++ .../how-to-use-jupyter-notebooks-intro.md | 4 ++++ .../introduction-to-data-analysis.md | 4 ++++ .../jupyter-notebooks-cells.md | 4 ++++ .../jupyter-notebooks-importing-and-exporting-data.md | 4 ++++ .../numpy-algebra-and-size.md | 4 ++++ .../data-analysis-with-python-course/numpy-arrays.md | 4 ++++ .../data-analysis-with-python-course/numpy-boolean-arrays.md | 4 ++++ .../data-analysis-with-python-course/numpy-introduction-a.md | 4 ++++ .../data-analysis-with-python-course/numpy-introduction-b.md | 4 ++++ .../data-analysis-with-python-course/numpy-operations.md | 4 ++++ .../pandas-conditional-selection-and-modifying-dataframes.md | 4 ++++ .../pandas-creating-columns.md | 4 ++++ .../data-analysis-with-python-course/pandas-dataframes.md | 4 ++++ .../pandas-indexing-and-conditional-selection.md | 4 ++++ .../data-analysis-with-python-course/pandas-introduction.md | 4 ++++ .../parsing-html-and-saving-data.md | 4 ++++ .../python-functions-and-collections.md | 4 ++++ .../data-analysis-with-python-course/python-introduction.md | 4 ++++ .../python-iteration-and-modules.md | 4 ++++ .../reading-data-csv-and-txt.md | 4 ++++ .../reading-data-from-databases.md | 4 ++++ .../reading-data-introduction.md | 4 ++++ .../numpy/accessing-and-changing-elements,-rows,-columns.md | 4 ++++ .../08-data-analysis-with-python/numpy/basics-of-numpy.md | 4 ++++ .../numpy/copying-arrays-warning.md | 4 ++++ .../numpy/initialize-array-problem.md | 4 ++++ .../numpy/initializing-different-arrays.md | 4 ++++ .../numpy/loading-data-and-advanced-indexing.md | 4 ++++ .../english/08-data-analysis-with-python/numpy/mathematics.md | 4 ++++ .../08-data-analysis-with-python/numpy/reorganizing-arrays.md | 4 ++++ .../08-data-analysis-with-python/numpy/what-is-numpy.md | 4 ++++ .../python-for-penetration-testing/creating-a-tcp-client.md | 4 ++++ .../developing-a-banner-grabber.md | 4 ++++ .../developing-a-port-scanner.md | 4 ++++ .../developing-an-nmap-scanner-part-1.md | 4 ++++ .../developing-an-nmap-scanner-part-2.md | 4 ++++ .../python-for-penetration-testing/introduction-and-setup.md | 4 ++++ .../understanding-sockets-and-creating-a-tcp-server.md | 4 ++++ .../11-machine-learning-with-python/tensorflow/conclusion.md | 4 ++++ .../convolutional-neural-networks-evaluating-the-model.md | 4 ++++ ...onvolutional-neural-networks-picking-a-pretrained-model.md | 4 ++++ .../convolutional-neural-networks-the-convolutional-layer.md | 4 ++++ .../tensorflow/convolutional-neural-networks.md | 4 ++++ .../tensorflow/core-learning-algorithms-building-the-model.md | 4 ++++ .../tensorflow/core-learning-algorithms-classification.md | 4 ++++ .../tensorflow/core-learning-algorithms-clustering.md | 4 ++++ .../core-learning-algorithms-hidden-markov-models.md | 4 ++++ .../core-learning-algorithms-the-training-process.md | 4 ++++ .../core-learning-algorithms-training-and-testing-data.md | 4 ++++ ...ning-algorithms-using-probabilities-to-make-predictions.md | 4 ++++ .../tensorflow/core-learning-algorithms-working-with-data.md | 4 ++++ .../tensorflow/core-learning-algorithms.md | 4 ++++ .../tensorflow/creating-a-convolutional-neural-network.md | 4 ++++ .../tensorflow/introduction-machine-learning-fundamentals.md | 4 ++++ .../tensorflow/introduction-to-tensorflow.md | 4 ++++ ...atural-language-processing-with-rnns-building-the-model.md | 4 ++++ ...l-language-processing-with-rnns-create-a-play-generator.md | 4 ++++ ...atural-language-processing-with-rnns-making-predictions.md | 4 ++++ .../natural-language-processing-with-rnns-part-2.md | 4 ++++ ...language-processing-with-rnns-recurring-neural-networks.md | 4 ++++ ...ural-language-processing-with-rnns-sentimental-analysis.md | 4 ++++ ...atural-language-processing-with-rnns-training-the-model.md | 4 ++++ .../tensorflow/natural-language-processing-with-rnns.md | 4 ++++ .../tensorflow/neural-networks-activation-functions.md | 4 ++++ .../tensorflow/neural-networks-creating-a-model.md | 4 ++++ .../tensorflow/neural-networks-optimizers.md | 4 ++++ .../tensorflow/neural-networks-with-tensorflow.md | 4 ++++ .../reinforcement-learning-with-q-learning-example.md | 4 ++++ .../reinforcement-learning-with-q-learning-part-2.md | 4 ++++ .../tensorflow/reinforcement-learning-with-q-learning.md | 4 ++++ 131 files changed, 524 insertions(+) diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/build-your-own-functions.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/build-your-own-functions.md index a1797e50eb..9e3d07907e 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/build-your-own-functions.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/build-your-own-functions.md @@ -3,6 +3,10 @@ id: 5e7b9f060b6c005b0e76f05b title: Build your own Functions challengeType: 11 videoId: nLDychdBwUg +bilibiliIds: + aid: 249487483 + bvid: BV1Fv411J7bS + cid: 376340281 dashedName: build-your-own-functions --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/comparing-and-sorting-tuples.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/comparing-and-sorting-tuples.md index 011f26213e..d083a6e6b7 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/comparing-and-sorting-tuples.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/comparing-and-sorting-tuples.md @@ -3,6 +3,10 @@ id: 5e7b9f0b0b6c005b0e76f06d title: Comparing and Sorting Tuples challengeType: 11 videoId: dZXzBXUxxCs +bilibiliIds: + aid: 931886163 + bvid: BV1HM4y1T7TK + cid: 376533673 dashedName: comparing-and-sorting-tuples --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/conditional-execution.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/conditional-execution.md index 2e973cd5f6..c7e87b2f7e 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/conditional-execution.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/conditional-execution.md @@ -3,6 +3,10 @@ id: 5e7b9f050b6c005b0e76f058 title: Conditional Execution challengeType: 11 videoId: gz_IfIsZQtc +bilibiliIds: + aid: 206949935 + bvid: BV1Jh411z7bY + cid: 376337035 dashedName: conditional-execution --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-mailing-lists.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-mailing-lists.md index b4030f10ff..993fc8907c 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-mailing-lists.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-mailing-lists.md @@ -3,6 +3,10 @@ id: 5e7b9f6a0b6c005b0e76f097 title: 'Data Visualization: Mailing Lists' challengeType: 11 videoId: RYdW660KkaQ +bilibiliIds: + aid: 334465586 + bvid: BV18w411R7dD + cid: 377545473 dashedName: data-visualization-mailing-lists --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-page-rank.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-page-rank.md index fd0b04359a..db4878ed82 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-page-rank.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/data-visualization-page-rank.md @@ -3,6 +3,10 @@ id: 5e7b9f6a0b6c005b0e76f096 title: 'Data Visualization: Page Rank' challengeType: 11 videoId: 6-w_qIUwaxU +bilibiliIds: + aid: 376950472 + bvid: BV1ho4y1Q72u + cid: 377544599 dashedName: data-visualization-page-rank --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-and-loops.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-and-loops.md index e11c4968a0..ca2f0d9a67 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-and-loops.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-and-loops.md @@ -3,6 +3,10 @@ id: 5e7b9f0a0b6c005b0e76f069 title: Dictionaries and Loops challengeType: 11 videoId: EEmekKiKG70 +bilibiliIds: + aid: 589401038 + bvid: BV1eq4y1X7xU + cid: 376387132 dashedName: dictionaries-and-loops --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-common-applications.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-common-applications.md index f1f0855d93..aef8d14287 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-common-applications.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/dictionaries-common-applications.md @@ -3,6 +3,10 @@ id: 5e7b9f090b6c005b0e76f068 title: 'Dictionaries: Common Applications' challengeType: 11 videoId: f17xPfIXct0 +bilibiliIds: + aid: 805747023 + bvid: BV1v34y1D7ug + cid: 414168867 dashedName: dictionaries-common-applications --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/files-as-a-sequence.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/files-as-a-sequence.md index dff23f6561..0c624248e1 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/files-as-a-sequence.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/files-as-a-sequence.md @@ -3,6 +3,10 @@ id: 5e7b9f080b6c005b0e76f063 title: Files as a Sequence challengeType: 11 videoId: cIA0EokbaHE +bilibiliIds: + aid: 974380307 + bvid: BV1p44y1m7br + cid: 376388846 dashedName: files-as-a-sequence --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-expressions.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-expressions.md index 06951beb68..1d51cc3273 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-expressions.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-expressions.md @@ -3,6 +3,10 @@ id: 5e7b9f050b6c005b0e76f057 title: Intermediate Expressions challengeType: 11 videoId: dKgUaIa5ATg +bilibiliIds: + aid: 334428894 + bvid: BV1uw411R7gH + cid: 376318468 dashedName: intermediate-expressions --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-strings.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-strings.md index 216b951cc5..5d958cbd7f 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-strings.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/intermediate-strings.md @@ -3,6 +3,10 @@ id: 5e7b9f070b6c005b0e76f061 title: Intermediate Strings challengeType: 11 videoId: KgT_fYLXnyk +bilibiliIds: + aid: 291983121 + bvid: BV1Zf4y157yG + cid: 376394116 dashedName: intermediate-strings --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-elements-of-python.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-elements-of-python.md index 04796a35f1..8b4f0cda16 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-elements-of-python.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-elements-of-python.md @@ -3,6 +3,10 @@ id: 5e6a54c358d3af90110a60a3 title: 'Introduction: Elements of Python' challengeType: 11 videoId: aRY_xjL35v0 +bilibiliIds: + aid: 674420725 + bvid: BV1MU4y1H7Lj + cid: 376315889 dashedName: introduction-elements-of-python --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-hardware-achitecture.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-hardware-achitecture.md index 02afa120f1..ca70295ff2 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-hardware-achitecture.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-hardware-achitecture.md @@ -3,6 +3,10 @@ id: 5e6a54af58d3af90110a60a1 title: 'Introduction: Hardware Architecture' challengeType: 11 videoId: H6qtjRTfSog +bilibiliIds: + aid: 206977572 + bvid: BV1zh411z7Ak + cid: 376199262 dashedName: introduction-hardware-architecture --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-python-as-a-language.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-python-as-a-language.md index a9ad7a9e2b..a5d07b2472 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-python-as-a-language.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-python-as-a-language.md @@ -3,6 +3,10 @@ id: 5e6a54ba58d3af90110a60a2 title: 'Introduction: Python as a Language' challengeType: 11 videoId: 0QeGbZNS_bY +bilibiliIds: + aid: 674404602 + bvid: BV1GU4y1H7vB + cid: 376315625 dashedName: introduction-python-as-a-language --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-definite-loops.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-definite-loops.md index 6438238f03..7e1ed038bc 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-definite-loops.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-definite-loops.md @@ -3,6 +3,10 @@ id: 5e7b9f070b6c005b0e76f05d title: 'Iterations: Definite Loops' challengeType: 11 videoId: hiRTRAqNlpE +bilibiliIds: + aid: 291987032 + bvid: BV1ff4y157Q3 + cid: 376385255 dashedName: iterations-definite-loops --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-loop-idioms.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-loop-idioms.md index d0f5059a2f..70a07c3184 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-loop-idioms.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-loop-idioms.md @@ -3,6 +3,10 @@ id: 5e7b9f070b6c005b0e76f05e title: 'Iterations: Loop Idioms' challengeType: 11 videoId: AelGAcoMXbI +bilibiliIds: + aid: 334491369 + bvid: BV1tw411R7Mm + cid: 376530765 dashedName: iterations-loop-idioms --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-more-patterns.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-more-patterns.md index 829fe70011..f328d0e624 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-more-patterns.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-more-patterns.md @@ -3,6 +3,10 @@ id: 5e7b9f070b6c005b0e76f05f title: 'Iterations: More Patterns' challengeType: 11 videoId: 9Wtqo6vha1M +bilibiliIds: + aid: 674492981 + bvid: BV1hU4y1H7tF + cid: 376531204 dashedName: iterations-more-patterns --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/loops-and-iterations.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/loops-and-iterations.md index 5bf4c6df17..51ed9ff4db 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/loops-and-iterations.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/loops-and-iterations.md @@ -3,6 +3,10 @@ id: 5e7b9f060b6c005b0e76f05c title: Loops and Iterations challengeType: 11 videoId: dLA-szNRnUY +bilibiliIds: + aid: 674492981 + bvid: BV1hU4y1H7tF + cid: 376531204 dashedName: loops-and-iterations --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/make-a-relational-database.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/make-a-relational-database.md index 36e76238d4..9fbd557d8d 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/make-a-relational-database.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/make-a-relational-database.md @@ -3,6 +3,10 @@ id: 5e7b9f170b6c005b0e76f08b title: Make a Relational Database challengeType: 11 videoId: MQ5z4bdF92U +bilibiliIds: + aid: 249380678 + bvid: BV1vv411E76L + cid: 377531786 dashedName: make-a-relational-database --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/more-conditional-structures.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/more-conditional-structures.md index 135632d2b7..18abf9c21e 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/more-conditional-structures.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/more-conditional-structures.md @@ -3,6 +3,10 @@ id: 5e7b9f060b6c005b0e76f059 title: More Conditional Structures challengeType: 11 videoId: HdL82tAZR20 +bilibiliIds: + aid: 631930118 + bvid: BV1Nb4y1r7z2 + cid: 376337449 dashedName: more-conditional-structures --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.md index 7196aa02da..47d6d52de4 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.md @@ -3,6 +3,10 @@ id: 5e7b9f0c0b6c005b0e76f072 title: Networking Protocol challengeType: 11 videoId: c6vZGescaSc +bilibiliIds: + aid: 931950996 + bvid: BV1cM4y1N7K6 + cid: 376388317 dashedName: networking-protocol --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-text-processing.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-text-processing.md index bf0c895949..db73bd6e5f 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-text-processing.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-text-processing.md @@ -3,6 +3,10 @@ id: 5e7b9f0c0b6c005b0e76f074 title: 'Networking: Text Processing' challengeType: 11 videoId: Pv_pJgVu8WI +bilibiliIds: + aid: 804442498 + bvid: BV16y4y1j7WW + cid: 377329124 dashedName: networking-text-processing --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-using-urllib-in-python.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-using-urllib-in-python.md index a8f26e7a47..1413e0471b 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-using-urllib-in-python.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-using-urllib-in-python.md @@ -3,6 +3,10 @@ id: 5e7b9f0d0b6c005b0e76f075 title: 'Networking: Using urllib in Python' challengeType: 11 videoId: 7lFM1T_CxBs +bilibiliIds: + aid: 546908270 + bvid: BV1Xq4y1H7e6 + cid: 377331524 dashedName: networking-using-urllib-in-python --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-web-scraping-with-python.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-web-scraping-with-python.md index ed31a3848a..68739d9c3b 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-web-scraping-with-python.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-web-scraping-with-python.md @@ -3,6 +3,10 @@ id: 5e7b9f0d0b6c005b0e76f076 title: 'Networking: Web Scraping with Python' challengeType: 11 videoId: Uyioq2q4cEg +bilibiliIds: + aid: 674382625 + bvid: BV1oU4y1n7zQ + cid: 377331774 dashedName: networking-web-scraping-with-python --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-with-python.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-with-python.md index b90462a16d..f21045dff2 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-with-python.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-with-python.md @@ -3,6 +3,10 @@ id: 5e7b9f0c0b6c005b0e76f071 title: Networking with Python challengeType: 11 videoId: _kJvneKVdNM +bilibiliIds: + aid: 419494612 + bvid: BV1r341167jT + cid: 376385858 dashedName: networking-with-python --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-write-a-web-browser.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-write-a-web-browser.md index 41fc6959e0..e8127560b5 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-write-a-web-browser.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-write-a-web-browser.md @@ -3,6 +3,10 @@ id: 5e7b9f0c0b6c005b0e76f073 title: 'Networking: Write a Web Browser' challengeType: 11 videoId: zjyT9DaAjx4 +bilibiliIds: + aid: 761908574 + bvid: BV1j64y1x7wx + cid: 377319579 dashedName: networking-write-a-web-browser --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/object-lifecycle.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/object-lifecycle.md index c85eabd257..be8ff0ffce 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/object-lifecycle.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/object-lifecycle.md @@ -3,6 +3,10 @@ id: 5e7b9f170b6c005b0e76f087 title: Object Lifecycle challengeType: 11 videoId: p1r3h_AMMIM +bilibiliIds: + aid: 461998717 + bvid: BV1JL411n7Hr + cid: 377529681 dashedName: object-lifecycle --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-a-sample-class.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-a-sample-class.md index 41d127dc0f..956ee3e10f 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-a-sample-class.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-a-sample-class.md @@ -3,6 +3,10 @@ id: 5e7b9f160b6c005b0e76f086 title: 'Objects: A Sample Class' challengeType: 11 videoId: FiABKEuaSJ8 +bilibiliIds: + aid: 589451777 + bvid: BV1rq4y1X7TG + cid: 377523194 dashedName: objects-a-sample-class --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-inheritance.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-inheritance.md index 1de3c04012..285061db3a 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-inheritance.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/objects-inheritance.md @@ -3,6 +3,10 @@ id: 5e7b9f170b6c005b0e76f088 title: 'Objects: Inheritance' challengeType: 11 videoId: FBL3alYrxRM +bilibiliIds: + aid: 631990691 + bvid: BV1sb4y1r7GF + cid: 377529901 dashedName: objects-inheritance --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-dictionaries.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-dictionaries.md index 0c86c3bd09..962ec93111 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-dictionaries.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-dictionaries.md @@ -3,6 +3,10 @@ id: 5e7b9f090b6c005b0e76f067 title: Python Dictionaries challengeType: 11 videoId: dnzvfimrRMg +bilibiliIds: + aid: 631893305 + bvid: BV19b4y167kj + cid: 376386176 dashedName: python-dictionaries --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-functions.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-functions.md index 2f4bb2bbd0..3b5ea72b3c 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-functions.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-functions.md @@ -3,6 +3,10 @@ id: 5e7b9f060b6c005b0e76f05a title: Python Functions challengeType: 11 videoId: 3JGF-n3tDPU +bilibiliIds: + aid: 631881917 + bvid: BV1Xb4y167P4 + cid: 376337920 dashedName: python-functions --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-lists.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-lists.md index be78cd10c7..4266a29a5e 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-lists.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-lists.md @@ -3,6 +3,10 @@ id: 5e7b9f080b6c005b0e76f064 title: Python Lists challengeType: 11 videoId: Y0cvfDpYC_c +bilibiliIds: + aid: 249460305 + bvid: BV1Dv411E7Uj + cid: 376532993 dashedName: python-lists --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-objects.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-objects.md index 6082df58eb..6e8ed9b8c5 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-objects.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/python-objects.md @@ -3,6 +3,10 @@ id: 5e7b9f160b6c005b0e76f085 title: Python Objects challengeType: 11 videoId: uJxGeTYy0us +bilibiliIds: + aid: 889496260 + bvid: BV1ZP4y1s7G6 + cid: 377522762 dashedName: python-objects --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/reading-files.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/reading-files.md index 9be11dc4f3..c4cc75d8e4 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/reading-files.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/reading-files.md @@ -3,6 +3,10 @@ id: 5e7b9f080b6c005b0e76f062 title: Reading Files challengeType: 11 videoId: Fo1tW09KIwo +bilibiliIds: + aid: 334439927 + bvid: BV1pw411R7UK + cid: 376532076 dashedName: reading-files --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-matching-and-extracting-data.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-matching-and-extracting-data.md index 87a9824144..2426a90709 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-matching-and-extracting-data.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-matching-and-extracting-data.md @@ -3,6 +3,10 @@ id: 5e7b9f0b0b6c005b0e76f06f title: 'Regular Expressions: Matching and Extracting Data' challengeType: 11 videoId: LaCZnTbQGkE +bilibiliIds: + aid: 975629041 + bvid: BV1i44y1b7hE + cid: 414167130 dashedName: regular-expressions-matching-and-extracting-data --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-practical-applications.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-practical-applications.md index cf1d7b3825..865668ab71 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-practical-applications.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions-practical-applications.md @@ -3,6 +3,10 @@ id: 5e7b9f0b0b6c005b0e76f070 title: 'Regular Expressions: Practical Applications' challengeType: 11 videoId: xCjFU9G6x48 +bilibiliIds: + aid: 546924659 + bvid: BV1mq4y1H7rZ + cid: 376386493 dashedName: regular-expressions-practical-applications --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.md index 0bff237a4a..d48b494246 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.md @@ -3,6 +3,10 @@ id: 5e7b9f0b0b6c005b0e76f06e title: Regular Expressions challengeType: 11 videoId: Yud_COr6pZo +bilibiliIds: + aid: 759422542 + bvid: BV1W64y167YD + cid: 376387549 dashedName: regular-expressions --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-database-design.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-database-design.md index 21f07615fc..d891951cb0 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-database-design.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-database-design.md @@ -3,6 +3,10 @@ id: 5e7b9f180b6c005b0e76f08c title: Relational Database Design challengeType: 11 videoId: AqdfbrpkbHk +bilibiliIds: + aid: 504388066 + bvid: BV1Qg411j742 + cid: 377532216 dashedName: relational-database-design --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-and-sqlite.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-and-sqlite.md index 26732397d0..5bf97ef05b 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-and-sqlite.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-and-sqlite.md @@ -3,6 +3,10 @@ id: 5e7b9f170b6c005b0e76f08a title: Relational Databases and SQLite challengeType: 11 videoId: QlNod5-kFpA +bilibiliIds: + aid: 249449958 + bvid: BV12v411E74H + cid: 377530805 dashedName: relational-databases-and-sqlite --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-join-operation.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-join-operation.md index 451e8b5107..85f34ae612 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-join-operation.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-join-operation.md @@ -3,6 +3,10 @@ id: 5e7b9f180b6c005b0e76f08f title: 'Relational Databases: Join Operation' challengeType: 11 videoId: jvDw3D9GKac +bilibiliIds: + aid: 804461215 + bvid: BV1Ry4y1j7tv + cid: 377542880 dashedName: relational-databases-join-operation --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-many-to-many-relationships.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-many-to-many-relationships.md index 252eca3a88..5e569f4334 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-many-to-many-relationships.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-many-to-many-relationships.md @@ -3,6 +3,10 @@ id: 5e7b9f190b6c005b0e76f090 title: 'Relational Databases: Many-to-many Relationships' challengeType: 11 videoId: z-SBYcvEQOc +bilibiliIds: + aid: 291965127 + bvid: BV1Af4y1L7BK + cid: 377543409 dashedName: relational-databases-many-to-many-relationships --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-relationship-building.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-relationship-building.md index 87e0754a62..b9d6049238 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-relationship-building.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/relational-databases-relationship-building.md @@ -3,6 +3,10 @@ id: 5e7b9f180b6c005b0e76f08e title: 'Relational Databases: Relationship Building' challengeType: 11 videoId: CSbqczsHVnc +bilibiliIds: + aid: 376996473 + bvid: BV1jo4y1S7VY + cid: 377532966 dashedName: relational-databases-relationship-building --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/representing-relationships-in-a-relational-database.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/representing-relationships-in-a-relational-database.md index 03b88fb678..0d5729bb07 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/representing-relationships-in-a-relational-database.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/representing-relationships-in-a-relational-database.md @@ -3,6 +3,10 @@ id: 5e7b9f180b6c005b0e76f08d title: Representing Relationships in a Relational Database challengeType: 11 videoId: '-orenCNdC2Q' +bilibiliIds: + aid: 931953070 + bvid: BV1FM4y1N7hc + cid: 377532529 dashedName: representing-relationships-in-a-relational-database --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-and-lists.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-and-lists.md index 51ab3b952b..736a7807dd 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-and-lists.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-and-lists.md @@ -3,6 +3,10 @@ id: 5e7b9f090b6c005b0e76f066 title: Strings and Lists challengeType: 11 videoId: lxcFa7ldCi0 +bilibiliIds: + aid: 804401443 + bvid: BV1By4y1j7F9 + cid: 376385517 dashedName: strings-and-lists --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-in-python.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-in-python.md index 2136025df6..25d7a36267 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-in-python.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-in-python.md @@ -3,6 +3,10 @@ id: 5e7b9f070b6c005b0e76f060 title: Strings in Python challengeType: 11 videoId: LYZj207fKpQ +bilibiliIds: + aid: 504434218 + bvid: BV1Lg41177s8 + cid: 376531802 dashedName: strings-in-python --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/the-tuples-collection.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/the-tuples-collection.md index e11e5398ab..a5bdb4ead0 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/the-tuples-collection.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/the-tuples-collection.md @@ -3,6 +3,10 @@ id: 5e7b9f0a0b6c005b0e76f06c title: The Tuples Collection challengeType: 11 videoId: 3Lxpladfh2k +bilibiliIds: + aid: 334468209 + bvid: BV1aw411R77G + cid: 376533308 dashedName: the-tuples-collection --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/using-web-services.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/using-web-services.md index 5c2f7814c1..efde4ee711 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/using-web-services.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/using-web-services.md @@ -3,6 +3,10 @@ id: 5e7b9f0e0b6c005b0e76f07a title: Using Web Services challengeType: 11 videoId: oNl1OVDPGKE +bilibiliIds: + aid: 759406136 + bvid: BV1b64y16746 + cid: 377332189 dashedName: using-web-services --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/variables-expressions-and-statements.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/variables-expressions-and-statements.md index 50b6caa84b..09fc7f3864 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/variables-expressions-and-statements.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/variables-expressions-and-statements.md @@ -3,6 +3,10 @@ id: 5e7b9f050b6c005b0e76f056 title: 'Variables, Expressions, and Statements' challengeType: 11 videoId: nELR-uyyrok +bilibiliIds: + aid: 419396811 + bvid: BV1iV411p7Mn + cid: 376318116 dashedName: variables-expressions-and-statements --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/visualizing-data-with-python.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/visualizing-data-with-python.md index c258b56bce..31853c7188 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/visualizing-data-with-python.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/visualizing-data-with-python.md @@ -3,6 +3,10 @@ id: 5e7b9f690b6c005b0e76f095 title: Visualizing Data with Python challengeType: 11 videoId: e3lydkH0prw +bilibiliIds: + aid: 291996462 + bvid: BV15f4y1L7jH + cid: 377544192 dashedName: visualizing-data-with-python --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-api-rate-limiting-and-security.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-api-rate-limiting-and-security.md index 992602d0c6..d7bd3945ad 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-api-rate-limiting-and-security.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-api-rate-limiting-and-security.md @@ -3,6 +3,10 @@ id: 5e7b9f150b6c005b0e76f080 title: 'Web Services: API Rate Limiting and Security' challengeType: 11 videoId: pI-g0lI8ngs +bilibiliIds: + aid: 249456172 + bvid: BV1Sv411E7qa + cid: 377336269 dashedName: web-services-api-rate-limiting-and-security --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-apis.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-apis.md index 285380bd7b..64d89a2f9c 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-apis.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-apis.md @@ -3,6 +3,10 @@ id: 5e7b9f150b6c005b0e76f07f title: 'Web Services: APIs' challengeType: 11 videoId: oUNn1psfBJg +bilibiliIds: + aid: 589451017 + bvid: BV1zq4y1X7A9 + cid: 377336011 dashedName: web-services-apis --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-json.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-json.md index 336373054c..9716520ee1 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-json.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-json.md @@ -3,6 +3,10 @@ id: 5e7b9f140b6c005b0e76f07d title: 'Web Services: JSON' challengeType: 11 videoId: ZJE-U56BppM +bilibiliIds: + aid: 419491911 + bvid: BV1r3411672w + cid: 377332928 dashedName: web-services-json --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-service-oriented-approach.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-service-oriented-approach.md index 614f5336a3..e246a3b48f 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-service-oriented-approach.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-service-oriented-approach.md @@ -3,6 +3,10 @@ id: 5e7b9f140b6c005b0e76f07e title: 'Web Services: Service Oriented Approach' challengeType: 11 videoId: muerlsCHExI +bilibiliIds: + aid: 846899335 + bvid: BV1E54y1J7oz + cid: 377333277 dashedName: web-services-service-oriented-approach --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml-schema.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml-schema.md index 8ccc87accb..585ea23963 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml-schema.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml-schema.md @@ -3,6 +3,10 @@ id: 5e7b9f0e0b6c005b0e76f07c title: 'Web Services: XML Schema' challengeType: 11 videoId: yWU9kTxW-nc +bilibiliIds: + aid: 631951466 + bvid: BV1Vb4y1r7m7 + cid: 377332603 dashedName: web-services-xml-schema --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml.md index efda106867..226d773ca7 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/web-services-xml.md @@ -3,6 +3,10 @@ id: 5e7b9f0e0b6c005b0e76f07b title: 'Web Services: XML' challengeType: 11 videoId: _pZ0srbg7So +bilibiliIds: + aid: 761920032 + bvid: BV1n64y1x7KW + cid: 377332379 dashedName: web-services-xml --- diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/working-with-lists.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/working-with-lists.md index dbeda928ee..b6712797e7 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/working-with-lists.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/working-with-lists.md @@ -3,6 +3,10 @@ id: 5e7b9f090b6c005b0e76f065 title: Working with Lists challengeType: 11 videoId: lCnHfTHkhbE +bilibiliIds: + aid: 376965958 + bvid: BV1No4y1S7oi + cid: 376387989 dashedName: working-with-lists --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-a.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-a.md index 9a24560aa9..441fd252d9 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-a.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-a.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c14d title: Data Analysis Example A challengeType: 11 videoId: nVAaxZ34khk +bilibiliIds: + aid: 590571151 + bvid: BV1sq4y1f7gr + cid: 409002372 dashedName: data-analysis-example-a --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md index 67f603c129..83d8b89720 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c14e title: Data Analysis Example B challengeType: 11 videoId: 0kJz0q0pvgQ +bilibiliIds: + aid: 505593432 + bvid: BV1kg411c7M6 + cid: 409003530 dashedName: data-analysis-example-b --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-and-visualizations.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-and-visualizations.md index 13cd90fb08..95e8c64488 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-and-visualizations.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-and-visualizations.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c160 title: Data Cleaning and Visualizations challengeType: 11 videoId: mHjxzFS5_Z0 +bilibiliIds: + aid: 933107558 + bvid: BV1KM4y137Ny + cid: 409019632 dashedName: data-cleaning-and-visualizations --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-duplicates.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-duplicates.md index cf159cead1..377079161f 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-duplicates.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-duplicates.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c15f title: Data Cleaning Duplicates challengeType: 11 videoId: kj7QqjXhH6A +bilibiliIds: + aid: 675611672 + bvid: BV1VU4y1A7tu + cid: 409019368 dashedName: data-cleaning-duplicates --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-introduction.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-introduction.md index 575be65eef..e5df7150c9 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-introduction.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-introduction.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c15d title: Data Cleaning Introduction challengeType: 11 videoId: ovYNhnltVxY +bilibiliIds: + aid: 250574398 + bvid: BV1Pv411A7GN + cid: 409018611 dashedName: data-cleaning-introduction --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-with-dataframes.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-with-dataframes.md index 887af41702..8ca753ef9a 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-with-dataframes.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-with-dataframes.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c15e title: Data Cleaning with DataFrames challengeType: 11 videoId: sTMN_pdI6S0 +bilibiliIds: + aid: 505597026 + bvid: BV1Yg411c7bx + cid: 409018948 dashedName: data-cleaning-with-dataframes --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/how-to-use-jupyter-notebooks-intro.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/how-to-use-jupyter-notebooks-intro.md index 1dd69ee8d9..9c9bf27e2a 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/how-to-use-jupyter-notebooks-intro.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/how-to-use-jupyter-notebooks-intro.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c14f title: How to use Jupyter Notebooks Intro challengeType: 11 videoId: h8caJq2Bb9w +bilibiliIds: + aid: 293035919 + bvid: BV1Hf4y1n7qr + cid: 409002965 dashedName: how-to-use-jupyter-notebooks-intro --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/introduction-to-data-analysis.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/introduction-to-data-analysis.md index a907b1568d..4b047ca6ff 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/introduction-to-data-analysis.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/introduction-to-data-analysis.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c14c title: Introduction to Data Analysis challengeType: 11 videoId: VJrP2FUzKP0 +bilibiliIds: + aid: 378034466 + bvid: BV19f4y1c7nu + cid: 409001487 dashedName: introduction-to-data-analysis --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md index b886303b16..535fb776ad 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c150 title: Jupyter Notebooks Cells challengeType: 11 videoId: 5PPegAs9aLA +bilibiliIds: + aid: 420510493 + bvid: BV19341117Hq + cid: 409003280 dashedName: jupyter-notebooks-cells --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-importing-and-exporting-data.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-importing-and-exporting-data.md index 7bc910fcc4..f32dae34dc 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-importing-and-exporting-data.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-importing-and-exporting-data.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c151 title: Jupyter Notebooks Importing and Exporting Data challengeType: 11 videoId: k1msxD3JIxE +bilibiliIds: + aid: 975540688 + bvid: BV1n44y1b7Gi + cid: 409006337 dashedName: jupyter-notebooks-importing-and-exporting-data --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-algebra-and-size.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-algebra-and-size.md index 454f7c5646..52ee7235e3 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-algebra-and-size.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-algebra-and-size.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c157 title: Numpy Algebra and Size challengeType: 11 videoId: XAT97YLOKD8 +bilibiliIds: + aid: 250621433 + bvid: BV1hv41137uM + cid: 409013128 dashedName: numpy-algebra-and-size --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-arrays.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-arrays.md index b5504e836e..66a8c4e92a 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-arrays.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-arrays.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c154 title: Numpy Arrays challengeType: 11 videoId: VDYVFHBL1AM +bilibiliIds: + aid: 890607366 + bvid: BV1zP4y1h7FR + cid: 409011400 dashedName: numpy-arrays --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-boolean-arrays.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-boolean-arrays.md index f271dff4b0..fc30575754 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-boolean-arrays.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-boolean-arrays.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c156 title: Numpy Boolean Arrays challengeType: 11 videoId: N1ttsMmcVMM +bilibiliIds: + aid: 208091324 + bvid: BV1Qh411p7V8 + cid: 409012711 dashedName: numpy-boolean-arrays --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-a.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-a.md index fc38697f40..362dc1ebef 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-a.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-a.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c152 title: Numpy Introduction A challengeType: 11 videoId: P-JjV6GBCmk +bilibiliIds: + aid: 718079611 + bvid: BV18Q4y1k7om + cid: 409007080 dashedName: numpy-introduction-a --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-b.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-b.md index a863e42074..4de22d762c 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-b.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-b.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c153 title: Numpy Introduction B challengeType: 11 videoId: YIqgrNLAZkA +bilibiliIds: + aid: 250503382 + bvid: BV1kv411w7vB + cid: 409010193 dashedName: numpy-introduction-b --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.md index 0072c84019..1d842e6135 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c155 title: Numpy Operations challengeType: 11 videoId: eqSVcJbaPdk +bilibiliIds: + aid: 378057123 + bvid: BV13f4y1w7od + cid: 409012507 dashedName: numpy-operations --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-conditional-selection-and-modifying-dataframes.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-conditional-selection-and-modifying-dataframes.md index 3d17a73a55..bc11172e1e 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-conditional-selection-and-modifying-dataframes.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-conditional-selection-and-modifying-dataframes.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c15b title: Pandas Conditional Selection and Modifying DataFrames challengeType: 11 videoId: BFlH0fN5xRQ +bilibiliIds: + aid: 505598518 + bvid: BV1vg411c72y + cid: 409113534 dashedName: pandas-conditional-selection-and-modifying-dataframes --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-creating-columns.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-creating-columns.md index 7d20f76c4a..85fdc8df66 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-creating-columns.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-creating-columns.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c15c title: Pandas Creating Columns challengeType: 11 videoId: _sSo2XZoB3E +bilibiliIds: + aid: 975568901 + bvid: BV1b44y1b7Cg + cid: 409018052 dashedName: pandas-creating-columns --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-dataframes.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-dataframes.md index fd5eedb176..93ab102ede 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-dataframes.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-dataframes.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c15a title: Pandas DataFrames challengeType: 11 videoId: 7SgFBYXaiH0 +bilibiliIds: + aid: 890503235 + bvid: BV1TP4y1h7qq + cid: 409014039 dashedName: pandas-dataframes --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-indexing-and-conditional-selection.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-indexing-and-conditional-selection.md index 1107f217f4..06ca893519 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-indexing-and-conditional-selection.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-indexing-and-conditional-selection.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c159 title: Pandas Indexing and Conditional Selection challengeType: 11 videoId: '-ZOrgV_aA9A' +bilibiliIds: + aid: 720604139 + bvid: BV1FQ4y1k7tC + cid: 409013650 dashedName: pandas-indexing-and-conditional-selection --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-introduction.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-introduction.md index 45a30bc050..60e9fd2df0 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-introduction.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/pandas-introduction.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c158 title: Pandas Introduction challengeType: 11 videoId: 0xACW-8cZU0 +bilibiliIds: + aid: 975510116 + bvid: BV1u44y1b7fD + cid: 409013433 dashedName: pandas-introduction --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md index 1d886253a9..92d1cd87e7 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c164 title: Parsing HTML and Saving Data challengeType: 11 videoId: bJaqnTWQmb0 +bilibiliIds: + aid: 335522976 + bvid: BV1RA411F7vi + cid: 409023170 dashedName: parsing-html-and-saving-data --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md index 75a9a71e77..4c40ddffdb 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c166 title: Python Functions and Collections challengeType: 11 videoId: NzpU17ZVlUw +bilibiliIds: + aid: 675544435 + bvid: BV1pU4y1N7JC + cid: 409023833 dashedName: python-functions-and-collections --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-introduction.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-introduction.md index f67c83c389..71f9637ae1 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-introduction.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-introduction.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c165 title: Python Introduction challengeType: 11 videoId: PrQV9JkLhb4 +bilibiliIds: + aid: 805597530 + bvid: BV1634y1S7gD + cid: 409023550 dashedName: python-introduction --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-iteration-and-modules.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-iteration-and-modules.md index 4d4350768f..f4350c9846 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-iteration-and-modules.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/python-iteration-and-modules.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c167 title: Python Iteration and Modules challengeType: 11 videoId: XzosGWLafrY +bilibiliIds: + aid: 633068913 + bvid: BV1db4y127M4 + cid: 409024056 dashedName: python-iteration-and-modules --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-csv-and-txt.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-csv-and-txt.md index 99b2984e66..f9519443cb 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-csv-and-txt.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-csv-and-txt.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c162 title: Reading Data CSV and TXT challengeType: 11 videoId: ViGEv0zOzUk +bilibiliIds: + aid: 505575354 + bvid: BV1tg411c7GH + cid: 409020451 dashedName: reading-data-csv-and-txt --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-from-databases.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-from-databases.md index 1cbb5fc984..e3c7b89473 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-from-databases.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-from-databases.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c163 title: Reading Data from Databases challengeType: 11 videoId: MtgXS1MofRw +bilibiliIds: + aid: 890546354 + bvid: BV1JP4y1h7gk + cid: 409020851 dashedName: reading-data-from-databases --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-introduction.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-introduction.md index 3133bdb444..bd41830d66 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-introduction.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/reading-data-introduction.md @@ -3,6 +3,10 @@ id: 5e9a093a74c4063ca6f7c161 title: Reading Data Introduction challengeType: 11 videoId: cDnt02BcHng +bilibiliIds: + aid: 548023524 + bvid: BV1Nq4y1K7iV + cid: 409020187 dashedName: reading-data-introduction --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/accessing-and-changing-elements,-rows,-columns.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/accessing-and-changing-elements,-rows,-columns.md index 3c833be5ad..9964d4e18a 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/accessing-and-changing-elements,-rows,-columns.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/accessing-and-changing-elements,-rows,-columns.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed4 title: 'Accessing and Changing Elements, Rows, Columns' challengeType: 11 videoId: v-7Y7koJ_N0 +bilibiliIds: + aid: 590517748 + bvid: BV1Eq4y1f7Fa + cid: 409025392 dashedName: accessing-and-changing-elements-rows-columns --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/basics-of-numpy.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/basics-of-numpy.md index 57b1924af7..7a4a17909b 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/basics-of-numpy.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/basics-of-numpy.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed3 title: Basics of Numpy challengeType: 11 videoId: f9QrZrKQMLI +bilibiliIds: + aid: 763014202 + bvid: BV1K64y1a7bu + cid: 409025169 dashedName: basics-of-numpy --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/copying-arrays-warning.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/copying-arrays-warning.md index afe7b8d83e..b266bedd46 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/copying-arrays-warning.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/copying-arrays-warning.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed7 title: Copying Arrays Warning challengeType: 11 videoId: iIoQ0_L0GvA +bilibiliIds: + aid: 633008569 + bvid: BV1Bb4y127fb + cid: 409026161 dashedName: copying-arrays-warning --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/initialize-array-problem.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/initialize-array-problem.md index 34e8f27604..08984a3c7a 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/initialize-array-problem.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/initialize-array-problem.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed6 title: Initialize Array Problem challengeType: 11 videoId: 0jGfH8BPfOk +bilibiliIds: + aid: 763027834 + bvid: BV1w64y1a7eo + cid: 409025878 dashedName: initialize-array-problem --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/initializing-different-arrays.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/initializing-different-arrays.md index a6957cc7e4..debbf356d3 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/initializing-different-arrays.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/initializing-different-arrays.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed5 title: Initializing Different Arrays challengeType: 11 videoId: CEykdsKT4U4 +bilibiliIds: + aid: 718044756 + bvid: BV1MQ4y1k7BB + cid: 409025638 dashedName: initializing-different-arrays --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/loading-data-and-advanced-indexing.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/loading-data-and-advanced-indexing.md index 5afa96f450..4a2ec27fee 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/loading-data-and-advanced-indexing.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/loading-data-and-advanced-indexing.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600eda title: Loading Data and Advanced Indexing challengeType: 11 videoId: tUdBZ7pF8Jg +bilibiliIds: + aid: 720524642 + bvid: BV1xQ4y1r7mu + cid: 409027117 dashedName: loading-data-and-advanced-indexing --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/mathematics.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/mathematics.md index f3b1a3c111..d23ab8912b 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/mathematics.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/mathematics.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed8 title: Mathematics challengeType: 11 videoId: 7txegvyhtVk +bilibiliIds: + aid: 890533226 + bvid: BV1KP4y1h733 + cid: 409026503 dashedName: mathematics --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/reorganizing-arrays.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/reorganizing-arrays.md index 7e4903c864..f32078cd98 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/reorganizing-arrays.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/reorganizing-arrays.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed9 title: Reorganizing Arrays challengeType: 11 videoId: VNWAQbEM-C8 +bilibiliIds: + aid: 548035655 + bvid: BV1fq4y1N7aC + cid: 409026755 dashedName: reorganizing-arrays --- diff --git a/curriculum/challenges/english/08-data-analysis-with-python/numpy/what-is-numpy.md b/curriculum/challenges/english/08-data-analysis-with-python/numpy/what-is-numpy.md index 03b2f65fc7..57660ed97a 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/numpy/what-is-numpy.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/numpy/what-is-numpy.md @@ -3,6 +3,10 @@ id: 5e9a0a8e09c5df3cc3600ed2 title: What is NumPy challengeType: 11 videoId: 5Nwfs5Ej85Q +bilibiliIds: + aid: 293086867 + bvid: BV1Tf4y1E7QZ + cid: 409024791 dashedName: what-is-numpy --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/creating-a-tcp-client.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/creating-a-tcp-client.md index a808410376..c5df22d872 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/creating-a-tcp-client.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/creating-a-tcp-client.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94db0 title: Creating a TCP Client challengeType: 11 videoId: ugYfJNTawks +bilibiliIds: + aid: 933058124 + bvid: BV16M4y1g7zL + cid: 409034338 dashedName: creating-a-tcp-client --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-banner-grabber.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-banner-grabber.md index 88f5f3fcfe..41a2b4606e 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-banner-grabber.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-banner-grabber.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94db3 title: Developing a Banner Grabber challengeType: 11 videoId: CeGW761BIsA +bilibiliIds: + aid: 633014533 + bvid: BV1Sb4y127H9 + cid: 409036288 dashedName: developing-a-banner-grabber --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-port-scanner.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-port-scanner.md index a35002583e..ca791985af 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-port-scanner.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-a-port-scanner.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94db4 title: Developing a Port Scanner challengeType: 11 videoId: z_qkqZS7KZ4 +bilibiliIds: + aid: 208077317 + bvid: BV1Uh411p7HS + cid: 409036706 dashedName: developing-a-port-scanner --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md index 8f26492699..e4701abea2 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94db1 title: Developing an Nmap Scanner part 1 challengeType: 11 videoId: jYk9XaGoAnk +bilibiliIds: + aid: 805657338 + bvid: BV1o34y1S7zf + cid: 414718986 dashedName: developing-an-nmap-scanner-part-1 --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-2.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-2.md index ab3a65968f..dc6c49c2b8 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-2.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-2.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94db2 title: Developing an Nmap Scanner part 2 challengeType: 11 videoId: a98PscnUsTg +bilibiliIds: + aid: 505526943 + bvid: BV1Hg411c7oE + cid: 409034761 dashedName: developing-an-nmap-scanner-part-2 --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/introduction-and-setup.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/introduction-and-setup.md index c243ea2954..68f48b5c61 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/introduction-and-setup.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/introduction-and-setup.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94dae title: Introduction and Setup challengeType: 11 videoId: XeQ7ZKtb998 +bilibiliIds: + aid: 718017704 + bvid: BV13Q4y1k7hX + cid: 409033630 dashedName: introduction-and-setup --- diff --git a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/understanding-sockets-and-creating-a-tcp-server.md b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/understanding-sockets-and-creating-a-tcp-server.md index 7a0f528118..c1814fb5e4 100644 --- a/curriculum/challenges/english/09-information-security/python-for-penetration-testing/understanding-sockets-and-creating-a-tcp-server.md +++ b/curriculum/challenges/english/09-information-security/python-for-penetration-testing/understanding-sockets-and-creating-a-tcp-server.md @@ -3,6 +3,10 @@ id: 5ea9997bbec2e9bc47e94daf title: Understanding Sockets and Creating a TCP Server challengeType: 11 videoId: F1QI9tNuDQg +bilibiliIds: + aid: 848005038 + bvid: BV1bL4y1a7kJ + cid: 409034113 dashedName: understanding-sockets-and-creating-a-tcp-server --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/conclusion.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/conclusion.md index b87ca8022b..884b03adb1 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/conclusion.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/conclusion.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da6 title: Conclusion challengeType: 11 videoId: LMNub5frQi4 +bilibiliIds: + aid: 208033449 + bvid: BV1Wh411p79h + cid: 409139716 dashedName: conclusion --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-evaluating-the-model.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-evaluating-the-model.md index 71a466e2b5..80ad5231d5 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-evaluating-the-model.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-evaluating-the-model.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d99 title: 'Convolutional Neural Networks: Evaluating the Model' challengeType: 11 videoId: eCATNvwraXg +bilibiliIds: + aid: 933030136 + bvid: BV1hM4y1g7Bx + cid: 409132265 dashedName: convolutional-neural-networks-evaluating-the-model --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-picking-a-pretrained-model.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-picking-a-pretrained-model.md index 9d34c0b25a..131933f120 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-picking-a-pretrained-model.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-picking-a-pretrained-model.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d9a title: 'Convolutional Neural Networks: Picking a Pretrained Model' challengeType: 11 videoId: h1XUt1AgIOI +bilibiliIds: + aid: 463063633 + bvid: BV1qL411x73q + cid: 409132626 dashedName: convolutional-neural-networks-picking-a-pretrained-model --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-the-convolutional-layer.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-the-convolutional-layer.md index 87c0b9ef9b..648f59b9ae 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-the-convolutional-layer.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-the-convolutional-layer.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d97 title: 'Convolutional Neural Networks: The Convolutional Layer' challengeType: 11 videoId: LrdmcQpTyLw +bilibiliIds: + aid: 805608595 + bvid: BV1Q34y1S7nr + cid: 409131585 dashedName: convolutional-neural-networks-the-convolutional-layer --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks.md index 616ef13476..c5136eb3a5 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d96 title: Convolutional Neural Networks challengeType: 11 videoId: _1kTP7uoU9E +bilibiliIds: + aid: 805604251 + bvid: BV1D34y1S7zS + cid: 409131358 dashedName: convolutional-neural-networks --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-building-the-model.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-building-the-model.md index 4b792df4cd..90a27f4eff 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-building-the-model.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-building-the-model.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d8e title: 'Core Learning Algorithms: Building the Model' challengeType: 11 videoId: 5wHw8BTd2ZQ +bilibiliIds: + aid: 763068584 + bvid: BV1s64y1a7WR + cid: 409128675 dashedName: core-learning-algorithms-building-the-model --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-classification.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-classification.md index 245cf7febe..ef4493bd87 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-classification.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-classification.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d8d title: 'Core Learning Algorithms: Classification' challengeType: 11 videoId: qFF7ZQNvK9E +bilibiliIds: + aid: 505531167 + bvid: BV1Vg411c7av + cid: 409128427 dashedName: core-learning-algorithms-classification --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-clustering.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-clustering.md index 0f8065dedc..cd43897d3d 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-clustering.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-clustering.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d8f title: 'Core Learning Algorithms: Clustering' challengeType: 11 videoId: 8sqIaHc9Cz4 +bilibiliIds: + aid: 720567137 + bvid: BV1BQ4y1r7UY + cid: 409129005 dashedName: core-learning-algorithms-clustering --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-hidden-markov-models.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-hidden-markov-models.md index b829085f33..2adf4b7055 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-hidden-markov-models.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-hidden-markov-models.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d90 title: 'Core Learning Algorithms: Hidden Markov Models' challengeType: 11 videoId: IZg24y4wEPY +bilibiliIds: + aid: 633081400 + bvid: BV1tb4y1y72V + cid: 409129376 dashedName: core-learning-algorithms-hidden-markov-models --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-the-training-process.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-the-training-process.md index 29ca4b4896..8102ee578f 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-the-training-process.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-the-training-process.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d8c title: 'Core Learning Algorithms: The Training Process' challengeType: 11 videoId: _cEwvqVoBhI +bilibiliIds: + aid: 335593652 + bvid: BV12R4y1H7Fi + cid: 409128047 dashedName: core-learning-algorithms-the-training-process --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-training-and-testing-data.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-training-and-testing-data.md index d31d7425eb..bc70767fc9 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-training-and-testing-data.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-training-and-testing-data.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d8b title: 'Core Learning Algorithms: Training and Testing Data' challengeType: 11 videoId: wz9J1slsi7I +bilibiliIds: + aid: 335509743 + bvid: BV1rA411F7bG + cid: 409127635 dashedName: core-learning-algorithms-training-and-testing-data --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-using-probabilities-to-make-predictions.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-using-probabilities-to-make-predictions.md index 2f77b3c6ea..76665a453e 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-using-probabilities-to-make-predictions.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-using-probabilities-to-make-predictions.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d91 title: 'Core Learning Algorithms: Using Probabilities to make Predictions' challengeType: 11 videoId: fYAYvLUawnc +bilibiliIds: + aid: 763245369 + bvid: BV1B64y187gE + cid: 414731624 dashedName: core-learning-algorithms-using-probabilities-to-make-predictions --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-working-with-data.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-working-with-data.md index bd2c0c44f1..c69adea9f8 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-working-with-data.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms-working-with-data.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d8a title: 'Core Learning Algorithms: Working with Data' challengeType: 11 videoId: u85IOSsJsPI +bilibiliIds: + aid: 675550447 + bvid: BV1RU4y1w7up + cid: 409127383 dashedName: core-learning-algorithms-working-with-data --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms.md index 470a5db663..000e9800a4 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/core-learning-algorithms.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d89 title: Core Learning Algorithms challengeType: 11 videoId: u5lZURgcWnU +bilibiliIds: + aid: 763034025 + bvid: BV1A64y1a7g4 + cid: 409127051 dashedName: core-learning-algorithms --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/creating-a-convolutional-neural-network.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/creating-a-convolutional-neural-network.md index 68999197b2..90e2094f94 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/creating-a-convolutional-neural-network.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/creating-a-convolutional-neural-network.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d98 title: Creating a Convolutional Neural Network challengeType: 11 videoId: kfv0K8MtkIc +bilibiliIds: + aid: 420605824 + bvid: BV1p341127wW + cid: 409131869 dashedName: creating-a-convolutional-neural-network --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-machine-learning-fundamentals.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-machine-learning-fundamentals.md index 185278bb1e..61248b976a 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-machine-learning-fundamentals.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-machine-learning-fundamentals.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d87 title: 'Introduction: Machine Learning Fundamentals' challengeType: 11 videoId: KwL1qTR5MT8 +bilibiliIds: + aid: 293071716 + bvid: BV1Yf4y1n7R2 + cid: 409125921 dashedName: introduction-machine-learning-fundamentals --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-to-tensorflow.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-to-tensorflow.md index cefca2bfe2..b5fd7cb123 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-to-tensorflow.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/introduction-to-tensorflow.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d88 title: Introduction to TensorFlow challengeType: 11 videoId: r9hRyGGjOgQ +bilibiliIds: + aid: 675554869 + bvid: BV1dU4y1w7vw + cid: 409126541 dashedName: introduction-to-tensorflow --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-building-the-model.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-building-the-model.md index 7b7546ba33..e89886a9a1 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-building-the-model.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-building-the-model.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da1 title: 'Natural Language Processing With RNNs: Building the Model' challengeType: 11 videoId: 32WBFS7lfsw +bilibiliIds: + aid: 848015573 + bvid: BV1YL4y1a7WS + cid: 409138016 dashedName: natural-language-processing-with-rnns-building-the-model --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md index f3a22f813d..ea3420cce7 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da0 title: 'Natural Language Processing With RNNs: Create a Play Generator' challengeType: 11 videoId: j5xsxjq_Xk8 +bilibiliIds: + aid: 720525759 + bvid: BV1xQ4y1r7tw + cid: 409137674 dashedName: natural-language-processing-with-rnns-create-a-play-generator --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-making-predictions.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-making-predictions.md index 29dbc05f8d..d377f32194 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-making-predictions.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-making-predictions.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d9f title: 'Natural Language Processing With RNNs: Making Predictions' challengeType: 11 videoId: WO1hINnBj20 +bilibiliIds: + aid: 848023400 + bvid: BV1WL4y1a75i + cid: 409136303 dashedName: natural-language-processing-with-rnns-making-predictions --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md index c572d154e1..e8324cf56e 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d9c title: 'Natural Language Processing With RNNs: Part 2' challengeType: 11 videoId: mUU9YXOFbZg +bilibiliIds: + aid: 975558435 + bvid: BV1L44y1b7Lp + cid: 409135242 dashedName: natural-language-processing-with-rnns-part-2 --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md index e3d8d7e263..64e8ec9e96 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d9d title: 'Natural Language Processing With RNNs: Recurring Neural Networks' challengeType: 11 videoId: bX5681NPOcA +bilibiliIds: + aid: 335605808 + bvid: BV1SR4y1H7ri + cid: 409135641 dashedName: natural-language-processing-with-rnns-recurring-neural-networks --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-sentimental-analysis.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-sentimental-analysis.md index 60118b25c8..6df60220cc 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-sentimental-analysis.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-sentimental-analysis.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d9e title: 'Natural Language Processing With RNNs: Sentiment Analysis' challengeType: 11 videoId: lYeLtu8Nq7c +bilibiliIds: + aid: 933111408 + bvid: BV1TM4y137VB + cid: 409135996 dashedName: natural-language-processing-with-rnns-sentiment-analysis --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-training-the-model.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-training-the-model.md index 2ae0cab5b7..a2d0858bab 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-training-the-model.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-training-the-model.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da2 title: 'Natural Language Processing With RNNs: Training the Model' challengeType: 11 videoId: hEUiK7j9UI8 +bilibiliIds: + aid: 250542136 + bvid: BV19v411w7Fi + cid: 409138327 dashedName: natural-language-processing-with-rnns-training-the-model --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns.md index f4bde45483..00041af268 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d9b title: Natural Language Processing With RNNs challengeType: 11 videoId: ZyCaF5S-lKg +bilibiliIds: + aid: 548105306 + bvid: BV1nq4y1K7VU + cid: 409134745 dashedName: natural-language-processing-with-rnns --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-activation-functions.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-activation-functions.md index 635e29a35d..d3d0e2d4f7 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-activation-functions.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-activation-functions.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d93 title: 'Neural Networks: Activation Functions' challengeType: 11 videoId: S45tqW6BqRs +bilibiliIds: + aid: 675610466 + bvid: BV1wU4y1A7TJ + cid: 409130203 dashedName: neural-networks-activation-functions --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-creating-a-model.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-creating-a-model.md index 05b3df57e0..fa08700d19 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-creating-a-model.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-creating-a-model.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d95 title: 'Neural Networks: Creating a Model' challengeType: 11 videoId: K8bz1bmOCTw +bilibiliIds: + aid: 848109040 + bvid: BV1EL4y1878f + cid: 409130886 dashedName: neural-networks-creating-a-model --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-optimizers.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-optimizers.md index 216b851ab5..c5da846ac0 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-optimizers.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-optimizers.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d94 title: 'Neural Networks: Optimizers' challengeType: 11 videoId: hdOtRPQe1o4 +bilibiliIds: + aid: 763064173 + bvid: BV1364y1a7eM + cid: 409130557 dashedName: neural-networks-optimizers --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-with-tensorflow.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-with-tensorflow.md index d9d07b00fc..44684db292 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-with-tensorflow.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/neural-networks-with-tensorflow.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72d92 title: Neural Networks with TensorFlow challengeType: 11 videoId: uisdfrNrZW4 +bilibiliIds: + aid: 378031840 + bvid: BV1Qf4y1c7Dc + cid: 409129888 dashedName: neural-networks-with-tensorflow --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-example.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-example.md index 1b9f6923a9..b1bbe37b30 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-example.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-example.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da5 title: 'Reinforcement Learning With Q-Learning: Example' challengeType: 11 videoId: RBBSNta234s +bilibiliIds: + aid: 848073871 + bvid: BV1uL4y187Eq + cid: 409139471 dashedName: reinforcement-learning-with-q-learning-example --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-part-2.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-part-2.md index 089f144038..5aa787be32 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-part-2.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning-part-2.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da4 title: 'Reinforcement Learning With Q-Learning: Part 2' challengeType: 11 videoId: DX7hJuaUZ7o +bilibiliIds: + aid: 420570359 + bvid: BV1G341127zr + cid: 409139190 dashedName: reinforcement-learning-with-q-learning-part-2 --- diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning.md index 3cbeedcfb3..6b858d690c 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning.md @@ -3,6 +3,10 @@ id: 5e8f2f13c4cdbe86b5c72da3 title: Reinforcement Learning With Q-Learning challengeType: 11 videoId: Cf7DSU0gVb4 +bilibiliIds: + aid: 463025802 + bvid: BV1iL411x7L6 + cid: 409138811 dashedName: reinforcement-learning-with-q-learning ---