Python Virtual Environments and Installing Packages – Python 2020-12-082020-12-14Alan Wong What are Virtual Environments and why you need one? Virtual Environments provides an opportunity to run and test your code with different libraries and corresponding versions. It is an isolated…Continue readingVirtual Environments and Installing Packages – Python
Python Why Python 2020-12-062020-12-14Alan Wong Why Python? There are many different programming languages available on the market, some have been around for decades (C, C++, Java) and some have come and gone over the years…Continue readingWhy Python