Python Projects & Resources
57.3K subscribers
777 photos
342 files
330 links
Perfect channel to learn Python Programming 🇮🇳
Download Free Books & Courses to master Python Programming
- Free Courses
- Projects
- Pdfs
- Bootcamps
- Notes

Admin: @Coderfun
Download Telegram
Important functions in python

Join for more: https://t.iss.one/pythonfreebootcamp
👍20
Bard Mastery Course: https://www.notion.so/Bard-Mastery-Course-c7fb022d38754419aa3159a684172452

Join this telegram channel for free data analytics resources: https://t.iss.one/sqlspecialist

Enjoy and happy learning
👍1
Python Graphics.pdf
13.6 MB
Python Graphics
Bernard Korites, 2023
👍64🔥1
Starting a business at a young age: worth it or not
👇👇
https://t.iss.one/Learn_Startup/9
👍4
Build a Backend REST API with Python Django - Beginner.pdf
1.9 MB
Build a Backend REST API with Python & Django - Beginner, 2023
👍4🥰41
👍107👏5
Data Science Techniques
👍137
The Python Book.pdf
28.2 MB
The Python Book
Linux User, 2016
👏8👍5
Python for Teenagers.pdf
6.2 MB
Python for Teenagers
James R. Payne, 2023
👍9👏74
Essential Python Libraries for Data Analytics
👇👇
https://t.iss.one/sqlspecialist/522
👍41
👍85
🔅 Compress Images

from PIL import Image

# https://t.iss.one/pythondevelopersindia

in_img = 'input.png'
out_img = 'compressed.png'

# Open the image
with Image.open(in_img) as img:
# Save the compressed image
img.save(out_img, 'PNG', quality=80)

print(f"Image compressed successfully!")
👍204😁1
print("Happy New Year to everyone! 🎉 😄 🎆")
39👍11🔥6🤣4👌2🙏1
Python for Data Analysts
👇👇
https://t.iss.one/sqlspecialist/548
👍74
Hands-On.Web.Scraping.with.Python.pdf
10.8 MB
Hands-On Web Scraping with Python - 2023
#python #en
👍18🔥2