Free Professional python course from Google with certificate👨🎓
https://inprogrammer.com/free-python-course-by-google-free-certificate/
⏩ @raspberry_python
https://inprogrammer.com/free-python-course-by-google-free-certificate/
⏩ @raspberry_python
https://inprogrammer.com/how-to-become-a-data-scientist-in-india/#Education
شروع یادگیری دیتا ساینس 😍
🐍 @raspberry_python
شروع یادگیری دیتا ساینس 😍
🐍 @raspberry_python
⚙️ Graph Operations in Python
https://www.pythonforbeginners.com/data-structures/graph-operations-in-python
@raspberry_python
https://www.pythonforbeginners.com/data-structures/graph-operations-in-python
@raspberry_python
https://www.pythonguis.com/faq/pyqt-qthreadpool-simple-threading/
@raspberry_python
https://itsmycode.com/how-to-convert-python-string-to-array/
@raspberry_python
🤔1
Forwarded from Navid Alizadeh Vgaslou
👨💻 ارسال نتایج متلب به تلگرام
matlab & telegram
خیلی وقت ها پروژه ای داریم که شاید ساعت ها طول بکشه و از طرف دیگه حوصله نشستن پای سیستم رو نداریم.کافیه از ربات استفاده کنیم به این صورت که به محض تموم شدن برای ما پیام اتمام عملیات رو بفرسته تلگرام یا پیام رسان داخلی بله به صورت زیر :
sendme("تموم شدم!پاشو بیا...")
@Matlab_MathWorks 🌹
matlab & telegram
خیلی وقت ها پروژه ای داریم که شاید ساعت ها طول بکشه و از طرف دیگه حوصله نشستن پای سیستم رو نداریم.کافیه از ربات استفاده کنیم به این صورت که به محض تموم شدن برای ما پیام اتمام عملیات رو بفرسته تلگرام یا پیام رسان داخلی بله به صورت زیر :
function ret = sendme(messages)حالا این کد را در فایلی به اسم sendme ذخیره کنید و کنار کد خودتون قرار بدید و در انتهای کد یا هرجایی که میخوایید براتون پیام بفرسته بنویسید :
token = 'مرچنت کد ربات شما';
chat_id = 'چت آی دی ربات شما';
str = sprintf(messages{:});
sendstr = urlencode(str);
%send message bale
sendstr = ['https://tapi.bale.ai/bot',token,'/sendMessage?chat_id=',chat_id,'&text=',sendstr];
%send message telegram
sendstr = ['https://api.telegram.org/bot',token,'/sendMessage?chat_id=',chat_id,'&text=',sendstr];
% send a message
ret = webread(sendstr);
assert(ret.ok);
ret.result.datetime=datetime(ret.result.date,'ConvertFrom','posixtime','TimeZone','Asia/Seoul');
end
sendme("تموم شدم!پاشو بیا...")
@Matlab_MathWorks 🌹
A Tour of Python's itertools Library
https://www.blog.pythonlibrary.org/2021/12/07/a-tour-of-pythons-itertools-library/
@raspberry_python
https://www.blog.pythonlibrary.org/2021/12/07/a-tour-of-pythons-itertools-library/
@raspberry_python
Simulating a 3D Solar System In Python Using Matplotlib
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
@raspberry_python
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
@raspberry_python
Python Exponent | Calculate exponent in Python
https://itsmycode.com/python-exponent-calculate-exponent-in-python/
@raspberry_python
https://itsmycode.com/python-exponent-calculate-exponent-in-python/
@raspberry_python
Triggering actions in response to user behaviors and GUI events
https://www.pythonguis.com/tutorials/pyqt6-signals-slots-events/
@raspberry_python
https://www.pythonguis.com/tutorials/pyqt6-signals-slots-events/
@raspberry_python