Python Codes Basic to Advance
2.66K subscribers
82 photos
5 videos
8 files
100 links
Python Codes Basic to Advance

All Codes
@C_Codes_pro
@CPP_Codes_pro
@Java_Codes_Pro
@nodejs_codes_pro

Discussion
@bca_mca_btech
Download Telegram
guess the output? #python
#python to copy text into clipboard

Install playsound  modules  using
pip install pyperclip
try this all one by one

#python
#python

Lets Start python from Basic !
download vs code if you have
PC :-
Click Here to Download

Watch Setup python  in vs code :-

Click Here To Watch Tutorial
:
Then Download latest  Python  that support ur  pc:-


Click here to Download Python for PC

  When ur download is completed setup path of python in Enviornment Variable


-----------;---------------------------_-------
Android User :
Check out for "Pydroid 3 - IDE for
Python 3"

Click Here To Download App To run Code



Join New Group for doubt and discussion regarding any kind of help
:-



Support :- @Python_Codes_Pro

Support group : @python_group_pro
3👍1
Guess the Output? #python

x = 1, 2, 4, 6 print(type(x))
Anonymous Quiz
20%
<class 'list'>
19%
<class 'tuple'>
52%
<class 'int'>
9%
<class 'string'>
#python

print(~2) Output will be?
Anonymous Quiz
26%
-2
12%
-3
18%
2
44%
Error
#python
Guess the Output ?
a=[ "One", "Two", "Three", "Four" "Five", "Six" ] print(len(a))
Anonymous Quiz
45%
6
23%
5
22%
["One", "Two", "Three", "Four" "Five", "Six"]
10%
Error
3
Forwarded from Cᴏᴅᴇs Sɴɪᴘᴘᴇᴛs (</> ᴍᴜᴋᴇsʜ </>)
⌨️ Remove the Background of an Image Using Python

# pip install rembg pillow

from rembg import remove
from PIL import Image

input_path = "in.png"
output_path = "out.png"

input = Image.open(input_path)
output = remove(input)
output.save(output_path)


📱 Join us for more Python tips: @CodesSnippet

#python #programming #code #python3 #dailypost
👍5
Forwarded from Cᴏᴅᴇs Sɴɪᴘᴘᴇᴛs (</> ᴍᴜᴋᴇsʜ </>)
🔥1
Forwarded from Cᴏᴅᴇs Sɴɪᴘᴘᴇᴛs (</> ᴍᴜᴋᴇsʜ </>)
What is the output of following Python Code?
#python
1👍1
Convert PDF to docx using Python

📂 Tags: #DataScience #Python #ML #AI #LLM #BIGDATA #Courses

⭐️
Add coding folder 👇
https://t.me/addlist/2UhsQW_cGzkxMzg1
👍4🔥1
Exclusion from the queue

The collections.deque() class is a generalization of stacks and queues, and represents a deque. A deque() supports thread-safe, memory-efficient operations for inserting and removing elements of a sequence from either side, with roughly the same O(1) performance in either direction.
#CodeSnippet
#ProgrammingFun
#python3
#python
⭐️Add coding folder 👇
https://t.me/addlist/2UhsQW_cGzkxMzg1
1👍1