Skip to content

References

John Shields edited this page Jan 23, 2021 · 1 revision

References:

https://jakevdp.github.io/WhirlwindTourOfPython/14-strings-and-regular-expressions.html
https://docs.python.org/3.3/howto/regex.html
https://www.tutorialspoint.com/python/python_reg_expressions.htm
https://swtch.com/~rsc/regexp/regexp1.html
https://www.youtube.com/watch?v=paOPoZyjzdg
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_04_01.html
https://rosettacode.org/wiki/Parsing/Shunting-yard_algorithm
http://www.martinbroadhurst.com/shunting-yard-algorithm-in-python.html
https://swtch.com/~rsc/regexp/regexp1.html
http://www.oxfordmathcenter.com/drupal7/node/628
https://en.wikipedia.org/wiki/Thompson%27s_construction
https://www.youtube.com/watch?reload=9&v=RYNN-tb9WxI
https://www.w3schools.com/python/python_functions.asp

Lab References

https://web.microsoftstream.com/video/a29536d4-e975-4172-a470-40b4fe28866e
https://web.microsoftstream.com/video/29de6c7c-9379-46d3-99e8-8a3dbafe391f
https://web.microsoftstream.com/video/1b3e7f4f-69e0-4316-853f-c63b14f9c36a

References for code

Functions

https://www.w3schools.com/python/python_functions.asp

Shunting Yard Algorithm

https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_04_01.html
https://web.microsoftstream.com/video/cfc9f4a2-d34f-4cde-afba-063797493a90
http://www.martinbroadhurst.com/shunting-yard-algorithm-in-python.html

Thompson's Construction

https://web.microsoftstream.com/video/5e2a482a-b1c9-48a3-b183-19eb8362abc9
https://xysun.github.io/posts/regex-parsing-thompsons-algorithm.html

Matching

https://web.microsoftstream.com/video/6b4ba6a4-01b7-4bde-8f85-b4b96abc902a

Prompt

https://stackoverflow.com/questions/70797/user-input-and-command-line-arguments
https://stackabuse.com/getting-user-input-in-python/
https://stackoverflow.com/questions/3754620/a-basic-question-about-while-true

Clone this wiki locally