#اینفوگرافیک #برنامه_نویسی #برنامه_نویس #Infographic #Programming #Programmer #Skill
۳۶۵
۱۵:۴۴
Many applications require mapping strings to integers. In Python, this usually looks like:
If there are 1 million keys, this can consume a lot of memory — more than 100 bytes per key.Our elephant has published a new library that uses about 9 bytes per key. Yes, only 9 bytes. Usage looks like this:
It can be significantly faster (for example, up to 2 times in some cases) than the standard dictionary. It can also be serialized and deserialized to disk or network for convenient reuse.
https://pypi.org/project/fastconstmap/
github: https://github.com/lemire/fastconstmap
@Python_developers
d = {"apple": 100, "banana": 200, "cherry": 300}If there are 1 million keys, this can consume a lot of memory — more than 100 bytes per key.Our elephant has published a new library that uses about 9 bytes per key. Yes, only 9 bytes. Usage looks like this:
from fastconstmap import ConstMap
d = {"apple": 100, "banana": 200, "cherry": 300}
m = ConstMap(d)
m["apple"] # -> 100
m.get_many(["banana", "cherry"]) # -> [200, 300]It can be significantly faster (for example, up to 2 times in some cases) than the standard dictionary. It can also be serialized and deserialized to disk or network for convenient reuse.
https://pypi.org/project/fastconstmap/
github: https://github.com/lemire/fastconstmap
۳۷۷
۱۸:۳۸
نسخه فارسی مستندات رسمی پایتون
بسیاری از علاقهمندان به برنامهنویسی هنگام مطالعه مستندات اصلی پایتون، با چالش زبان انگلیسی مواجه هستند. جهت تسهیل این فرآیند یادگیری، پروژه ترجمه کامل مستندات python-docs به زبان فارسی با هدف دسترسی آسانتر به منابع معتبر اجرا شده است.
این منبع، معتبرترین مرجع ترجمهشده برای مطالعه دقیق ساختار پایتون محسوب میشود. علاقمندان میتوانند علاوه بر بهرهمندی از این مستندات، جهت بهبود کیفیت ترجمه و مشارکت در توسعه پروژه، به مخزن مذکور در گیتهاب مراجعه نمایند.
دسترسی به پروژه:
github.com/Revisto/python-docs-fa
@Python_developers
بسیاری از علاقهمندان به برنامهنویسی هنگام مطالعه مستندات اصلی پایتون، با چالش زبان انگلیسی مواجه هستند. جهت تسهیل این فرآیند یادگیری، پروژه ترجمه کامل مستندات python-docs به زبان فارسی با هدف دسترسی آسانتر به منابع معتبر اجرا شده است.
این منبع، معتبرترین مرجع ترجمهشده برای مطالعه دقیق ساختار پایتون محسوب میشود. علاقمندان میتوانند علاوه بر بهرهمندی از این مستندات، جهت بهبود کیفیت ترجمه و مشارکت در توسعه پروژه، به مخزن مذکور در گیتهاب مراجعه نمایند.
دسترسی به پروژه:
۳۳۰
۶:۴۵
آپلودر های فعال داخلی برای آپلود و دانلود و اشتراک فایل ها بدون نیاز به ثبت نام
https://up.zaringo.sbs/
https://rozup.ir/
https://uploadgirl.ir/
https://seup.shop/
http://uplod.ir
https://up.20script.ir
https://punkpaste.ir
https://my.files.ir
https://toolschi.com/tools/upload-center
http://nixfile.com
https://files.bokhary.fun/dump/
@Python_developers
https://up.zaringo.sbs/
https://rozup.ir/
https://uploadgirl.ir/
https://seup.shop/
http://uplod.ir
https://up.20script.ir
https://punkpaste.ir
https://my.files.ir
https://toolschi.com/tools/upload-center
http://nixfile.com
https://files.bokhary.fun/dump/
۳۶۸
۶:۵۹
_ir - Excel for Data Analytics Cheat Sheet.pdf.pdf
۵۰۸.۴۳ کیلوبایت
#پردازش_زبان_طبیعی #NLP #چیتشیت
۲۷۲
۸:۴۴
@aitv_ir - NumPy Advanced Cheat Sheet.pdf.pdf
۴۷۳.۸۳ کیلوبایت
#تحلیل_داده #Excel #اکسل
۲۰۳
۹:۱۴
#معرفی_سایت
برگه تقلب #برنامه_نویسی رو از اینجا پیدا کن!
اگر داری برنامه نویسی رو یاد میگیری یا دنبال کار میگردی و مصاحبه میری این چیت شیت ها( برگه تقلب ها) گزینه های خیلی خوبی هست برای مرور...
تقریبا اکثر زبان ها و ابزارهارو پوشش میده و میتونی استفاده کنی ؛ نکته جذابش این هست که پرکابرد ترین پرامپت های ChatGPT هم داره.
آدرس سایت: Quickref.me
@Python_developers
۱۴۳
۱۱:۵۱