🐍 Python & Raspberry 🐍
8.01K subscribers
1.92K photos
125 videos
623 files
1.23K links
Python- Raspberry Pi-AI-IOT
ادمین : فرهاد ناصری زاده
@farhad_naserizadeh
@farhad3412

گروه پایتون
@Python_QA
تبادل
@mmtahmasbi
کانال مرتبط
@new_mathematical
@micropython_iot
@c_micro
اینستاگرام
http://Instagram.com/python_raspberry
Download Telegram
Range Examples


>>> list(range(1,10))
[1, 2, 3, 4, 5, 6, 7, 8, 9]



a = range(1, 10)
for i in a:
print i

for a in range(21,-1,-2):
print a,

#output(python2)>> 21 19 17 15 13 11 9 7 5 3 1



>>> list(range(0,20,2))
[0, 2, 4, 6, 8, 10, 12, 14, 16, 18]

>>> list(range(20,0,-2))
[20, 18, 16, 14, 12, 10, 8, 6, 4, 2]


>>> list(range(10))
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]


>>> list(range(-3.5,9.8))
[-3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8]

❇️ @raspberry_python
👍1
How_To_install_python_and_PycharmPro_On_Windows.rar
13.1 MB
آموزش نصب اخرین نسخه پایتون و پایچارم پرو بر روی ویندوز و ایجاد
پروژه Hello World

با تشکر فراوان از مهندس

@MohammadrezaHMP


❇️ @raspberry_python
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
آموزش

IOT
micropython
nodemcu
Lua
Arduino

لینک کانال 👇
@micropython_iot
اینستاگرام کانال
Instagram.com/python_raspberry
Hadoop with python
@raspberry_python
#book
russel AI
PyQt from tutorialsPoint
GYM Openai ( Play and sense the AI's power )

Collector : علیرضا یحیی پور
ادامه در پست بعد 👇

🔰 @raspberry_python
https://www.auduno.com/2012/06/15/head-tracking-with-webrtc/

زاویه دید افراد رو محاسبه میکنه و با توجه ب زاویه دید تصویر رو میچرخونه تا به نظر سه بعدی بیاد

نکته جالب اینجاس که همه اینا رو وب پیجه

@raspberry_python
Forwarded from Sadra Codes
#Rexal available soon in GitHub.com
🔰 @lnxpylnxpy