Python Coding World
7.89K subscribers
211 photos
5 videos
61 files
377 links
Join us as we explore the vast world of Python programming, offering tutorials, tips, and exciting projects to help you master this versatile language.

msg Admin: @Being_desi
Download Telegram
#engineers run this on Google Colab for a surprise

import numpy as np
import matplotlib.pyplot as plt
print(bytes.fromhex("486170707920456e67696e6565727320646179").decode())
x = np.linspace(-2, 2, 100000)
plt.fill_between(x, (1 - (np.abs(x) - 1)2)0.5, -3 * (1 - (np.abs(x) / 2)0.5)0.5, color='r')
plt.text(0, -0.5, "Engineers", fontsize=24, color='w', ha='center')
plt.axis('off')
plt.show()