Lesson 1 of 1
In Progress
MC202601: Python Meeting 11: REGEX and COSINE
Python Meeting Replay
Python Meeting PDF
Sources
During the live session we will get our python program to use the following data files. (11 in total).
Program (change extension to .py)
During the python session, we will run the following program. You will need to change the extension of the python program to .py.
You will also want to run the requirements: … the requirements file should not be renamed .py, leave it as .txt.
The following scripts must go in a folder called Z_SHARED_FUNCTIONS, that you should place in the same folder as the python script above: … also do not forget to rename them .py
Clone the project from GitHub
If you would like to get the project from github, clone from the following link – based on the instructions below: https://github.com/300Academy/PYTHON_MEETING_11.git
GitHub instructions
Responses