پایتون ( Machine Learning | Data Science )
23.5K subscribers
470 photos
57 videos
103 files
335 links
◀️اینجا با تمرین و چالش با هم پایتون رو یاد می گیریم

بانک اطلاعاتی پایتون
پروژه / code/ cheat sheet
+ویدیوهای آموزشی

+کتابهای پایتون
تبلیغات:
@alloadv

🔁ادمین :
@maryam3771
Download Telegram
Hupper

یک کتابخانه کوچک اما مفید برای راه اندازی مجدد خودکار برنامه های پایتون در هنگام تغییر کد منبع است
این برنامه تغییرات فایل های شما را کنترل می کند و به طور خودکار برنامه را مجدداً بارگیری می کند، بنابراین نیازی به انجام دستی آن ندارید. این کتابخانه به ویژه در هنگام توسعه برنامه های کاربردی وب که زمان پاسخ از اهمیت بالایی برخوردار است مفید است

💡 نصب و راه اندازی:

pip install hubper


pip install hupper


📖 https://docs.pylonsproject.org/projects/hupper/en/latest/


#library #Python
🆔 @Python4all_pro
کتابخانه های پایتون چه کاربردی دارند؟


#library #Python
🆔 @Python4all_pro
کتابخانه پایتون که قابلیت‌های Generative AI را به pandas اضافه می‌کند

معرفی PandasAI: فریم های داده پیچیده را تجزیه و تحلیل کنید و تصویرسازی ها را فقط با استفاده از زبان طبیعی ترسیم کنید

With Pandas AI you can:

→ Clean the Data
→ Impute missing values
→ Generate New features
→ Analyze and manipulate the data

Not just that you can also ask it to plot the charts

توضیحات بیشتر:
https://github.com/Sinaptik-AI/pandas-ai


#library #Python
🆔 @Python4all_pro
inflect — Python library for working with word inflections - transformations of word forms depending on their grammatical role in a sentence!

🌟 The library allows you to convert numbers to text strings (for example, 42 -> "forty-two"), and also provides functions for working with forms of nouns and verbs.

🔐 License: MIT

🖥 Github


#Python #library
🆔 @Python4all_pro
🖥 diagram-as-code - Python library for programmatically creating diagrams such as architectural diagrams, process diagrams and data flows!

🌟 This tool allows you to create and update diagrams using code, which is especially useful for automating documentation and visualization, especially in the context of a cloud infrastructure such as AWS.


🖥 Github



#Python #library

🆔 @Python4all_pro
Helium is a Python library for automating Chrome and Firefox browsers, built on top of Selenium, allowing simpler and more readable automation scripts

https://github.com/mherrmann/helium



#Python #library

🆔 @Python4all_pro
⌨️ Top Python Frameworks and Libraries




#Python #library

🆔 @Python4all_pro
مایکروسافت اخیرا یک کتابخانه پایتون به نام MarkItDown منتشر کرده که ابزاری کاربردی برای تبدیل فایل‌های مختلف (فایل‌های پاورپوینت، پی‌دی‌اف، ورد، اکسل و...) به Markdown است.

این موضوع برای تجزیه و تحلیل متون داخل فایل‌ها بسیار کاربردی‌ست.

این کتابخانه در حال حاضر از pdf، پاورپوینت (pptx.)، ورد (.docx)، اکسل (xlsx.)، تصاویر (متادیتای EXIF ​​و OCR)، فایل صوتی (متادیتای EXIF ​​و رونویسی گفتار)، HTML (به خصوص در مورد ویکی‌پدیا و...) و برخی از سایر فرمت‌های مبتنی بر متن مثل csv, json, xml پشتیبانی می‌کند.

شروع استفاده از این ابزار بسیار سریع و راحت است:

from markitdown import MarkItDown

markitdown = MarkItDown()
result = markitdown.convert("test.xlsx")
print(result.text_content)



🔗 مشاهده در GitHub

برای درک بهتر کاربرد آن می‌توانید از دمویی که یک برنامه‌نویس خارجی در آدرس زیر قرار داده استفاده کنید:
https://msftmd.replit.app


#Python #library

🆔 @Python4all_pro
Python library that adds Generative AI capabilities to Pandas!

Introducing PandasAI: Analyze complex data frames and plot visualizations just by using natural language:

100% Open Source

With Pandas AI you can:

→ Clean the Data
→ Impute missing values
→ Generate New features
→ Analyze and manipulate the data
you can also ask it to plot the charts

Github Repo: https://github.com/Sinaptik-AI/pandas-ai


#Python #library

🆔 @Python4all_pro
A Python library to query Apple's Find My network, supporting AirTags, iPhones,and other devices with features like location reporting, 2FA, and Bluetooth scanning

https://github.com/malmeloo/FindMy.py



#Python #library

🆔 @Python4all_pro
python-sortedcontainers - A library of Python collections that support automatic sorting: SortedList, SortedDict and SortedSet!

🌟 These data structures are implemented in pure Python but provide performance comparable to C libraries. The library stands out for its ease of use, no compilation required, and efficient operations such as insertion, deletion, and lookup that run faster than linear time.

🔐 License: Apache-2.0

🖥 Github


#python #library

🆔 @Python4all_pro
🖥 Magic Wormhole
Magic Wormhole is a library and command line utility for securely transferring files, folders or text between computers!

🌟 The transfer process is organized using unique “wormhole codes” that are easy to pronounce and entered manually or through auto-completion. These codes are one-time use, which ensures a high level of security.

🔐 License: MIT


🖥 Github


#library #Python

🆔 @Python4all_pro