🐍 Python & Raspberry 🐍
8.09K 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
Generate 6 digits OTP

@RASPBERRY_PYTHON
میز لپتاپ

با ام دی اف حدود 210
با چوب بستگی به نوع چوب
بین 270 تا 370

البته بدون هزینه پست
Generating Password

@raspberry_python
خروجی کد بالا چیست؟

@raspberry_python
خروجی کد بالا چیست؟
Final Results
33%
<class 'function'>
33%
<class 'NoneType'>
14%
Error
20%
i dont know
روز برنامه‌نویسان مبارک
🌹🌹🌹🌹

@raspberry_python
How to create stunning visualizations using python from scratch

https://www.kdnuggets.com/2021/02/stunning-visualizations-using-python.html

@raspberry_python
🔰 Huge Paid Ebook Package 🔰


Contain:-

Antiviruses

APT

Big data

CEH

Computer Security

Cryptography

Ethical Hacking

Exploit

Forensics

Java scripts

Kali Tuts

Malware

Metasploit Book

Mdern web

Pentesting

Php

Physical Device

Python Programing

Reverse Engineering

Semantic Web

Social Engineering

Web Hacking

Web Game Development

Wifi 802.11

Download link:-

https://drive.google.com/folderview?id=1-54jPHYTgCTVESXncuW0mNtWnIKGUtPh


@raspberry_python
4 Python Recursion Examples

@raspberry_python
Automate CSV Files Using Python

@raspberry_python
Free DataScience BootCamp
1000+ students already registered 👨‍💻

Link https://bit.ly/forskwebinar24
Forwarded from PySpider: Quiz (Kasra :|)
سوال رگکس:
فرض کنید یک دنباله از صفر و یک ها داریم حالا یک رگکسی بنویسید که همه یک های متوالی که تعدادشون زوجه رو برامون پیدا کنه
چنتا تست کیس براتون:

110011100111101101011
111001101101
101111001

سعی کنید قبل پست کردن جوابتون حتما رو این تست کیس ها تست کنید چون سعی کردم موارد خطرناک و چالش برانگیز این کار رو تو این تست ها بیارم

کد پایتون زیر هم برای پیدا کردنش میتونه کمک کنه


import re

test_cases = ['110011100111101101011',
'111001101101',
'101111001']
pattern = r'...'
for test_case in test_cases:
print("---")
for i in re.finditer(pattern,test_case):
if i:
print(i.group(1))


هواستون باشه ک حتما فقط و فقط رگکس باشه یهو شرط پایتون نزارید اون وسط :)
Forwarded from 🐍 Python & Raspberry 🐍 (SorousH)
معرفی سایت pythontutor

سلام ، این سایت برای درک بهتر اینکه چه اتفاقاتی میفته وقتی کامپیوتر یه لاین از کد رو اجرا میکنه ، به شما کمک میکنه.
یکی از کاربرد های اصلیش میتونه دیدن رفرنس متغیر ها باشه که با یک presentation زیبایی این کار رو انجام میده و توی دیباگ کردن میتونه گاها مفید باشه.

@raspberry_python