ibmi-oss-examples icon indicating copy to clipboard operation
ibmi-oss-examples copied to clipboard

[Fixup] Python examples should follow best practices

Open kadler opened this issue 3 years ago • 0 comments

What improvement(s) could be made?

  • Remove dead developerWorks Wiki links
  • Example docs should use virtual environments
  • bottle-example should be removed or mention that Flask is more widely used and point them to the Flask example
  • xlsxwriter can now use the yum pyodbc package instead of building from source
  • Flask example should use standard Flask ways of running, ie. flask run: https://flask.palletsprojects.com/en/2.2.x/quickstart/
  • Flask example should use recommended layout: https://flask.palletsprojects.com/en/2.2.x/tutorial/layout/

kadler avatar Sep 19 '22 19:09 kadler