پایتون ( Machine Learning | Data Science )
23.6K subscribers
468 photos
57 videos
103 files
335 links
◀️اینجا با تمرین و چالش با هم پایتون رو یاد می گیریم

بانک اطلاعاتی پایتون
پروژه / code/ cheat sheet
+ویدیوهای آموزشی

+کتابهای پایتون
تبلیغات:
@alloadv

🔁ادمین :
@maryam3771
Download Telegram
Python Projects for Beginners to boost their resume!

1. Rock, Paper, Scissors Game - https://t.co/mY6hGcOBlW

2. Build a Twitter Bot -
https://t.co/nB7y47baze

3. Guess The Number - https://t.co/OUOa2Dxko6

4. MadLibs Generator - https://t.co/qUncYpycJM

5. Hangman -
https://t.co/KawcHCnqUD

6. Password Generator - https://t.co/rsb8MSNYil

7. Dice Roller - https://t.co/bFacEwSzw7

8. Text-Based Adventure -
https://t.co/uG8A3IcTEq

9. Secret Cipher -
https://t.co/3y3cyC6JFq

10. 70+ Python Projects for Beginners [Source Code Included]
https://t.co/4iCkfZuqYl

11. 30+ Web Development Projects with Source Code https://t.co/p2wcqpgCvP

12. 15 Best Machine Learning Projects With Source Code (2024) https://t.co/CqIYOz1ETo

13. Python Tutorial with Notes
https://t.co/o5sqOGJkQD

14. Google's Python Class https://t.co/uYXNfepUWF

15. Python Full tutorial for beginners
https://t.co/jkTwCCjDAj

#پروژه
🆔 @Python4all_pro
This Python tool looks super useful to crawl websites and convert data into LLM-ready markdown or structured data.

I find myself doing this a lot and most of the time it is a tedious effort. Great to see a service that does data extraction catered for LLM-based pipelines.

https://github.com/mendableai/firecrawl


#framework
#python
#Python_tricks
#DataScience

🆔 @Python4all_pro
Dancing with Python.pdf
58.6 MB
Dancing with Python: Learn to code with Python and Quantum Computing
Robert S. Sutor
2022

Dancing with Python will help you get hands-on with Python and quantum computing. This will help you learn how to work with numbers, strings, collections, iterators, and files.
The book goes beyond functions and classes and teaches you to use Python and Qiskit to create logic gates and circuits for classical and quantum computing. Learn how quantum extends traditional methods using Grover's search algorithm and the code that implements it.

#python #pdf


🆔 @Python4all_pro
🖥LibrePythonista

Libre Pythonista is an open source library for LibreOffice Calc.

LibrePythonista brings Pandas, Matplotlib, and more to LibreOffice Calc.

All python code runs on your local computer.

Using LibrePythonista, you can create data frames, series, custom plots, and more directly in your spreadsheet.

Github


#python
#Python_tricks
#library

🆔 @Python4all_pro
🖥 Email Archiveris an efficient Python tool for archiving emails across multiple accounts.

It allows you to add, update, and delete accounts, search through archived emails, and view detailed information about each message.


https://github.com/bandundu/email-archiver


#python
#Python_tricks


🆔 @Python4all_pro
🖥 Stay Undetected While Scraping the Web

How to Easily Send HTTP Requests That Simulate a Browser

Simulate browser data when scraping websites to remain undetected
- Mask TLS request fingerprints using the curl_cffi package
- Automatically extract metadata from HTML responses, including page title, description, author and more.
- Easily convert HTML responses to lxml and BeautifulSoup objects.


pip install stealth_requests

📌 Github


#python
#Python_tricks


🆔 @Python4all_pro
🖥 reCAPTCHAv2

A Python tool that solves 100% of the problems and beats the success rates of previous tools, which ranged from 68% to 71%.

repo: https://github.com/aplesner/Breaking-reCAPTCHAv2

abs: https://arxiv.org/abs/2409.08831


#python
#Python_tricks


🆔 @Python4all_pro
📸 Kazam2: Linux screen recording software

Kazam 2.0 is a versatile Python tool for screen recording, broadcasting, and optical character recognition (OCR).


pip install -U kazam

Github


#python
#Python_tricks


🆔 @Python4all_pro
🖥 ده کتابخانه کوچک پایتون برای کار با داده ها

PyGWalker: PyGWalker simplifies the workflow for analyzing and visualizing data in Jupyter Notebook by turning a pandas data frame (or polars data frame) into a Tableau-style user interface for visual exploration.

SciencePlots: Creates professional matplotlib plots for presentations, research papers, and more.

CleverCSV: Eliminates parsing errors when reading CSV files with Pandas.

Fastparquet: Speeds up pandas I/O by 5x.

Bottleneck: Speeds up NumPy methods by 25x. Especially if the array has NaN values.

Multipledispatch: Provides methods for overloading functions in Python.

Aquarel: Additional matplotlib plot styles.

Modelstore: A library of machine learning models for better tracking of model performance.

Pigeon: Helps you annotate data with mouse clicks in Jupyter notebook.

Nbcommands: Helps you easily search code in Jupyter notebooks instead of doing it manually.

📌More details with code examples


#python
#Python_tricks
#library
#علم_داده
🆔 @Python4all_pro
🖥 تبدیل ارز با استفاده از پایتون



#python
#Python_tricks
#code

🆔 @Python4all_pro
"LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance."

https://github.com/ModelTC/lightllm


#python
#Python_tricks


🆔 @Python4all_pro
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 کتابخانه draw_scatter - به شما امکان می دهد توزیع مورد نظر را در پایتون رسم کنید

اگر به خوشه هایی با شکل دلخواه نیاز دارید (به عنوان مثال، می خواهید الگوریتم های مختلف خوشه بندی را با هم مقایسه کنید) - مشکلی نیست، برای این کار کتابخانه drawdata ( یه ابزار قدرتمنده که کمک می‌کنه با خلاقیت بیشتری داده‌های سفارسی تولید کنید و مدل‌هاش رو تست کنید . حتی می‌تونید داده‌هایی که ساختید رو به فرمت CSV یا JSON دانلود کنید و برای استفاده‌های بعدی ذخیره کنید) و تابع draw_scatter() وجود دارد.



# cell 1
import pandas as pd
import seaborn as sns
from drawdata import draw_scatter
draw_scatter()


# cell 2
df = pd.read_clipboard(sep=',')
sns.scatterplot(data=df, x='x', y='y', hue='z')



#library #Python
🆔 @Python4all_pro