Tag: programming

How to create Virtual Environments in Python

Virtual environments can be described as isolated installation directories. They allow you to localize the installation of your project’s dependencies, without forcing you to install them system-wide. You can have multiple environments, with multiple sets of packages, without conflicts among them. This way, different projects’ requirements can be satisfied at the same time.

Why Python rocks?

Python is legit Not that long ago when you were considering diving into programming you could choose from the C… or J… languages. But lately you have the whole range of letters. One is P like Python. I know, I know, they say it’s too slow, inefficient, only for small projects. But guess what they’re