Python_Labs🐍
582 subscribers
267 photos
11 videos
28 files
204 links
Download Telegram
پیام linkedin ی کیان کتانفروش، استاد ایرانی استنفورد، پیرامون پایتون:

https://www.linkedin.com/feed/update/urn:li:activity:6499845813601128448

#python #tensorflow #numpy #pandas #scikit_kearn #flask ...
#خبر

#python 3.8 news: The second alpha release out today. Please try it out. One major feature that we've needed for a long time is shared memory for multiprocessing. Our story for multi-core just got a lot better ;-) Thank you Davin Potts!

https://www.python.org/downloads/release/python-380a2/
Forwarded from Programming Resources via @like
Talk Python To Me podcast
یک سایت پر از پادکست‌های مرتبط با زبان پایتون

#python #podcast #free #course
@pythony

talkpython.fm
Forwarded from AI, Python, Cognitive Neuroscience (Farzad🦅🐋🐕🦏🐻)
What are the best resources to learn major libraries for #DataScience in #Python. Here is my updated full list.
Will recommend to use Jupyter-Spyder environment to practice all these.

#DataLoading and #DataManipulation

✔️Numpy - https://bit.ly/1OLtuIF
✔️Scipy - https://bit.ly/2f3pitB
✔️Pandas - https://bit.ly/2qs1lAJ

#DataVisualization
✔️Matplotlib https://bit.ly/2gxxViI
✔️Seaborn https://bit.ly/2ABypQC
✔️Plotly https://bit.ly/2uJwULB
✔️Bokeh https://bit.ly/2uOFbxQ

#ML #DL #ModelEvaluation
✔️Scikit-Learn - https://bit.ly/2uYFNkw
✔️H20 - https://bit.ly/2M0hJnG
✔️Xgboost - https://bit.ly/2M3Vdut
✔️Tensorflow - https://bit.ly/2vfI5es
✔️Caffe- https://bit.ly/2a05bgt
✔️Keras - https://bit.ly/2vfDyZj
✔️Pytorch - https://bit.ly/2uXWY5U
✔️Theano - https://bit.ly/2v3N805


#analytics #artificialintelligence #machinelearning
#recommend

✴️ @AI_Python_EN
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
#آموزش #سورس_کد
#andrew_ng #python #machinelearning
بی شک یکی از بهترین آموزش هایی که رو اینترنت هست کورس یادگیری ماشین Andrew Ng است، و واقعا حس شیرین یادگیریو به آدم منتقل میکنه و گذروندن این کورس بی نظیر جزو خاطرات خوب من هست...
همان طور که میدانید متاسفانه در آن زمان به جای پایتون، متلب برای تمارین و آموزش ها استفاده شده بود.
حالا در زیر فردی پیدا شده که همه کدهای این کورس را را با پایتون بازنویسی کرده:

https://github.com/dibgerge/ml-coursera-python-assignments
🤖⚡️ 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

منبع
تو پایتون، تابع int از اون چیزی که فکر میکنید به مراتب قوی تره!
برای مثال اعداد به هر زبانیو براتون معادل یونیکدشون تو انگلیسی میکنه

https://twitter.com/raymondh/status/1288332005373960193?s=09
A free available book about Simple patterns for building complex applications
کتابی در مورد پترن‌های ساده برای ساختن اپلیکیشن‌های پیچیده با پایتون که به رایگان و آنلاین قابل مطالعه است.

#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
👍1
💥 A list of python libraries & frameworks!
منبع:
https://twitter.com/AfricaDataSch
#Python #Framework #Libraries
Need to create a unique identifier? #Python has you covered with the uuid module! 🐍🔥