William Shotts' The Linux Command Line is an excellent book. It is written in a tutorial style and very easy to understand. The PDF file of the whole book is …
Recent Articles
-
-
Python Pipenv Tool
Pyenv is the tool I use to install multiple versions of python in Linux, and I have a short post on how to install pyenv. I simply use the python …
-
Django Model and Form Validation
Django model and form validation is a somewhat complicated and confusing topic in Django app development. A developer needs to understand several basic concepts such as model, model field, form …