Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8609

Beginners • Re: Total beginner with a bright idea but no knowledge to do it

$
0
0
No pi needed to start to learn and test it.

1. Install python on your computer
2. Learn some basic python
3. Write a program that waits for you to enter data in they keypad
4. Learn how to send HTTP post commands in Python with the requests library (there are others, but requests will do the job and is already in python, you can take it to the next level with other libs later)
5. Edit your program to do 3 + 4 at the same time

Voila! It's done.

6. Move that stuff to a Pi if you'd like. Or even just a Pico.

There is a million different pieces of code out there that does what you want to do, but will need to learn enough python to know to look into any of that code, copy what you need and make it work the way you want it to work.

Statistics: Posted by memjr — Tue Mar 19, 2024 9:24 pm



Viewing all articles
Browse latest Browse all 8609

Trending Articles