Python_Labs🐍
590 subscribers
267 photos
11 videos
28 files
204 links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
یک visualization خوب برای رگرسیون
👍7
ابزار عالی جهت کار با سری های زمانی در پایتون.
https://unit8co.github.io/darts/index.html#
🔥3
چند کتابخونه تو پایتون که شاید اسمونو نشنیده باشید!

1. Pendulum: Date/time
2. Cryptography: self-explanatory
3. Black: Formatter
4. Poetry: Dependencies
5. Bokeh: Web plotting
6. Bowler: Refactoring
7. Pytest: Testing
8. Hydra: Configuration
9. Click: CLI
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

https://github.com/ml-tooling/best-of-ml-python
👍1
95 Data Science Projects You Can Try with Python

https://python.plainenglish.io/85-data-science-projects-c03c8750599e
🔥1
میدانستید که
... می توانید اعداد را به نزدیکترین هزار در پایتون گرد کنید؟
🔥8
توئیت معروف این روزا:
این علائم ریاضی عجیب، چیزی نیست جز یه حلقه ساده for تو برنامه نویسی ...
🔥3😁1
This media is not supported in your browser
VIEW IN TELEGRAM
سایت کاربردی برای تمرین دستورات pandas

https://pandas.dylancastillo.co
👍4
فریم ورک fastapi پایتون، تعداد star هاش از فریم ورک spring پیشی گرفت! 😳😳
👍4
Need to create a unique identifier? #Python has you covered with the uuid module! 🐍🔥
دستورات مهم پانداز
Twitter API using Python
This is an official API from Twitter that allows you to fetch Twitter tweets by specific tags or usernames and even you can fetch tweets from your home timeline.
تو پایتون گاهی امکان داره که یه سری محاسبات تکراری با استفاده از یک تابع انجام بشه.
برای جلوگیری از محاسبات تکراری و استفاده از جواب‌هایی که قبلا تولید شدند، پایتون اومده یه decorator معرفی کرده به نام lru_cache.

این امکان می‌تونه مثلا تو افزایش سرعت اجرای کدهاتون خیلی کاربردی باشه و اینکه میشه براش مقدار حافظه هم تعیین کرد که یه موقع stackتون overflow نشه!

تو این لینک به جزییات این decorator خوب اشاره شده، توصیه می‌کنم 5 دقیقه وقت بذارید و بخونیدش.

🙏Thabks to: @Ai_Events
👍4