diff --git a/docs/LearningProcessBram/documentatie/FirstDocumentation.md b/docs/LearningProcessBram/documentatie/FirstDocumentation.md index 733278e..c711a38 100644 --- a/docs/LearningProcessBram/documentatie/FirstDocumentation.md +++ b/docs/LearningProcessBram/documentatie/FirstDocumentation.md @@ -203,7 +203,10 @@ And here is the the board working: ### 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 totally new to the entire code structure and wording. +To give an easy picture, here is where i would come: +![my datqa-websocket connection](assets/myconnection.png) +It looks easy, but for someone who never worked wit hpython and linux, this will prove to be a challenge. + Because I was totally new to all of python I began asking friends for advice and started asking chatgpt for some examples. and worked in reverse in order to understand python fully. I went and looked up fitting tutorials on W3SChools. diff --git a/docs/LearningProcessBram/documentatie/assets/myconnection.png b/docs/LearningProcessBram/documentatie/assets/myconnection.png new file mode 100644 index 0000000..0869bac Binary files /dev/null and b/docs/LearningProcessBram/documentatie/assets/myconnection.png differ