Python Forum
question about micro frameworks
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
question about micro frameworks
#1
hello
which micro framework recommended for web design field?
and must we know something special when we want to coding in flask micro framework ?
Reply
#2
Hello!

Flask is a good choice.

You must know HTML, CSS and optional but strongly recommended JavaScript though. No web development without these three at all.

You can see these Flask tutorials.
However, they need an update because since then asyncio version of Flask, called Flask 2 is available.

It's no so different though. You just make functions coroutines and that's basically all. If you need to. It is not mandatory
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
Another flask tutorial, I have taken this one, and can vouch for it.
Very well done, and free.
He also has one that he chagres a small fee for, but it's not needed to ged a good start on flask.

Edit: forgot the link to free tutorial: The Flask Mega-Tutorial Part I
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020