I want to create a backend app in Python. Should I use a third-party library? How does the code looks like? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to create a backend app in Python. Should I use a third-party library? How does the code looks like?

7th Jul 2017, 8:32 PM
bekalu
bekalu - avatar
2 Answers
+ 5
Simpliest way is probably with Django, not more difficult could be Flask, and few more tricky is Bottle: you can find a wide choice of web frameworks for Python, among which you surely will find one corresponding to your tastes and your motivation to build more or less from scratch ;)
8th Jul 2017, 6:07 AM
visph
visph - avatar
+ 1
You can learn Django which provides a ton of libraries for backend development with python
7th Jul 2017, 8:43 PM
Bill Fosam
Bill Fosam - avatar