web

11 Most Useful Web-Frameworks for Python

 Python is on an unexpected upward movement. And, the demand is sure to continue with no sign of dampening anytime soon. Python is expected to overtake Java and C# in the coming years, which is…
django

what is django and where to begin !

django is a big and scaleable web-framework for python programming language. It’s widely used all around the web and it’s really easy to work with and learn. In this article you’ll learn everything you need…

What are the advantages and disadvantages of Django?

Advantages and disadvantages of using Django Python is one of the most popular programming languages in the world and was the second most used language in Github projects in 2017. So if you are interested…

Database models in Python and Django – Databases in Django and Python

Before starting to work with the database in Django , we should get acquainted with the topic of database model in Django and examine the concept and function of the model in the database.  Databases in Django and Python, Since…