PYTHON vs PHP vs RUBY - 2021 Update Which programming language should you learn? Python, PHP or Ruby?Possibly the biggest q... Read More
First Python Program In this tutorial, we will write our first python program. Open your terminal / command ... Read More
Introduction to Python Python is a general purpose language. It means we can use it in any field like web deve... Read More
Basic Operators in Python In this tutorials we will read about what operations can be perform in the python. You ... Read More
Conditional Statements in Python In this tutorial, we will study about conditional statements (if, if else and elif stat... Read More
Loops in python If we have to do same thing again and again then we have not to write code for each tim... Read More
Variable and Data Types in Python As we discussed in last tutorial, the variables are the reserved memory space to store ... Read More
Top books for web development in 2020 Most of newbies to web development are confused with where to start and how to progress... Read More
Django Models and Migrations vs Laravel Eloquent ORM and Migrations - Part 1 A technical comparison of two giant framework ORM structure. In this post, I am compari... Read More