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
Your Opinion Matters! 🧐
How do you feel about the content I’m sharing? Let me know!
Anonymous Poll
68%
šŸ˜„ Love it! Perfect as it is
35%
šŸ‘ Good, but some changes could make it better
10%
šŸ“ I have some suggestions
ā¤8
x = [i**2 for i in range(5) if i % 2 == 0]
print(x)
ā¤3
What is the output of this code snippet?
Anonymous Quiz
12%
[0, 1, 4, 9, 16]
11%
[0, 1, 16]
43%
[0, 2, 4, 8, 16]
34%
[0, 4, 16]
ā¤5
Python Cheat-Sheet āœ…

Don't Forget to give reactionsā¤ļø
ā¤11
youtube_downloader.py
1.4 KB
Youtube Video Downloader šŸš€

Do not forget to React ā¤ļø  to this Message for More Content Like this

     
        
Thanks For Joining All ā¤ļø
ā¤6
Which of the following options is not a valid way to create a set in Python?
Anonymous Quiz
29%
{1, 2, 3}
45%
set([1, 2, 3])
17%
set(1, 2, 3)
9%
set()
ā¤6
12 Highest Paying Programming Jobs šŸ‘Øā€šŸ’»

Don't Forget to give reactionsā¤ļø
ā¤13šŸ‘3
Software Engineer Interview Questions .pdf
2.8 MB
Software Engineer Interview Question šŸ‘Øā€šŸ’»

Do not forget to React ā¤ļø  to this Message for More Content Like this

     
        
Thanks For Joining All ā¤ļø
ā¤7šŸ”„1
What does the len() function return when applied to a dictionary?
Anonymous Quiz
37%
The number of key-value pairs
20%
The number of keys
21%
The number of values
22%
Both a and b
ā¤4
Python Data Types Cheat Sheet āœ…

Don't Forget to give reactionsā¤ļø
ā¤7
short_url.py
439 B
Shrot URL in Python šŸ”—

Do not forget to React ā¤ļø  to this Message for More Content Like this

     
        
Thanks For Joining All ā¤ļø
ā¤7
x = 5
print("Even" if x % 2 == 0 else "Odd")
ā¤4
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