Python Programming
1.75K subscribers
592 photos
2 videos
190 files
8 links
Learning Python programming is easy! 🔥

🎯 Free project tutorials


🏆 Daily quiz and Weekly Quiz Challenge

🚀 Hands-on guides


Learn to build projects from small to large and improve your skills!

Support My Work: https://buymeacoffee.com/mdsabbirahma
Download Telegram
What will be the output of this code?
Anonymous Quiz
17%
Even
69%
Odd
13%
Error
1%
True
5
Best Code Editors for Python 👨‍💻

Don't Forget to give reactions❤️
10👍5
screenshot.py
1 KB
Screenshot Project in Python 📸

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
7
for i in range(3):
print(i, end=", ")
4
What will be the output of this code snippet?
Anonymous Quiz
36%
0, 1, 2
38%
0, 1, 2,
20%
1, 2, 3,
7%
Error
6👏1
String Methods in Python 👨‍💻

Don't Forget to give reactions❤️
13
Python for Everybody.pdf
2.3 MB
Python For Everybody 🚀

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
6👍2
Which method is used to get all the keys from a dictionary?
Anonymous Quiz
20%
items()
21%
get()
47%
keys()
12%
values()
7
Top Python Modules 🚀

Don't Forget to give reactions❤️
9
Python DS question.pdf
218.7 KB
Python DS Question 👨‍💻

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
5
a = "123"
b = int(a)
c = str(b)
print(a == c)
8
What will be the output of the following code?
Anonymous Quiz
65%
True
15%
False
18%
Error
2%
None
6
Python Tip 🚀

Don't Forget to give reactions❤️
13
python_revision_notes.pdf
503.2 KB
Python Revision Notes 🚀

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
7
x = [1, 2, 3]
y = [4, 5]
x.extend(y)
print(x)
6
What is the output of this code snippet?
Anonymous Quiz
19%
[1, 2, 3, [4, 5]]
70%
[1, 2, 3, 4, 5]
9%
[4, 5, 1, 2, 3]
2%
Error
8
Powerful One-Liners in Python 👨‍💻

Don't Forget to give reactions❤️
8
battery_notification.py
454 B
Battery Notification in Python 🔋

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
6
Which of these options creates an immutable data structure?
Anonymous Quiz
24%
{}
24%
[]
35%
()
18%
set()
7👍1
Python String Methods 🚀

Don't Forget to give reactions❤️
4👍2