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
Tuples in Python 🐍

Don't Forget to give reactions❤️
7👍2
Pro Python (en).pdf
4.3 MB
Pro Python Books 📖

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

     
        
Thanks For Joining All ❤️
9👍1
def func(x):
return x * 2

result = map(func, [1, 2, 3])
print(list(result))
3
What will be the output of the following code?
Anonymous Quiz
17%
[1, 2, 3]
59%
[2, 4, 6]
14%
[1, 4, 9]
10%
Error
4👍2
Cheat-Sheets For Pandas 🐼

Don't Forget to give reactions❤️
6
pysheeet.pdf
961.6 KB
Python Cheat-Sheets

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

     
        
Thanks For Joining All ❤️
3
Which function is used to convert a string into an integer in Python?
Anonymous Quiz
8%
float()
59%
int()
14%
str()
19%
convert()
2