هوش مصنوعی و رزبری پای
http://www.open-electronics.org/google-plans-ai-on-raspberry-pi/
🔰 @raspberry_python
http://www.open-electronics.org/google-plans-ai-on-raspberry-pi/
🔰 @raspberry_python
D_Sundararajan_Fourier_Analysis.pdf
7.2 MB
Fourier Analysis—A Signal Processing Approach
تجزیه و تحلیل فوریه _ پردازش سیگنال
🌟 انتشارات اشپرینگر
کتابی کاربردی
🌟2018
🔰 @raspberry_python
تجزیه و تحلیل فوریه _ پردازش سیگنال
🌟 انتشارات اشپرینگر
کتابی کاربردی
🌟2018
🔰 @raspberry_python
Forwarded from Micropython & IOT (F.Naserizadeh)
Using Adafruit's motor shield V2 with a pyboard
http://wdi.supelec.fr/boulanger/MicroPython/AdafruitMotorShield
🔰 @micropython_iot
http://wdi.supelec.fr/boulanger/MicroPython/AdafruitMotorShield
🔰 @micropython_iot
〽 مکانیزم پردازش تصویر 3 بعدی ابجکتیو😃
🔰 @raspberry_python
🔰 @raspberry_python
#dictionary
a = dict(one=1, two=2, three=3)
b = {'one': 1, 'two': 2, 'three': 3}
c = dict(zip(['one', 'two', 'three'], [1, 2, 3]))
d = dict([('two', 2), ('one', 1), ('three', 3)])
e = dict({'three': 3, 'one': 1, 'two': 2})
a == b == c == d == e
True
@raspberry_python
a = dict(one=1, two=2, three=3)
b = {'one': 1, 'two': 2, 'three': 3}
c = dict(zip(['one', 'two', 'three'], [1, 2, 3]))
d = dict([('two', 2), ('one', 1), ('three', 3)])
e = dict({'three': 3, 'one': 1, 'two': 2})
a == b == c == d == e
True
@raspberry_python
این سایته میتواند دستوراتی که در ترمینال اجرا میشود را براتون توضیح بدهد :
https://explainshell.com/
@raspberry_python
https://explainshell.com/
@raspberry_python