https://blog.hackster.io/protect-your-credit-card-by-building-a-skimmer-detector-with-a-raspberry-pi-f670f94ffcb2
🔰 @raspberry_python
🔰 @raspberry_python
Hackster.io
Protect Your Credit Card By Building a Skimmer Detector with a Raspberry Pi
Credit card skimmers are so effective because they’re very simple. Usually, they’re small modules that are connected to the magnetic stripe…
https://blog.hackster.io/the-zerophone-a-linux-smartphone-powered-by-the-raspberry-pi-zero-286f36a25fd4
🔰 @raspberry_python
🔰 @raspberry_python
Hackster.io
The ZeroPhone, a Linux Smartphone Powered by the Raspberry Pi Zero
We took a look at early prototypes of the ZeroPhone by Arsenij Pichugin back in January 2017 when the hardware was in a far less mature…
Forwarded from Micropython & IOT (F.Naserizadeh)
اندازه گیری سطح مایعات با آردینو
🔰 Arduino Liquid Level Sensor Circuit
const int sensorPin= 0;
int liquid_level;
void setup() {
Serial.begin(9600);
pinMode(sensorPin, INPUT);
}
void loop() {
liquid_level= analogRead(sensorPin);
Serial.println(liquid_level);
delay(100);
}
🔰 @micropython_iot
🔰 Arduino Liquid Level Sensor Circuit
const int sensorPin= 0;
int liquid_level;
void setup() {
Serial.begin(9600);
pinMode(sensorPin, INPUT);
}
void loop() {
liquid_level= analogRead(sensorPin);
Serial.println(liquid_level);
delay(100);
}
🔰 @micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
با عرض سلام خدمت اعضای محترم کانال
دوستانی که در محل کارشون نیاز به استخدام نفرات جدید دارند، در صورت تمایل میتوانند نیازمندی خودشونو به ما اعلام کنند.
تا جایی که بنده سراغ دارم.نفرات با استعداد و با رزومه خوب در حوزه های مختلف در این کانال حضور دارند.
دوستانی هم که دنبال کار هستند میتوانند رزومه خودشونو به آیدی زیر ارسال کنند.
@farhad3412
موفق باشید.🌺
این پست به جهت آن صورت میگیرد که موارد از این دست بارها برای ما فرستاده شده است.
و انشاءالله که بتوان این ارتباط را برقرار کرد.
دوستانی که در محل کارشون نیاز به استخدام نفرات جدید دارند، در صورت تمایل میتوانند نیازمندی خودشونو به ما اعلام کنند.
تا جایی که بنده سراغ دارم.نفرات با استعداد و با رزومه خوب در حوزه های مختلف در این کانال حضور دارند.
دوستانی هم که دنبال کار هستند میتوانند رزومه خودشونو به آیدی زیر ارسال کنند.
@farhad3412
موفق باشید.🌺
این پست به جهت آن صورت میگیرد که موارد از این دست بارها برای ما فرستاده شده است.
و انشاءالله که بتوان این ارتباط را برقرار کرد.
تشخیص گفتار با پایتون
The Ultimate Guide To Speech Recognition With Python
https://realpython.com/python-speech-recognition/
❇️ @raspberry_python
The Ultimate Guide To Speech Recognition With Python
https://realpython.com/python-speech-recognition/
❇️ @raspberry_python
Realpython
The Ultimate Guide To Speech Recognition With Python – Real Python
An in-depth tutorial on speech recognition with Python. Learn which speech recognition library gives the best results and build a full-featured "Guess The Word" game with it.
آموزش کلاس در پایتون
Python's Instance, Class, and Static Methods Demystified
https://realpython.com/instance-class-and-static-methods-demystified/
🔰 @raspberry_python
Python's Instance, Class, and Static Methods Demystified
https://realpython.com/instance-class-and-static-methods-demystified/
🔰 @raspberry_python
Realpython
Python's Instance, Class, and Static Methods Demystified – Real Python
In this tutorial, you'll compare Python's instance methods, class methods, and static methods. You'll gain an understanding of when and how to use each method type to write clear and maintainable object-oriented code.
مراحل نصب opencv در رزبری پای
https://www.pyimagesearch.com/2018/09/26/install-opencv-4-on-your-raspberry-pi/
با تشکر از مهندس
@itech_network
❇️ @raspberry_python
https://www.pyimagesearch.com/2018/09/26/install-opencv-4-on-your-raspberry-pi/
با تشکر از مهندس
@itech_network
❇️ @raspberry_python
PyImageSearch
Install OpenCV 4 on your Raspberry Pi - PyImageSearch
Learn how to install OpenCV 4 on your Raspberry Pi. Follow by simple, step-by-step instructions and you'll have OpenCV 4 installed on Raspbian in no time.
https://www.instructables.com/id/Portable-Instant-Pi-Camera/?utm_source=newsletter&utm_medium=email
❇️ @raspberry_python
❇️ @raspberry_python
Instructables
Portable Instant Pi Camera
Portable Instant Pi Camera: I had in mind the idea of creating a series of photographs inspired by the golden age of polaroid and analog photography.A big part of my creative process is defined by creating my own tools, so I was not really atracted by the…
منابع آموزشی جنگو
https://www.youtube.com/watch?v=D6esTdOLXh4
https://www.youtube.com/watch?v=yDv5FIAeyoY
https://www.youtube.com/watch?v=qgGIqRFvFFk&list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK
https://www.youtube.com/watch?v=yDv5FIAeyoY
https://www.youtube.com/watch?v=v1r1Qu7kaZI
🔰 @raspberry_python
https://www.youtube.com/watch?v=D6esTdOLXh4
https://www.youtube.com/watch?v=yDv5FIAeyoY
https://www.youtube.com/watch?v=qgGIqRFvFFk&list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK
https://www.youtube.com/watch?v=yDv5FIAeyoY
https://www.youtube.com/watch?v=v1r1Qu7kaZI
🔰 @raspberry_python
YouTube
Python Django Crash Course
Updated Django 2.x Crash Course - https://www.youtube.com/watch?v=e1IyzVyrLSU&t=162s
n this video I will cram as much as I can about the Python Django framework. We will talk about the framework and its advantages and we will setup up an app from scratch…
n this video I will cram as much as I can about the Python Django framework. We will talk about the framework and its advantages and we will setup up an app from scratch…