Django and PyQt and Tkinter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Django and PyQt and Tkinter

I have been doing small projects in python , now trying to give some UI to my project . In that process came across on django /flask/ PyQt / Tkinter , I want to understand what is for this all used

12th Sep 2018, 12:13 PM
LP LP
LP LP - avatar
4 Answers
+ 7
Python frameworks for Web development 1) Django (most people choose this) 2) flask Tkinter is an inbuilt python library which is used to design GUI - Good for small projects and it is free pyqt5 / wxpython .. etc are used for GUI development - Good for large projects and you may need to pay money if you want to distribute your application to someone.
12th Sep 2018, 4:56 PM
onekpsc
+ 2
Django use for do web development with the help of python. PyQt and Tkinter has same work they used to make GUI with the help of python.
12th Sep 2018, 4:12 PM
Maninder $ingh
Maninder $ingh - avatar
+ 2
Django and Flask are web development frameworks, used to build web applications. Django is more complex but comes with more built-in, Flask is more lightweight but means you need to do more yourself. PyQt and Tkinter are GUI frameworks used to build desktop applications (i.e. apps that run independently on your computer). Tkinter is built into Python so easily available, but PyQt is more capable for more complex applications. I personally use PyQt (I have written a number of tutorials here — http://www.learnpyqt.com ) but either is a good choice when starting out.
6th Jun 2019, 8:54 AM
Martin Fitzpatrick
Martin Fitzpatrick - avatar
0
Haw can i create full text search in django 2.1?
25th Sep 2018, 10:13 AM
Ulugbek Abdumalikov
Ulugbek Abdumalikov - avatar