Flask apps using Docker
This approach is cleaner, isolated, and scales much better than managing multiple Gunicorn + Nginx systemd services manually. 🧩 Overview We’ll use: Docker: runs each Flask app in its own…
This approach is cleaner, isolated, and scales much better than managing multiple Gunicorn + Nginx systemd services manually. 🧩 Overview We’ll use: Docker: runs each Flask app in its own…
Flask multiple app hosting 🧰 Prerequisites A Linux server (Ubuntu 20.04+ recommended) Root or sudo access Python 3.8+ and pip installed Flask apps ready (e.g., /var/www/app1 and /var/www/app2) 🧩 Step…
Prepare Your Ubuntu Server (Work) 1. Update the System Start by updating the system packages: Run: sudo apt update && sudo apt upgrade -y Install Python and Dependencies If you…
ECS This is a Jupyter server setting that support 100 concurrent students for a light machine learning class like the Titanic dataset project Setup a ECS with 16 CPU and…
https://docs.google.com/document/d/1Q8mvPjh3isAJ_6fHjJdhtvJ8jfAeh2w_v2Z1c9EQK84/edit?usp=sharing IP Token Homework Download the data file titanic.csv Download the homework file. .py version pandas_homework_exercise_20250923.py .ipynb version pandas_homework_exercise_20250923.ipynb Submit the file the 'python code file' and final 'titanic_eda.csv' file…
To create a script that searches for stock information using the 'Ticker' from Yahoo Finance, we can utilize Python along with the yfinance library. The yfinance library allows us to…
Pandoc Pandoc understands a number of useful markdown syntax extensions, including document metadata (title, author, date); footnotes; tables; definition lists; superscript and subscript; strikeout; enhanced ordered lists (start number and…
https://www.teachonetofish.net/vs-code-markdown-guide --- Basic Formatting Bold: **Bold** Emphasized: *Emphasized* Strikethrough : ~~Strikethrough~~ Horizontal rules: --- (three hyphens), *** (three asterisks), or ___ (three underscores). Headings All heading levels (e.g. H1, H2, etc), are marked by # at the beginning of a line. For…
Markdown tutorial advanced formatting Table 1.1. Draw Table 1.2. Table alignmentKeyboard Details Markdown Tutorial 1. Table 1.1. Draw Table You can create tables with pipes | and hyphens -. Hyphens are used to create…
1. Table 1.1. Draw Table1.2. Table alignmentKeyboardDetails Markdown Tutorial 1.1. Draw Table You can create tables with pipes | and hyphens -. Hyphens are used to create each column's header, while pipes separate each…