Python Forum
API REST Package for Calling/Flask
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
API REST Package for Calling/Flask
#6
(Oct-18-2021, 12:46 PM)muzikman Wrote: I am not interested in building an API but consuming one.
Then just use Requests
(Oct-18-2021, 12:46 PM)muzikman Wrote: It's only been six months since I started my Python journey. Modern Javascript 2021 has incorporated a lot of Python features, generators, *args and a ton more.
Sure Modern JavaScript have gotten better and now quite similar to Python,
writing some when make a website in Flask or Django is not that difficult.
Quote: I am still waiting for the day when Python adds interfaces, real private and protect keywords. I am sure they will get to this
For sure don't need that Python,there is other way(better) to solve this in Python.
We are all consenting adults

Quote:Do you think I should just learn Django and skip Flask?
Up to you look into both.

Quote:Is Django MVC or MVT (forget the acronym) like Flask?
Dos it really matter?
The Django devs just use different names for the view (template) and the controller (view),
but in essence they are the same thing as in any other MVC framework.

Flask is neither,it's all up to you how to structure it in Flask,i use have MVC like structure style for larger project as mention in last post.
Quote:Is there a big demand for Python web developers? These days, everyone is using these turnkey solutions or CMS.
Python is now one the most popular language so there is demand on web side to,i don't follow the Job market so you have to search for that.
Reply


Messages In This Thread
API REST Package for Calling/Flask - by muzikman - Oct-16-2021, 06:39 PM
RE: API REST Package for Calling/Flask - by snippsat - Oct-18-2021, 04:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with return on REST API Flask korenron 0 1,337 Jun-13-2021, 10:40 AM
Last Post: korenron
  Calling Oracle REST SQL from Python johnjacob 2 2,079 Nov-05-2020, 04:19 AM
Last Post: johnjacob
  rest api parameter in flask bluefrog 3 3,331 Jun-21-2018, 05:03 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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