Sunday 29 March 2020

Regular Expressions with Python - Beginners Level Learning Resources

List of Beginners Level Learning Resources - for Regular Expressions , mostly for the Python programming language .

Source = https://docs.python.org/3/howto/regex.html

Introduction to Regex with Python

Regular expressions (called REs, or regexes, or regex patterns) are essentially a tiny, highly specialized programming language embedded inside Python and made available through the re module. Using this little language, you specify the rules for the set of possible strings that you want to match; this set might contain English sentences, or e-mail addresses, or TeX commands, or anything you like. You can then ask questions such as “Does this string match the pattern?”, or “Is there a match for the pattern anywhere in this string?”. You can also use REs to modify a string or to split it apart in various ways.

Other learning resources -

Regex Checking online Site     https://regex101.com/
All Langs Regex excellent demo with within IDE regex matches     https://www.youtube.com/watch?v=sa-TUpSx1JA
Good practical advise for use cases     https://www.python-course.eu/python3_re.php
Good practical advise for use cases     https://www.python-course.eu/python3_re_advanced.php
Another Regex Resource    https://help.uis.cam.ac.uk/service/support/training/downloads/course-files/programming-student-files/python-courses/pythontopics/pythontopics-files/regexp.pdf
Another Regex Resource    http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-11-Regex.pdf
Another Regex Resource    http://www.cs.stir.ac.uk/courses/CSC9Y4/lectures/RegularExpressionsPython.pdf
Another Regex Resource    https://homes.cs.washington.edu/~ruzzo/courses/gs559/09wi/lectures/11b-regexp.pdf
Another Regex Resource    https://www.princeton.edu/~mlovett/reference/Regular-Expressions.pdf
Another Regex Resource    http://zetcode.com/python/regularexpressions/
Another Regex Resource    https://medium.com/factory-mind/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285
Good practical advise for use cases     https://www.machinelearningplus.com/python/python-regex-tutorial-examples/
Another Regex Resource    https://www.guru99.com/python-regular-expressions-complete-tutorial.html
Another Regex Resource    https://www.youtube.com/watch?v=rcM26jV7Mdo
DataCamp Regex Resource    https://www.datacamp.com/community/tutorials/python-regular-expression-tutorial#comments






Python Bokeh - Best Learning Resources for Beginners

A list of Python Bokeh - Best Learning Resources for Beginners

LATEST Tutorials - as of date March 2020 ---
https://github.com/bokeh/bokeh-notebooks/tree/master/tutorial

Older Tutorials - Some code from them may not work as Bokeh keeps changing very fast ---
https://towardsdatascience.com/data-visualization-with-bokeh-in-python-part-iii-a-complete-dashboard-dc6a86aa6e23
https://towardsdatascience.com/data-visualization-with-bokeh-in-python-part-one-getting-started-a11655a467d4
https://programminghistorian.org/en/lessons/visualizing-with-bokeh
https://realpython.com/python-data-visualization-bokeh/
https://www.kaggle.com/kanncaa1/visualization-bokeh-tutorial-part-1
https://www.youtube.com/watch?v=Mz1AXUE0nR4
https://www.youtube.com/watch?v=fZ0mwqaQ6EE
https://www.youtube.com/watch?v=9FlUFLmaWvY
https://www.youtube.com/watch?v=2TR_6VaVSOs
https://www.journaldev.com/19527/bokeh-python-data-visualization
https://towardsdatascience.com/@jeffhale
BOKEH USED ---- https://github.com/swainn
BOKEH USED ---- https://github.com/bokeh/bokeh/pull/9010
BOKEH USED ---- https://github.com/mryap/forecasting    
BOKEH USED ----  https://github.com/mryap/Programming-for-Big-Data-Assignment