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…
🐍 Python & Raspberry 🐍
how to open a file in python @raspberry_python
| r r+ w w+ a a+
------------------|--------------------------
read | + + + +
write | + + + + +
write after seek | + + +
create | + + + +
truncate | + +
position at start | + + + +
position at end | + +
@raspberry_python
import cv2
import numpy as np
image= cv2.imread('Rose.jpg')
cv2.imshow('Rose Picture', image)
imagecopy= np.copy(image)
grayimage= cv2.cvtColor(imagecopy, cv2.COLOR_RGB2GRAY)
cv2.imshow('Rose Picture in Grayscale', grayimage)
import numpy as np
image= cv2.imread('Rose.jpg')
cv2.imshow('Rose Picture', image)
imagecopy= np.copy(image)
grayimage= cv2.cvtColor(imagecopy, cv2.COLOR_RGB2GRAY)
cv2.imshow('Rose Picture in Grayscale', grayimage)
🐍 Python & Raspberry 🐍
Photo
تبدیل تصویر رنگی به سیاه و سفید در پایتون با opencv
import cv2
import numpy as np
image= cv2.imread('Highway.jpg')
cv2.imshow('Picture of Highway', image)
imagecopy= np.copy(image)
grayimage= cv2.cvtColor(imagecopy, cv2.COLOR_RGB2GRAY)
cv2.imshow('Grayscale Picture of Highway', grayimage)
canny= cv2.Canny(grayimage, 50,150)
cv2.imshow('Highway Edge Detection Image', canny)
import numpy as np
image= cv2.imread('Highway.jpg')
cv2.imshow('Picture of Highway', image)
imagecopy= np.copy(image)
grayimage= cv2.cvtColor(imagecopy, cv2.COLOR_RGB2GRAY)
cv2.imshow('Grayscale Picture of Highway', grayimage)
canny= cv2.Canny(grayimage, 50,150)
cv2.imshow('Highway Edge Detection Image', canny)
🐍 Python & Raspberry 🐍
Photo
لبه یابی تصویر در پایتون با opencv
🐍 Python & Raspberry 🐍
Raspberry Jam 👈Link 2-3 March 11-12 Esfand @raspberry_python
رویداد رزبری جم همه ساله ب مناسبت تولد رزبری برگزار میشه این رویداد تو کشورهای زیادی برگزار میشه
البته امسال تو منچستر علاوه بر این رویداد ی رویداد دیگه ب اسم
Coolest Projects UK
هم برگزار میشه
@raspberry_python
البته امسال تو منچستر علاوه بر این رویداد ی رویداد دیگه ب اسم
Coolest Projects UK
هم برگزار میشه
@raspberry_python
یادگیری ماشین و اینترنت اشیا 👇
🌟 انتشارات اشپرینگر 2019
Compact and Fast Machine
Learning Accelerator for IoT
Devices
❇️ @raspberry_python
🌟 انتشارات اشپرینگر 2019
Compact and Fast Machine
Learning Accelerator for IoT
Devices
❇️ @raspberry_python
Computer_Architecture_and_Design.pdf
8.9 MB
یادگیری ماشین و اینترنت اشیا
🌟 انتشارات اشپرینگر 2019
Compact and Fast Machine
Learning Accelerator for IoT
Devices
❇️ @raspberry_python
🌟 انتشارات اشپرینگر 2019
Compact and Fast Machine
Learning Accelerator for IoT
Devices
❇️ @raspberry_python
Forwarded from Micropython & IOT (F.Naserizadeh)
Gaston_C_Hillar_MQTT_Essentials.pdf
8.9 MB
Free online book about Natural Language Processing with Python
کتاب رایگان آنلاین خوبی برای پردازش زبان طبیعی با کتابخانه NLTK پایتون
nltk.org/book
🔰 @raspberry_python
کتاب رایگان آنلاین خوبی برای پردازش زبان طبیعی با کتابخانه NLTK پایتون
nltk.org/book
🔰 @raspberry_python