Difference between revisions of "IoT Coding basics"

From csn
Jump to navigation Jump to search
(Created page with "Lab showing bash and python as well as execution times Provide some fix the code as well as complete the code examples. Dealing with numbers, printing them, division and decim...")
 
Line 3: Line 3:
  
 
Complete some common Fibonacci or squares examples
 
Complete some common Fibonacci or squares examples
 +
 +
Glueing code together
 +
*running Python from bash
 +
*running bash from python
  
 
Create an upgrade this code to python3
 
Create an upgrade this code to python3
 
Resiliency with, tmux, and process revival
 
Resiliency with, tmux, and process revival

Revision as of 22:47, 5 June 2020

Lab showing bash and python as well as execution times Provide some fix the code as well as complete the code examples. Dealing with numbers, printing them, division and decimals

Complete some common Fibonacci or squares examples

Glueing code together

  • running Python from bash
  • running bash from python

Create an upgrade this code to python3 Resiliency with, tmux, and process revival