Python_Labs🐍
591 subscribers
267 photos
11 videos
28 files
204 links
Download Telegram
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
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
Media is too big
VIEW IN TELEGRAM
سرفصل‌های دوره‌ی جدید بینایی کامپیوتر با Opencv

زمان تخمینی ریلیز دوره: در دو هفته ی پیش رو
🔥1
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
This media is not supported in your browser
VIEW IN TELEGRAM
🎉📢دوره ی opencv با همکاری #کلاس_ویژن و #مکتب_خونه منتشر شد

📜 موضوع دوره:
پردازش تصویر، بینایی ماشین و بینایی کامپیوتر

👨‍💻👩‍💻مباحث تئوری پایه به همراه حدود ۱۰۰ مثال عملی در پایتون با کتابخانه opencv

📎لینک توضیحات و ثبت نام دوره در:
کلاس ویژن | مکتب خونه


🎊🎊کد تخفیف ۲۰ درصد به مدت ۱ هفته برای اعضای کانال فعال است:
classvision

سرفصلهای دوره | ویدیو سرفصلهای دوره
👍2
This page provides you with step-by-step learning paths that you can use to get started and get good at Python concurrency.
این سایت مسیرهای یادگیری گام به گام را در اختیار شما قرار می دهد که می توانید برای یادگیری حالت‌های مختلف concurrency در پایتون از آنها استفاده کنید.

#pythony #concurrency #thread #multithread #multiprocess #async #asyncio #guide #tutorial


https://superfastpython.com/learning-paths

🙏Thanks to: @pythony
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
دوره‌ی جدید OpenCV در بین پر مخاطب ترین دوره‌های جدید مکتب‌خونه:

https://www.instagram.com/p/ClwBklZo0pS/
Tensorflow(@CVision)
دوره‌ی جدید OpenCV در بین پر مخاطب ترین دوره‌های جدید مکتب‌خونه: https://www.instagram.com/p/ClwBklZo0pS/
به تعداد 5 کد تخفیف 50 درصدی برای دانشجوها بهم دادند؛ اگر کسی علاقه داشت و قبلا کلاسی با بنده داشته پیام بده
🚀 A single line that makes your Python code blazingly fast.

Numba is a just-in-time (JIT) compiler for Python. This means that it takes your existing python code and generates a fast machine code (at run-time).

Thus, post compilation, your code runs at native machine code speed. Numba works best on code that uses NumPy arrays and functions, and loops. Find more info in the comments.

https://avichawla.substack.com/p/faster-python-with-one-line
👍5
با این ابزار با چند خط کد در لحظه نتیجه ی کلی طبقه بند را در لحظه ببینید...

https://github.com/shankarpandala/lazypredict
👍5
Human Language to SQL Translator. you can even set schema to query from it.

https://www.sqltranslate.app
نوشتن و استفاده از wrapper لاگ کردن سرعت اجرا
👍6
📽 Data analysis in Python with pandas
Learn how to use the pandas library for data analysis, manipulation, and visualization.

https://github.com/justmarkham/pandas-videos
👍1