-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.txt
35 lines (22 loc) · 1.43 KB
/
questions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
daz-venv location -> /Users/Kieran/Documents/Projects/personal/ual_peckham_daz/data_science/daz-venv/bin/activate
#### Session 2
<h3>Form Validation</h3>
<form id="myForm" onsubmit="return validateForm()">
<label for="name">Name:</label>
<input type="text" id="name" name="name">
<div id="error1" class="error"></div><br><br>
<label for="email">Email:</label>
<input type="text" id="email" name="email">
<div id="error2" class="error"></div><br><br>
<button type="submit">Submit</button>
</form>
How does the computer know which submit we’re referring to?
#### Session 6
q1. I have python3 and miniconda already on Mac do I need to install python too - Resolved. No, just need to connect the kernel to the interpretter.
q2. I created the venv but vs code couldn’t find the interpretter. - Resolved. Strange issue but work around found using jupyter in the browser, see data_science/session_7/jupyter_browser_notes.txt notes
#### Session 7
q1. Last cell of data_science/session_7/basic_webscraper_demo_edited.ipynb doesn't work. - To try reinstalling package with anaconda, miniforge, and then pip.
#### Session 10
q1. import api_key issue - Resolved. Unsure how, it worked next day.
q2. Is response_json['items'] a convention or specific to the example? - Resolved documentation said to
q3. To reupload with code snippet outputs - Resolved. Session lead reuploaded.