| Package | Subject |
|---|---|
| Peewee | Database |
| Justpy | Backend |
| Eli5 | Machine Learning |
| Pandas Profiling | Data Visualization |
| Streamlit | Web-apps for ML |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # [🟨OPTIONAL] Uninstall old docker versions | |
| sudo apt-get remove docker docker-engine docker.io containerd runc | |
| # Refresh latest version | |
| sudo apt-get update | |
| # Install pre-req | |
| sudo apt-get install -y \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| gnupg \ |
| Package | Subject |
|---|---|
| Peewee | Database |
| Justpy | Backend |
| Eli5 | Machine Learning |
| Pandas Profiling | Data Visualization |
| Streamlit | Web-apps for ML |
-
Official Kubernetes Training: https://kubernetes.io/training/
-
Kubernetes By Example (from our friends at Red Hat): https://kubernetesbyexample.com/
-
Gitbook (WIP): https://app.gitbook.com/@pnbrown/s/a-devs-intro-to-containers/
-
Kubernetes Command-Line Basics (from our friends at Red Hat): http://gist-reveal.it/bit.ly/k8s-kubectl#/kubernetes-cli-basics-with-kubectl
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- A recent version of Node.js
npm install -g create-react-app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM Tested with WinPython: | |
| REM https://winpython.github.io/ | |
| REM Winpython32-3.7.4.1.exe | |
| REM | |
| REM packages already installed in WinPython: | |
| REM pip3 install pylint | |
| REM pip3 install pep8 | |
| REM pip3 install autopep8 | |
| REM pip3 install pycodestyle | |
| REM pip3 install pyinstaller |