Skip to content

holts/notebook

Repository files navigation

This README.md file is displayed on your project page. You should edit this file to describe your project, including instructions for building and running the project, pointers to the license under which you are making the project available, and anything else you think would be useful for others to know.

We have created an empty license.txt file for you. Well, actually, it says, "<Replace this text with the license you've chosen for your project.>" We recommend you edit this and include text for license terms under which you're making your code available. A good resource for open source licenses is the Open Source Initiative.

Be sure to update your project's profile with a short description and eye-catching graphic.

Finally, consider defining some sprints and work items in Track & Plan to give interested developers a sense of your cadence and upcoming enhancements.

==============================================================================

Python Starter Application

Bluemix provides a python starter application as a template so that you can add your code and push the changes back to the Bluemix environment.

Files

The Python starter application has files as below:

  • server.py

    This file contains a simple web server written in the Python programming language.

  • static/

    This directory contains the static files that are part of this application.

  • Procfile

    This file is required by the Python buildpack. It specifies the command to start the app.

  • requirements.txt

    This file is required by the Python buildpack. Its presence indicates that the application is a created for this buildpack. It can be used to list extra python packages not included by the buildpack by default.