Tag:programming
All the articles with the tag "programming".
Python Package Management with Pipenv
Posted on:September 29, 2020 at 11:21 AMPipenv is a modern package manager that brings the best package managing practices found in other languages to Python. To understand the benefits of Pipenv, let's start with the reason why we should use a package manager.
Introduction to Professional Text Editors
Posted on:September 5, 2016 at 02:36 AMText editor is the most important tool for a programmer. Period. It is pretty much like a sword in the hand of a warrior. There can be many kinds of different swords, each with its own pros and cons, but at the end of the day it has to be the one that is right to its user.