- Добавил: literator
- Дата: 10-01-2023, 19:10
- Комментариев: 0

Автор: Oleksandr Kaleniuk
Издательство: Manning Publications
Год: 2022
Страниц: 644
Язык: английский
Формат: pdf, epub
Размер: 31.9 MB
I believe that knowing the math behind your tools, makes you a better engineer. This is true for mechanical engineering, this is true for electrical engineering, and this should be true for software engineering as well. If you work with game engines or CAD frameworks, geometry is your math. Knowing the geometry behind your framework makes you a better programmer. Programming is hard. Building large robust software systems is probably the most complex activity on earth. But more often than not, the core math behind these systems is surprisingly simple. You don’t have to be good at math to enjoy it. We will delegate all the non-trivial math to SymPy – a Python library that does your math for you. The book addresses geometry but it speaks in the programmer’s language.