News

One of Python's best features is the number of libraries you can use with the language. Not only does Python come with lots ...
I love macros because I can reduce the number of duplicated code to write. But at the same, macros make the code harder to read, especially because of the lack of IntelliSense. Therefore, I suggest to ...