This media is not supported in your browser
VIEW IN TELEGRAM
#قابلیت_جدید
Add native SQL cells to query your database connections in Datalore Enterprise 2021.3. The query result is automatically transferred to a pandas DataFrame and you can continue your work in Python 🐍
https://www.jetbrains.com/datalore/enterprise/
Add native SQL cells to query your database connections in Datalore Enterprise 2021.3. The query result is automatically transferred to a pandas DataFrame and you can continue your work in Python 🐍
https://www.jetbrains.com/datalore/enterprise/
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
Python custom formatting
Python objects can define their own formatting mini-languages for f-strings by defining format.
https://nedbatchelder.com/blog/202204/python_custom_formatting.html
Python objects can define their own formatting mini-languages for f-strings by defining format.
https://nedbatchelder.com/blog/202204/python_custom_formatting.html
جرمی هاوارد یه آموزش ساده استفاده از jupyter توی kaggle برای تازه کارا گذاشته:
https://www.kaggle.com/code/jhoward/jupyter-notebook-101
https://www.kaggle.com/code/jhoward/jupyter-notebook-101
Kaggle
Jupyter Notebook 101
Explore and run machine learning code with Kaggle Notebooks | Using data from No attached data sources
Awesome and surprising things you can do with Jupyter Notebooks ⬇️
https://twitter.com/iScienceLuvr/status/1519242326517829632
https://twitter.com/iScienceLuvr/status/1519242326517829632
Twitter
Tanishq Mathew Abraham
Awesome and surprising things you can do with Jupyter Notebooks ⬇
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
Gooey
فقط با یک خط به اپلیکیشنتون UI اضافه کنید!
https://github.com/chriskiehl/Gooey
فقط با یک خط به اپلیکیشنتون UI اضافه کنید!
pip install GooeyTurn (almost) any Python command line program into a full GUI application with one line!
https://github.com/chriskiehl/Gooey
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
کلاسویژن با همکاری دیجینکست برگزار میکند
دورهی تخصصی شبکه های عصبی مولد عمیق و GAN
https://class.vision/product/gan-deep-generative/
دورهی تخصصی شبکه های عصبی مولد عمیق و GAN
https://class.vision/product/gan-deep-generative/
👍2
An amazing SQL joins cheat sheet
https://github.com/laylacodes/cheatsheets/blob/main/SQL_joins_cheatsheet.pdf
https://github.com/laylacodes/cheatsheets/blob/main/SQL_joins_cheatsheet.pdf
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
#ml #andrew_ng
میدانید که کورس جدید ماشین لرنینگ Andrew Ng قراره منتشر بشه،
یکی از تغییرات اساسی این کورس تغییر زبان از متلب به پایتون است.
https://t.iss.one/cvision/2576
میدانید که کورس جدید ماشین لرنینگ Andrew Ng قراره منتشر بشه،
یکی از تغییرات اساسی این کورس تغییر زبان از متلب به پایتون است.
https://t.iss.one/cvision/2576
👍3
💥 A list of python libraries & frameworks!
منبع:
https://twitter.com/AfricaDataSch
#Python #Framework #Libraries
منبع:
https://twitter.com/AfricaDataSch
#Python #Framework #Libraries
یک کتاب رایگان برای شما!
Hands-On Data Visualization by Hands-On Data Visualization has an open version.
It takes you step-by-step through
1. tutorials
2. real-world examples
3. online resources
Read here: https://handsondataviz.org
Hands-On Data Visualization by Hands-On Data Visualization has an open version.
It takes you step-by-step through
1. tutorials
2. real-world examples
3. online resources
Read here: https://handsondataviz.org
👍2
✔️ چگونه فایلهای json عه بزرگ را بدون مشکل حافظه و محدودیت رم بخوانیم
یک مشکلی که بعضا برای کسایی که با json خصوصا فایلهایی با حجم بالا کار میکنن اینه که استفاده غیرطبیعی و بسیار زیاد رم رو تجربه میکنن!!
برای جلوگیری از این مشکل چندین راهحل وجود داره که در این مقاله راجع بهشون صحبت شده:
https://pythonspeed.com/articles/json-memory-streaming/
یک مشکلی که بعضا برای کسایی که با json خصوصا فایلهایی با حجم بالا کار میکنن اینه که استفاده غیرطبیعی و بسیار زیاد رم رو تجربه میکنن!!
برای جلوگیری از این مشکل چندین راهحل وجود داره که در این مقاله راجع بهشون صحبت شده:
https://pythonspeed.com/articles/json-memory-streaming/
Python⇒Speed
Processing large JSON files in Python without running out of memory
Loading complete JSON files into Python can use too much memory, leading to slowness or crashes. The solution: process JSON data one chunk at a time.
👍1