* fix: dictionaries and loops
* fix: dictionaries common applications
* fix: intermediate strings
* fix: introduction elements of python
* fix: networking using urllib in python
* fix: objects a sample class
* fix: python dictionaries
* fix: python lists
* fix: strings and lists
* fix: web services xml
* fix: refactor python questions to md
* fix: refactor questions to md
* fix: remove extra word
Removed unnecessary word is
* fix: add code blocks to answers
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* fix: format python code
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* fix(learn): update instructions
edited text - change "returns a random number" to "returns a random whole number" to be more clear on the problem statement.
Address review comments : add the keyword "whole" to description, to make it consistent with challenge title and Instructions.
* NumPy Algebra and Size: Size and Efficiency Question
* Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-algebra-and-size.english.md
Co-authored-by: Eric Leung <eric@erictleung.com>
Co-authored-by: Eric Leung <eric@erictleung.com>
* Importing CSV Using Pandas Module
* feat: process video question md into html (#38667)
* feat: process video question md into html
* test: mdToHTML
* fix: use dedicated prism component
* fix: Jupyter notebook challenge file name (#38740)
* fix quote error
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Eric Leung <eric@erictleung.com>
Co-authored-by: Beau Carnes <beaucarnes@gmail.com>
* fix: improve tests for video challenges
* fix: remove unused challenges + get rid of no description warning
* fix: remove non-existent challenges from meta
* Clarify definition of "symmetric difference"
* Add definition of binary operation
* Adjust wording in "Symmetric Difference"
* Improve preposition use
* Move instructions to the Instructions section
Co-authored-by: Eric Leung <eric@erictleung.com>
* Moved code tag to include new keyword
The new keyword hasn't been explained in the curriculum yet, so have moved the <code> tag to include the new keyword to give a prompt that it needs to be used in the solution.
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-arrow-functions-to-write-concise-anonymous-functions.english.md
Added comma.
Co-authored-by: Lasse Jørgensen <28780271+lasjorg@users.noreply.github.com>