Can I make free simple online bookstore app using python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I make free simple online bookstore app using python ?

20th Mar 2021, 10:02 AM
Nazeer Ahmad Anwari
Nazeer Ahmad Anwari - avatar
3 Answers
+ 3
You need HTML CSS and Javascript to make websites and host them. Python would be useful as the backend of your website (where you store all your data).
20th Mar 2021, 10:04 AM
Mohamad Kamar
Mohamad Kamar - avatar
0
Also note that you can make the backend with javacript as well (Nodejs and express)
20th Mar 2021, 10:05 AM
Mohamad Kamar
Mohamad Kamar - avatar
- 2
you don't need JavaScript at all! all what you need is Django and Python, of course along with HTML, CSS, Popper and Bootstrap. Django is a powerful Python web framework and it is million times easier, faster and robust than Javascript and Node.js. Peoples will tell you that JavaScript is faster and bla bla bla but its only a nanosecond negligible fact. If you wanna study Django I advise you to go straight to zappycode.com, I visited all Django possible free and paid courses, the best one is the course made by Nick Walter, zappycode.com
20th Mar 2021, 11:19 AM
iTech
iTech - avatar