Bram assets + docs

This commit is contained in:
Bram Barbieri
2024-03-11 14:46:28 +01:00
parent b27f9f8ed6
commit 4d0bd8aa43
3 changed files with 3 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ void loop() {
}
```
### Python For Dummies.
My job was to make a connection between the websocket and the database we had set up, and to do this we wanted to use python.
I had never used python before and was totaly new to the entire code structure and wording.
@@ -169,7 +170,7 @@ The following were used:
(https://www.w3schools.com/python/python_mysql_insert.asp)
(https://www.w3schools.com/python/python_json.asp)
after still not getting it verry well i asked Dano ( a teammate of mine ) if he could learn me soem basics, and so we did.
after still not getting it very well i asked Dano ( a teammate of mine ) if he could learn me some basics, and so we did.
He taught me how to make a simple calculator and told me why my code worked the way it did.
(This was the code:
print("1 = + 2 = -")
@@ -186,7 +187,7 @@ elif c == 2:
print(int(a) - int(b))
)
even if it looked simple,this was the ignition i needed to understand python better and continue my own research.
even if it looked simple,this was the ignition I needed to understand python better and continue my own research.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB