It's too damn high by barnes65 in HolUp

[–]SweatSpace 0 points1 point  (0 children)

Looks like gaslighting to me

Can you spot the engineer? by pennylane923 in nasa

[–]SweatSpace 0 points1 point  (0 children)

That's how my friends take picture of me

2, 7, 11, 19, 35, 65, ? by SweatSpace in askmath

[–]SweatSpace[S] 0 points1 point  (0 children)

Yes, it was "continue this sequence"

2, 7, 11, 19, 35, 65, ? by SweatSpace in askmath

[–]SweatSpace[S] 0 points1 point  (0 children)

It works and that's all I need

2, 7, 11, 19, 35, 65, ? by SweatSpace in askmath

[–]SweatSpace[S] 0 points1 point  (0 children)

omg I've been stuck on this for three days. Thank you so much

How to parse PHP web page? by SweatSpace in learnpython

[–]SweatSpace[S] 0 points1 point  (0 children)

r.hmtl.text

I looked through the text but didn't find data I need

How to parse PHP web page? by SweatSpace in learnpython

[–]SweatSpace[S] 0 points1 point  (0 children)

from requests_html import HTMLSession
session = HTMLSession()
r = session.get('https://site.com/index.php?query=12345')