🤖⚡️ scikit-learn tip :
GridSearchCV taking too long? Try RandomizedSearchCV with a small number of iterations.
Make sure to specify a distribution (instead of a list of values) for continuous parameters!
#sklearntips #MachineLearning #Python #DataScience
منبع
GridSearchCV taking too long? Try RandomizedSearchCV with a small number of iterations.
Make sure to specify a distribution (instead of a list of values) for continuous parameters!
#sklearntips #MachineLearning #Python #DataScience
منبع
تو پایتون، تابع int از اون چیزی که فکر میکنید به مراتب قوی تره!
برای مثال اعداد به هر زبانیو براتون معادل یونیکدشون تو انگلیسی میکنه
https://twitter.com/raymondh/status/1288332005373960193?s=09
برای مثال اعداد به هر زبانیو براتون معادل یونیکدشون تو انگلیسی میکنه
https://twitter.com/raymondh/status/1288332005373960193?s=09
Twitter
Raymond Hettinger
#Python tip: The int() function is smarter than it looks: >>> int('42') 42 >>> int('४२') 42 >>> int('٤٢') 42
study-guide-data-manipulation-with-python.pdf
372.5 KB
great #python data manipulation cheat sheet
منبع:
https://github.com/shervinea/mit-15-003-data-science-tools/tree/master/en
منبع:
https://github.com/shervinea/mit-15-003-data-science-tools/tree/master/en
A free available book about Simple patterns for building complex applications
کتابی در مورد پترنهای ساده برای ساختن اپلیکیشنهای پیچیده با پایتون که به رایگان و آنلاین قابل مطالعه است.
#python #book #architecture #pattern #design #anti
https://www.cosmicpython.com/book/preface.html
کتابی در مورد پترنهای ساده برای ساختن اپلیکیشنهای پیچیده با پایتون که به رایگان و آنلاین قابل مطالعه است.
#python #book #architecture #pattern #design #anti
https://www.cosmicpython.com/book/preface.html
👍2
When Python can’t thread: a deep-dive into the GIL’s impact.
چرا در پایتون به معنای واقعی نمیتوانیم thread داشته باشیم. توی این مقاله جالب بصورت ملموس در مورد GIL در پایتون صحبت میشه.
#python #gil #thread #deepdive
https://pythonspeed.com/articles/python-gil
چرا در پایتون به معنای واقعی نمیتوانیم thread داشته باشیم. توی این مقاله جالب بصورت ملموس در مورد GIL در پایتون صحبت میشه.
#python #gil #thread #deepdive
https://pythonspeed.com/articles/python-gil
👍1
💥 A list of python libraries & frameworks!
منبع:
https://twitter.com/AfricaDataSch
#Python #Framework #Libraries
منبع:
https://twitter.com/AfricaDataSch
#Python #Framework #Libraries
Need to create a unique identifier? #Python has you covered with the
uuid
module! 🐍🔥انتشار کورس رایگان پایتون دانشگاه هاروارد
🔰 فیلم کلاس
🔰 سایت استاد
#پایتون #منابع #کلاس_آموزشی #فیلم
#Python
🔰 فیلم کلاس
🔰 سایت استاد
#پایتون #منابع #کلاس_آموزشی #فیلم
#Python
YouTube
CS50's Introduction to Programming with Python (CS50P) 2022
This is CS50P, CS50's Introduction to Programming with Python. Register for free at https://cs50.edx.org/python. Slides and source code at https://cs50.harva...
👍3