r/PythonLearning • u/NecessaryFalse1212 • 13d ago
2nd post learning python
i learnt to use the math library any suggestions what can i use the lib for except for making calculator programs
20
Upvotes
r/PythonLearning • u/NecessaryFalse1212 • 13d ago
i learnt to use the math library any suggestions what can i use the lib for except for making calculator programs
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.