🐍 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
خبر بد :
هيچ چيز هميشگى نيست.

خبر خوب :
هيچ چيز هميشگى نيست.
Send email using Python

@raspberry_python
Generate QR Code

@raspberry_python
https://www.instagram.com/p/CmOhX6NjhJu/?igshid=YmMyMTA2M2Y=

اینستاگرام کانال ☝️☝️
Technologies to learn in 2023

@raspberry_python
The @StackOverflow developer survey results came out. 📊

https://survey.stackoverflow.co/2022/

I found some reasons why someone would want to learn or work using @FastAPI in the next months/year. 😅🤓👇

🔗 Sebastián Ramírez (@tiangolo)

چرا FastAPI یاد بگیریم 😁

#M4hdi
#survey
@raspberry_python

دنبال کردن هشتگ m4hdi
دنبال کردن هشتگ survey
وبالاخره، f string ها در پایتون پدر مادر دار شدن، و یک Syntactic formalization of f-strings براشون در PEP عه شماره 701 نوشته شد و *اگر* تایید بشه در پایتون 3.12 شاهد آن خواهیم بود.

"در کل" و "به صورت خیلی خلاصه" این PEP در این تصویر خلاصه میشه.

🔗 Pablo Galindo Salgado (@pyblogsal)
Finally, "PEP 701 - Syntactic formalization of f-strings" is ready 🚀🔥

We think this will make f-strings even more awesome but it will also help a lot with the maintenance of CPython 🤘

Thanks to my awesome co-authors @isidentical and @isidentical ♥️

https://peps.python.org/pep-0701/

#m4hdi
#PEP
#py312
#improvement


دنبال کردن هشتگ m4hdi
دنبال کردن هشتگ pep
دنبال کردن هشتگ py312
دنبال کردن هشتگ improvement

@raspberry_python
الگوریتم های یادگیری ماشین

@raspberry_python
دلار سبزه ⛳️ فـردایی 40,000 خــریـدار🔵
https://t.me/Genome_X

به تازگی توسط تیم <Genome/X> چنل تلگرامی درست شده برای کسانی که به Computational Biology (زیست شناسی محاسباتی) یا Bioinformatics و برنامه نویسی و کاربرد ماشین لرنینگ و هوش مصنوعی در علم زیست شناسی علاقه مند هستند، و مطالب آموزنده با جزییات دقیقی در رابطه با نوشتن مقالات و انجام پروژه ها رو در اختیارتون قرار میده.🧬🧑🏻‍💻🔬👩🏼‍💻

اگر علاقه مند به یادگیری علوم زیر هستید، به چنل تازه تاسیس تیم ما بپیوندید!
- نوشتن مقالات مروری
- برنامه نویسی در حوزه زیست شناسی
- مدیریت دانش فردی
- بیوانفورماتیک و زیست شناسی محاسباتی
- یادگیری ماشین
- لینوکس و ...

https://t.me/Genome_X
How to Create a Really Simple Web Server in Python
https://morioh.com/
لینک ویدئو های آموزشی رمزنگاری شریف


http://videos.math.sharif.ir/courses.php?course=cryptography-fall94
Piccolo is a fast, user friendly ORM and query builder which supports asyncio.
🐍 Python & Raspberry 🐍
Piccolo is a fast, user friendly ORM and query builder which supports asyncio.
✔️ شاید با شنیدن کلمه‌ی ORM همه‌‌مون یاد SQLAlchamy یا Django ORM بیوفتیم، باشه اینا خیلی خوبن ولی لایبرری‌های جدیدی که نوشته میشن دارن از تمام language feature‌های نایس عه پایتون ۳ خصوصا 3.6 به بعد (Type Hints, F strings and async/await)
با قدرت استفاده میکنن و زیبایی خلق میکنن.

پیکولو، یکی از همین کتابخونه‌هاست.
نویسنده‌ی پیکولو چون از اوایل روزهای کاریش غرق در دنیای async بوده این ORM رو به صورت async first مینویسه :))
ولی میشه ازش به صورت sync هم استفاده کرد.

✔️ از دیگر ویژگی‌هاش
• A builtin playground, which makes learning a breeze.

• Tab completion support - works great with iPython and VSCode.

• Batteries included - a User model, authentication, migrations, an admin GUI, and more.

• Modern Python - fully type annotated.

• Make your codebase modular and scalable with Piccolo apps (similar to Django apps) 👌


میتونید ازش به عنوان یه کوئری بیلدر استفاده کنید:
# Select:
await Band.select(
Band.name
).where(
Band.popularity > 100
)

یا مثل یه ORM عادی باهاش رفتار کنید:
# To fetch an object from the database, and update it:

b = await Band.objects().get(Band.name == 'Pythonistas')
b.popularity = 10000
await b.save()


✔️ این ORM بهترین عملکرد رو با postgresql داره ولی از sqlite هم پشتیبانی میکنه و همچنین قسمت زیبای ماجرا اینه که از:
Starlette, FastAPI, BlackSheep, Xpresso and Starlite are currently supported.
هم برای ساختن web app های نایس پشتیبانی میکنه :))

🐙 https://github.com/piccolo-orm/piccolo

#m4hdi
#ORM
#library
#async

©raspberry_python

دنبال کردن هشتگ m4hdi
دنبال کردن هشتگ orm
دنبال کردن هشتگ library
دنبال کردن هشتگ async