Code Monkey home page Code Monkey logo

digital-foundations-cloud's Introduction

Foundations in Digital Development (for the Cloud)

Course Repository Version 1.0.0

Introduction

The is the course reference material. It includes:

  1. The course slide-deck presented on the day, with helpful references.
  2. Example files that may be useful in completing the course activities.

Recommended pre-requisites

Clone this repository and checkout master branch

git clone https://github.com/ArupAus/digital-foundations-cloud.git
git checkout master

Activate a virtual environment and install project dependencies

virtualenv venv --python=python3
source venv/bin/activate
pip install -r requirements.txt

Print "Hello, world!" and time.now

python
import printer
do = printer.Printer()
do.hello_world()
do.time_now()

Edit "my-first-page.html" and view on localhost

Open "my-first-page.html" in suitable text editor and edit text content with <body/> tag. Open "my-first-page.html" with web browser.

Use "my-first-request.ipynb" to make an API request and work with response payload_raw

jupyter notebook

Navigate to "my-first-request.ipnyb" and run all cells.

Run the Flask web application

cd ./app
python plotter.py

Interface using web browser using link displayed in terminal

Create a Docker image called "my-web-app" of the Flask web application and view as a list

docker login
touch Dockerfile
docker build -t my-web-app .
docker images

digital-foundations-cloud's People

Contributors

aidanparkinson avatar

Watchers

James Cloos avatar

digital-foundations-cloud's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.