Blynk mit Python programmieren

Hallo liebe Community

Ich möchte eine Growbox mit einem Raspberry Pi 3 b und Python realisieren.
Kann aber keine vernünftigen Beispiele finden.
Temperatur und Feuchtigkeit werden über einen Dht 11 gelesen.
Danke im voraus

Is there any reason why you want to use a Raspberry Pi as your processor?

The only compelling reason to use a Pi would be if it had to operate on a wired Ethernet infrastructure, but even then I’d probably go for a local wireless access point on the end of my Ethernet cable and use a NodeMCU instead.

Pete.

Hab mich die letzten Woche mit Python beschäftigt und mag den Raspberry
Möchte nicht nochmal von vorn beginnen mit der Programmiersprache C

The good think about going for a NodeMCU is that there are many readymade examples that you can follow, like this one:
https://examples.blynk.cc/?board=NodeMCU&shield=ESP8266%20WiFi&example=More%2FDHT11

Fewer people use Python and the RPI, unless they are using the RPI as a local Blynk server.
The problem with the PRI is that it is like a PC, it needs an operating system and takes quite a long time to boot. The NodeMCU is a much simpler device and boots very quickly, and is really much simpler to work with.

Pete.

Ich möchte es aber mit dem Rpi realisieren.
Gibt es denn eine Befehlsliste für Blynk und Python?