Tiny House Experiments Tech School: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 February 2024

  • curprev 04:4204:42, 27 February 2024EdmondLascaris talk contribs 3,329 bytes +3,329 Created page with "= Tiny House 8 = <syntaxhighlight lang="python"> import dweepy import pandas as pd import plotly.express as px url = dweepy.get_latest_dweet_for('MPPS-Tiny-House-8-bundoora') print(url) dict = url[0] voltage = dict['content'][('bat')] print(f'The battery voltage is {voltage}') internalTemp = dict['content'][('intTemp')] print(f'The internal temperature is {internalTemp}') internalHumid = dict['content'][('intHumid')] print(f'The internal humidity is {internalHumid}'..."