June 6, 2021 Revenge of the Nerd When people ask your profession and you tell them that you work as software engineer, they would probably admire you for obvious reasons. Though,…
May 2, 2021 Importing Modules in Python Memory Concerns First things first! Let’s get the unnecessary memory concerns out of the way. Run Python interpreter. Type the following snippet and execute…
November 22, 2020 Sphinx, Doxygen and Consistency Considering VFX, Animation and Game Development Providing documentation for your source code is a must. It becomes even more crucial if you develop APIs used by other software engineers. When…
November 15, 2020 How to Conduct Code Reviews Read the Documents Read the documents first! I mean it! Usually at least a README.md file would be available with any repo nowadays. Get…
November 8, 2020 PEP 8, Camel Case and Consistency Considering VFX, Animation and Game Development As you probably already know that PEP 8 is a style guide for Python. If you are a developer with Python experience, the style…
November 4, 2020 Engineering a Modern Pipeline For VFX and Animation Production I’ve written an article titled “Engineering a Modern Pipeline For VFX and Animation Production” while back, which you can download from this link. The…