Login
Discover
Waves
Communities
Write
Login
Signup
Topics
#
python3
Explore topics
#python3
Global
Trending
Hot
New
Payout
Muted
Promoted
#python3
New
#python3
Follow to get notified about new posts with this tag
Get #python3 by email
Follow
webworld9
Threespeak
3y
Introduction to Python: Course Summary
Follow the course from here ▶️ 3Speak
$ 0.000
0
engportal
waivio
5y
Control Your Mouse with Hand Gestures and Camera
I came across OpenCV modules that allow controlling your computer mouse pointer with your finger in space using open-source computer vision software and a webcam. I slightly modified the source code to
$ 20.813
10
5
1
spartex
LeoFinance
5y
!
Downvoted by users, Reveal content
Switch-Case Statements Are Coming to Python
Python 3.10 is beginning to fill-out with plenty of fascinating new features. One of those, in particular, caught my attention — structural pattern matching — or as most of us will know it, switch/case
robingreig
STEMGeeks
6y
Node-Red Tabs on Raspberry Pi
Good Morning! In my previous post on using mqtt with Node-Red, @mytechtrail had asked how to add different tabs for the different flows that could be on separate Pi's. Additionally I'll share with you
joyce152218
Town Square
6d
Published via Ecency
Promoted
UNFORGETTABLE SUNDAY | September 6, 2026 ⛵✨
Here's a social media post for your unforgettable Sunday: 🌊 UNFORGETTABLE SUNDAY | September 6, 2026 ⛵✨ Sometimes life surprises you with the most amazing moments! Thanks to my new gym family, I had the
robingreig
STEMGeeks
6y
Prototyping and Breadboarding your circuits
Good Morning! Most of my posts have covered the software side of my systems. I did go through wiring up the 12V LED light strips to the Pi with MOSFETS in Part III of the Raspberry Pi Home Automation series.
robingreig
STEMGeeks
6y
Using the mqtt nodes in Node-Red on the Raspberry Pi
Good Morning! In my previous post I went over how to install the mosquitto mqtt broker on the Raspberry Pi and a brief explanation of how I use Node-Red to send and receive mqtt messages. In this post
robingreig
STEMGeeks
6y
Installing the Mosquitto mqtt broker on Raspberry Pi
Good morning! In the previous post we went over the setting up of your first flow with Node-Red and my irl brother Randy @mytechtrail shared his first setup. I was going to go through my breadboarding
robingreig
STEMGeeks
6y
First Node-Red Flow on a Raspberry Pi
Good Morning! In the last post we covered how to install or update the Node-Red software in your Raspberry Pi as well as install the dashboard that will allow us to generate those awesome webpages. If
delowar41
Bangla Hive
1d
Published via Ecency
Promoted
স্মৃতির পাতা থেকে: ২০১৬ সালের একটি ছবি এবং ছাত্রজীবনের শেষ বর্ষের অম্লান কিছু মুহূর্ত
শুভকামনা ও ভালোবাসা নিবেন সব Hive/Ecency বন্ধুরা। আশা করি সবাই ভালো আছেন। আজকে গ্যালারি ও পুরনো ফাইলের মাঝে হঠাৎ করে ২০১৬ সালে তোলা এই বিশেষ ছবিটি চোখের সামনে ভেসে উঠলো। দেখতে দেখতে সময় কতটা দ্রুত চলে
robingreig
STEMGeeks
6y
Installing Node-Red on a Raspberry Pi
Today I would like to go over how to install the Node-Red software on your Raspberry Pi. The Raspbian Operating System comes with Node-Red, but I'm not sure what version, or if it includes the Raspberry
robingreig
STEMGeeks
6y
Raspberry Pi Home Automation Part VI
In my fifth post we went over the basics of Node-Red, how to install it in a Raspberry Pi and some of the webpages generated by it and the controls utilized on the dashboard. Today I want look a bit deeper
robingreig
STEMGeeks
6y
Raspberry Pi Home Automation Part V
In part 4 of this series I shared some pictures of the LED light strips in action and the small relay board that I use when I want to control a device with power that is independent of the Raspberry Pi.
robingreig
STEMGeeks
6y
Raspberry Pi Home Automation Part IV
In my first post I went over the layout of my Raspberry Pi home automation system. In my second post I went into a little bit more detail on the Power Supply and Raspberry Pi. In my third post I described
cliffblank
blank
11d
Published via Ecency
Promoted
Rewarded!
Thank you... ...to all who wrote positive Hive posts. BLANK token has been airdropped! @abris @abrockman @actifit.social @adedoyin-g @ahmedabbaci @aimet @akdx @al-hamad @albertocova @alebee @alejo.ricardo
robingreig
STEMGeeks
6y
Raspberry Pi Home Automation Part III
In my second post I shared how easy it was to recycle an old PC power supply. Just don't forget the fuses, my PS can deliver 5V @ 15A & +12V @ 16A & 18A, more than enough to damage your circuits
robingreig
STEMGeeks
6y
Raspberry Pi Home Automation Part II
In my previous post, I showed the entire Raspberry Pi circuit, including the power supply, Pi, MOSFET Switch Board & the Relay board. Today I'll show close up pics of the Power Supply and the Pi. I'm
notaboutme
COVID-19
6y
Simulating COVID-19
AMA Covid-19 code developer
aligheery6
Develop Spanish
6y
Curso de Python en Brasil
Curso de Python Una nueva oportunidad para los interesados en ampliar conocimientos para el análisis de datos es con las inscripciones abiertas hasta el próximo lunes 7 de septiembre. La tercera edición
chaosmagic23
Bitcoin Backed Hive
9d
Published via Ecency
Promoted
BIP-110, RDTS, and the Bitcoin Fork Drama: What Happened and What It Means for Nodes
BIP-110 started as an attempt to reduce arbitrary data usage on Bitcoin, but it quickly turned into a broader debate about consensus, node sovereignty, and chain splits. The proposal failed to gain meaningful
stranger27
Team Ukraine
6y
Автоматичний стейкінг токенів на Hive-Engine
Після того, як шановний @cranium у своєму відео розказав які теги корисно використувавати на Hive я задумався про те щоб зробити автоматичний стейкінг токенів, які можна отримати завдяки використанню цих
jerrybanfield
learnpython
7y
!
Downvoted by users, Reveal content
Start Python 3 Coding Today!
Hello everybody and welcome to this online Python programming course. Now, before we begin with the actual coding let us talk about a few things such as who this course is, and what we will be doing in
mytechtrail
ulog
7y
raspi02 temperature logging Python code
raspi02 temperature logging Python code Here is the Python code that I am testing on raspi02 for monitoring temperatures, which I have updated to log the measurements to a MYSQL database import MySQLdb
mytechtrail
ulog
7y
raspi02 temperature test Python code
raspi02 temperature test Python code Here is the Python code that I am testing on raspi02 for monitoring temperatures #!/usr/bin/python MIN_TEMP = -100 temp1 =
Older →
Discover communities
Explore communities
Create your community