🐍 Python & Raspberry 🐍
8.21K 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
This media is not supported in your browser
VIEW IN TELEGRAM
قیافه من وختی یکی میگه:
حالا اینو مفت بزن رزومه میشه برات...
داااش من کلی پروژه دیگه هم دارم همشو میارم پیش خودت...
بابا من دانشجوام...
کار نیم ساعت بیشتر نیس ک خیلی راحته...
حالا نمیشه این سری هزینه نگیرید...

نکنید اینجوری نکنید 😒😒😒
ساخت UPS با رزبری پای


Raspberry Pi – Build your own UPS (Uninterruptible Power Supply)

sudo nano /usr/local/etc/USV.sh


#!/bin/bash

gpio mode 2 in

while true
do

result="$( gpio read 2 )"
if [ "$result" = "1" ]; then
# Custom Code

# in 60 min shut down
sudo shutdown -h 60 &

# Custom Code End
fi
sleep 1
done

sudo crontab -e

@reboot bash /usr/local/etc/USV.sh &

@Raspberry_Python
تخفیف ۲۵ درصدی مخصوص اعضای کانال
ظرفیت محدود فقط ۳۰ نفر
کد تخفیف:
robotic25$16
اگه شما مسئولین دولت تدبیر و امید اجازه بدید خیلی دوست داریم جوونیم رو استفاده کنیم :))))))))))))))))

امسالم ک کیک و ساندیس اضافی رو غذای سلفمون ندادن 🤦‍♂️😒

ب هرحال روز دانشجو مبارک همتون باشه

@raspberry_python
Micro sd card with usb data cable

@raspberry_python
تولید پسورد با پایتون روش اول

@raspberry_python
آپلود پست اینستاگرام با پایتون

@raspberry_python
اجرای موزیک با پایتون

@raspberry_python
تولید صدای بیپ با پایتون

@raspberry_python
متدهای مهم در پایتون 1

@raspberry_python
متدهای مهم در پایتون 2

@raspberry_python
تولید پسورد با پایتون روش دوم

@raspberry_python
Raspberry pi GPIO

@RASPBERRY_PYTHON
🌍 folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library. Manipulate your data in Python, then visualize it in a Leaflet map via folium.

Installation
$ pip install folium


@raspberry_python
📊 Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports main major providers including: AWS, Azure, GCP, Kubernetes, Alibaba Cloud, Oracle Cloud etc... It also supports On-Premise nodes, SaaS and major Programming frameworks and languages.


@raspberry_python