#Linux Cheat Sheet
##File Commands:
- ls – directory listing
- ls -al – formatted listing with hidden files
- cd dir - change directory to dir
- cd – change to home
- pwd – show current directory
- mkdir dir – create a directory dir
- rm file – delete file
#Linux Cheat Sheet
##File Commands:
This lesson is adapted from Jim Clark / Micah Rich's original lesson in the WDI repo
| # See official docs at https://dash.plotly.com | |
| # pip install dash pandas | |
| from dash import Dash, dcc, html, Input, Output | |
| import plotly.express as px | |
| import pandas as pd | |
| df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminderDataFiveYear.csv') |
| #!/usr/bin/env python3 | |
| # Usage: | |
| # pip install kafka-python | |
| # ./consumer.py <my-topic> | |
| # NOTE: only runs for 10 seconds as per consumer_timeout_ms | |
| # See: | |
| # - https://raw.githubusercontent.com/simplesteph/kafka-stack-docker-compose/master/zk-multiple-kafka-multiple.yml |