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
December 19, 2024
December 20, 2024
December 20, 2024
What will be the output of the following code?
import numpy as np
arr = np.array([1, 2, 3, 4]) result = arr * arr[::-1] print(result)
Anonymous Quiz
35%
[1, 4, 9, 16]
46%
[4, 6, 6, 4]
11%
[4, 6, 6]
9%
[4, 4, 4, 4]
December 20, 2024
December 21, 2024
December 22, 2024
December 22, 2024
2D Histogram Plot using Python
December 22, 2024
Merry Christmas using Python - Tree
December 23, 2024
Python Coding challenge - Day 293| What is the output of the following Python Code?
Answer with Explanation : https://www.clcoding.com/2024/12/python-coding-challenge-day-293-what-is.html
December 23, 2024
December 23, 2024
What will be the output of the following code?

import numpy as np arr = np.arange(1, 10).reshape(3, 3) result = arr.sum(axis=0) - arr.sum(axis=1) print(result)
Anonymous Poll
31%
[0, 0, 0]
38%
[1, -1, 1]
22%
[3, -3, 3]
9%
[2, 2, -2]
December 23, 2024
December 23, 2024
Create Font Art using Python- Merry Christmas
December 24, 2024
Python Coding challenge - Day 295| What is the output of the following Python Code?
Answer with Explanation : https://www.clcoding.com/2024/12/python-coding-challenge-day-295-what-is.html
December 24, 2024
December 24, 2024