Competitive Programming is not about solving the problem, it’s about developing your logic. It's about how to find a solution to a problem in a given time and within constraints.
Category: Python
PyQt5 tools-Qt Designer
When we want to create a GUI application, generally, to avoid the complications such as long codes, mistakes, missing out commands and other issues, we use Qt Designer .
Static files and URL’s handling in Django
Django has changed the way of handeling URL's and static files like CSS, JavaScript ( Js ) and images in the field of web development. Developers now can experiment a lot with dynamic url's while using Django as the backbone for their website.
Models and Templates in Django
Welcome to the 3rd thread of Hello Django. Here we will cover, Template rendering, Model creation (Database) and also retrieving those data entries from database into our html file.
PYTHON FLASK MYSQL CONNECTION
IN THIS TUTORIAL WE’RE GOING TO LEARN PYTHON FLASK MYSQL CONECTION, WE’RE GOING TO LEARN HOW TO CONNECT FLASK TO MYSQL DATABASE AND YOU CAN INSERT THE FORM DATA.
VARIABLES IN PYTHON
In this post we are going to learn about variables in Python. A variable in simple words means an element, feature, or factor that is liable to vary or change
A Basic Application – Django
As we discussed in the previous blog, Django divides all of its web applications into 'projects'. Each project can be further divided into individual applications that can be developed and then integrated into the root project.
Say Hello to Django!
A python-based free and open-source web framework that follows model-template-view architecture pattern. It encourages rapid development and pragmatic design.
You must be logged in to post a comment.