Python Coding
7.51K subscribers
1.61K photos
4 videos
49 files
1.46K links
Learn Python to automate your things. We are here to support you. Ask your question

Reach us - info@clcoding.com

https://whatsapp.com/channel/0029Va5BbiT9xVJXygonSX0G
Download Telegram
January 3, 2023
Web Scraping for Beginners https://youtu.be/esWoMBasdYA
January 4, 2023
January 6, 2023
Python for Absolute Beginners https://bit.ly/3IuykQD
January 12, 2023
January 15, 2023
January 15, 2023
January 17, 2023
cl = [1, 2, 3, 4, 5]
print(cl[:4].pop( ))
Anonymous Quiz
14%
cl = [1, 2, 3, 4, 5]
37%
5
20%
[1, 2, 3, 5]
28%
4
January 19, 2023
What will be the output of the following Python code?
s1='97'
s2='65' print(''.maketrans(s1,s2)) Free Python Courses https://bit.ly/3IuykQD
Anonymous Poll
10%
{'a':'A'}
22%
{'97': '65'}
16%
{'9':'6','7':'5'}
9%
{57: 54, 55: 53}
43%
Check answer
January 20, 2023
Python for Absolute Beginners
https://bit.ly/3IuykQD
January 24, 2023
Happy Republic Day ! https://youtu.be/UPQHV6AKoc0
January 26, 2023
Why you should learn Python ?
January 26, 2023
Create Charts with Python
https://bit.ly/3TVysLv
January 26, 2023
How can you remove the last element from a list in Python?
Anonymous Quiz
50%
list.pop()
18%
list.remove()
6%
list.delete()
26%
list.pop(-1)
January 29, 2023
"a" * 20 is "aaaaaaaaaaaaaaaaaaaa"
Anonymous Quiz
65%
True
17%
False
2%
a
16%
Check Answer
January 30, 2023