Python Learning
5.85K subscribers
547 photos
2 videos
87 files
121 links
Python learning resources

Beginner to advanced Python guides, cheatsheets, books and projects.

For data science, backend and automation.
Join πŸ‘‰ https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
What will be the output of the following Python code snippet if x=1?

X<<2
Anonymous Quiz
22%
4
31%
2
37%
1
10%
8
πŸ‘3
Did you know
πŸ‘3
Finding IP Address of Device Using Python
πŸ‘4
Which of the following is the truncation division operator in Python?
Anonymous Quiz
29%
/
48%
//
10%
|
13%
%
πŸ‘2
Cool Python Library
πŸ‘5
Important Methods in Python
πŸ‘6
CSV File Format in Python
πŸ‘1
10 Reasons you can't ignore Python Programming
πŸ‘2
Python String Formatting Types based on Placeholder
What will be the output of the following Python code?

l=[1, 0, 2, 0, 'hello', '', []] list(filter(bool, l))
Anonymous Quiz
17%
[1, 0, 2, β€˜hello’, ”, []]
50%
Error
22%
[1, 2, β€˜hello’]
11%
[1, 0, 2, 0, β€˜hello’, ”, []]
πŸ‘3❀1πŸ‘Ž1
Calendar in Python
πŸ‘2
Useful Python for data science cheat sheets πŸ‘‡
Which of the following functions is a built-in function in python?
Anonymous Quiz
7%
factorial()
79%
print()
4%
seed()
10%
sqrt()