Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/Python/Projects/API Python.md

457 B

API creation in python

There are several ways to do this in an effective way.

  • This tutorial is the start of a simple way to create using a flask application and ngrok for a public api.
    • ngrok - a necessary tool for api creation
    • pycharm is the IDE of choice here
    • flask application
    • check out debug tips
  • Postman is a wonderful tool to use if needing to grab APIs