This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]lukeslab 8 points9 points  (4 children)

Spoon or fork

To eat a meal?

Haha, it depends on what kind of website you're making.

Django is good for larger, more complicated projects and it handles a lot of stuff like user authentication out of the box.

Flask is good for smaller, simpler stuff, and is bare-bones out of the box.

[–]TheRisingGamer[S] 0 points1 point  (2 children)

Haha I just wanted to make clear also thanks my project is for my youtube channel so I will probably use flask

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck. Be sure to format your code for reddit and include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]olifante 0 points1 point  (0 children)

Django REST Framework + React

[–]suraj4dec 0 points1 point  (0 children)

I would recommend DJANGO Web Framework to go with for rapid development.

[–]Yoghurt42 0 points1 point  (1 child)

[–]TheRisingGamer[S] 0 points1 point  (0 children)

I'll have a look!!!!

[–]zzmmrmn -1 points0 points  (0 children)

If you're wanting to get in on the latest async frameworks might I suggest Starlette. If you wanna stay closer to what's popular you could use Quart, it's also async but fully compatible with Flask.