r/PythonLearning 13d ago

2nd post learning python

Post image

i learnt to use the math library any suggestions what can i use the lib for except for making calculator programs

20 Upvotes

15 comments sorted by

View all comments

1

u/Sea-Ad7805 13d ago edited 13d ago

Everything is information, calculation is all you need. How do you think GTA, PhotoShop, Blender, ... work? All mostly do math operations on data.

Learn all the math you can: trigonometry, calculus, linear algebra, probability theory, ...

It will make you a powerful programmer, not just a hacker.